Move TODO to README.md

These items should probably go to the issues section…
This commit is contained in:
Gergely Polonkai 2016-09-27 14:15:38 +02:00
parent ad19344ce5
commit b4712bfcab
2 changed files with 10 additions and 19 deletions

View File

@ -36,8 +36,18 @@ Barieris
There are tons of features I plan, here is a brief list:
* Properties
* Signals
* Pre-define methods, virtual or not
* Add GTK-Doc blocks for for the generated code
* Widget specialization
** Standalone with custom `render()` method
** Composite
** Templated composite, that should also create a `GtkBuilder`
template
* Add some help text for fields
* GLib requirement check (if 2.38 is turned on)
* Possibly add a `GET_PRIV` macro for 2.38+
## Requirements

19
TODO
View File

@ -1,19 +0,0 @@
* Feature list [4/12]
- [X] Generate header
- [X] Generate code
- [X] Add private struct if needed
- [X] Add support for post-2.38 private struct shortcut
- [ ] Support properties
- [ ] Support signals
- [ ] Add Gtk-Doc sections and some class documentation
- [ ] Add widget specialisation
- [ ] Standalone (with custom render function)
- [ ] Composite
- [ ] Templated composite (Generate empty template?)
- [ ] Display help for fields
- [ ] Add a GLib requirement check if 2.38 is used (with an option
to disable)
- [ ] Add a GET_PRIV macro for 2.38+
- [ ] Create an Emacs package
# -*- mode: org