[devhelp] todo: add: Rename some classes
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] todo: add: Rename some classes
- Date: Wed, 31 Jul 2019 09:31:59 +0000 (UTC)
commit 9cec9cb157c94056baedc59050c771067a24c7b2
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Jul 31 11:30:27 2019 +0200
todo: add: Rename some classes
TODO | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/TODO b/TODO
index 6afbe271..ba1a29af 100644
--- a/TODO
+++ b/TODO
@@ -39,3 +39,17 @@ Improve DhSettings
------------------
See the comment in dh-settings.c.
+
+Rename some classes
+-------------------
+
+Attention to not break apps like Anjuta and Builder, so renaming classes should
+either be done in a backward-compatible way (deprecate the old classes, provide
+the new ones in parallel and implement the old classes by using the new ones),
+or it should be done for the next major version of the libdevhelp, with the
+different major versions being parallel-installable (which means moving the
+libdevhelp to its own git repo).
+
+- DhSidebar -> DhSidePanel. A "bar" in GNOME is more for horizontal things,
+ like GtkInfoBar.
+- DhKeywordModel -> DhSearchModel ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]