[ekiga/ds-gsettings3: 25/33] Added GSettings TODO so that others can continue my work.



commit 8cab840f7f9b05ac0e2d889be2b251ec93021e2c
Author: Damien Sandras <dsandras beip be>
Date:   Sun May 5 17:53:54 2013 +0200

    Added GSettings TODO so that others can continue my work.

 TODO-GSettings.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/TODO-GSettings.txt b/TODO-GSettings.txt
new file mode 100644
index 0000000..383fb16
--- /dev/null
+++ b/TODO-GSettings.txt
@@ -0,0 +1,5 @@
+- Make sure we have no recursion : gsetting changed, updates the widget, updates the key, gsetting changed, 
updates the widget, ... For example, the toggle menu change in main_window.cpp related to enable-preview 
(enable_preview) does not seem to be protected by g_signal_handlers_block.
+
+- Move gmmenuaddon to GSettings.
+
+- Move gmprefs and gmconfwidgets to static methods of the preferences-window. No need to share those 
specific methods in lib as they are only used by the preferences window.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]