gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #00284
[Merge] lp:~kjmikkel/gtg/hideToolbar into lp:gtg
silentStatic has proposed merging lp:~kjmikkel/gtg/hideToolbar into lp:gtg.
Requested reviews:
Gtg developers (gtg)
Related bugs:
#415027 Can't disable Toolbar
https://bugs.launchpad.net/bugs/415027
Purpose:
To make it possible to hide the toolbar, like all the rest of the UI elements mentioned in the View window
Fix:
The function was not referenced in the SIGNAL_CONNECTIONS_DIC dictionary - the function itself has not been modified.
--
https://code.launchpad.net/~kjmikkel/gtg/hideToolbar/+merge/12497
Your team Gtg developers is subscribed to branch lp:gtg.
=== modified file 'AUTHORS'
--- AUTHORS 2009-09-11 22:58:12 +0000
+++ AUTHORS 2009-09-27 21:45:19 +0000
@@ -37,3 +37,4 @@
* Paulo Cabido <paulo.cabido@xxxxxxxxx>
* Patrick Coleman <blinken@xxxxxxxxx>
* Luca Invernizzi <invernizzi.l@xxxxxxxxx>
+* Mikkel Kjær Jensen <kjmikkel@xxxxxxxxx>
\ No newline at end of file
=== modified file 'CHANGELOG'
--- CHANGELOG 2009-09-25 16:22:02 +0000
+++ CHANGELOG 2009-09-27 21:45:19 +0000
@@ -1,6 +1,10 @@
+<<<<<<< TREE
* Empty new tasks are deleted when editor is closed
* lot of bug fixed in the editor while playing with subtasks
* Works well with the "text besides icon" GNOME option
+=======
+ * The toolbar can now be hidden
+>>>>>>> MERGE-SOURCE
* Merge RTM plugin branch from Luca Invernizzi
* i18n: fixed window title in GTG/taskbrowser/browser.py, by Dario Bertini
* Patch from Luca Invernizzi to add XDG_CACHE redefinition in script/debug.sh
=== modified file 'GTG/taskbrowser/browser.py'
--- GTG/taskbrowser/browser.py 2009-09-25 16:22:02 +0000
+++ GTG/taskbrowser/browser.py 2009-09-27 21:45:20 +0000
@@ -309,6 +309,8 @@
self.on_quickadd_activate,
"on_view_quickadd_toggled":
self.on_toggle_quickadd,
+ "on_view_toolbar_toggled":
+ self.on_toolbar_toggled,
"on_about_clicked":
self.on_about_clicked,
"on_about_close":
Follow ups