GTG

Merge lp:~kjmikkel/gtg/hideToolbar into lp:~gtg/gtg/old-trunk

Proposed by silentStatic
Status: Merged
Merged at revision: not available
Proposed branch: lp:~kjmikkel/gtg/hideToolbar
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 31 lines
3 files modified
AUTHORS (+1/-0)
CHANGELOG (+1/-0)
GTG/taskbrowser/browser.py (+2/-0)
To merge this branch: bzr merge lp:~kjmikkel/gtg/hideToolbar
Reviewer Review Type Date Requested Status
Lionel Dricot (community) Needs Fixing
Review via email: mp+12497@code.launchpad.net
To post a comment you must log in.
Revision history for this message
silentStatic (kjmikkel) wrote :

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.

Revision history for this message
Lionel Dricot (ploum-deactivatedaccount) wrote :

Some bzr stuffs left in the CHANGELOG. Could you fix that ?

review: Needs Fixing
lp:~kjmikkel/gtg/hideToolbar updated
325. By Mikkel Kjær Jensen <mikkel@mikkel-laptop>

Trying to get rid of bzr stuff

326. By Mikkel Kjær Jensen <mikkel@mikkel-laptop>

Trying again

327. By Mikkel Kjær Jensen <mikkel@mikkel-laptop>

attempt merge

328. By Mikkel Kjær Jensen <mikkel@mikkel-laptop>

After merge

329. By Mikkel Kjær Jensen <mikkel@mikkel-laptop>

Meged correctly this time

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'AUTHORS'
--- AUTHORS 2009-09-11 22:58:12 +0000
+++ AUTHORS 2009-09-28 12:24:14 +0000
@@ -37,3 +37,4 @@
37* Paulo Cabido <paulo.cabido@gmail.com>37* Paulo Cabido <paulo.cabido@gmail.com>
38* Patrick Coleman <blinken@gmail.com>38* Patrick Coleman <blinken@gmail.com>
39* Luca Invernizzi <invernizzi.l@gmail.com>39* Luca Invernizzi <invernizzi.l@gmail.com>
40* Mikkel Kjær Jensen <kjmikkel@gmail.com>
40\ No newline at end of file41\ No newline at end of file
4142
=== modified file 'CHANGELOG'
--- CHANGELOG 2009-09-25 16:22:02 +0000
+++ CHANGELOG 2009-09-28 12:24:14 +0000
@@ -1,3 +1,4 @@
1 * The toolbar can now be hidden by Mikkel Kjær Jensen
1 * Empty new tasks are deleted when editor is closed2 * Empty new tasks are deleted when editor is closed
2 * lot of bug fixed in the editor while playing with subtasks3 * lot of bug fixed in the editor while playing with subtasks
3 * Works well with the "text besides icon" GNOME option4 * Works well with the "text besides icon" GNOME option
45
=== modified file 'GTG/taskbrowser/browser.py'
--- GTG/taskbrowser/browser.py 2009-09-25 16:22:02 +0000
+++ GTG/taskbrowser/browser.py 2009-09-28 12:24:14 +0000
@@ -309,6 +309,8 @@
309 self.on_quickadd_activate,309 self.on_quickadd_activate,
310 "on_view_quickadd_toggled":310 "on_view_quickadd_toggled":
311 self.on_toggle_quickadd,311 self.on_toggle_quickadd,
312 "on_view_toolbar_toggled":
313 self.on_toolbar_toggled,
312 "on_about_clicked":314 "on_about_clicked":
313 self.on_about_clicked,315 self.on_about_clicked,
314 "on_about_close":316 "on_about_close":

Subscribers

People subscribed via source and target branches

to status/vote changes: