From b4712bfcab7486bae2a774c44dc27f528e0f720b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 27 Sep 2016 14:15:38 +0200 Subject: [PATCH] Move TODO to README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These items should probably go to the issues section… --- README.md | 10 ++++++++++ TODO | 19 ------------------- 2 files changed, 10 insertions(+), 19 deletions(-) delete mode 100644 TODO diff --git a/README.md b/README.md index f43abfc..1f40ff6 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,18 @@ Barieri’s 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 diff --git a/TODO b/TODO deleted file mode 100644 index 1a576f5..0000000 --- a/TODO +++ /dev/null @@ -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