Merge lp:~rodrigo-moya/ubuntu/maverick/tomboy/1_3_2_release into lp:~ubuntu-desktop/tomboy/ubuntu

Proposed by Rodrigo Moya
Status: Merged
Merged at revision: 51
Proposed branch: lp:~rodrigo-moya/ubuntu/maverick/tomboy/1_3_2_release
Merge into: lp:~ubuntu-desktop/tomboy/ubuntu
Diff against target: 72 lines (+24/-14)
2 files modified
debian/changelog (+21/-0)
debian/patches/04_app_indicator.patch (+3/-14)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntu/maverick/tomboy/1_3_2_release
Reviewer Review Type Date Requested Status
Sebastien Bacher Pending
Ubuntu Development Team Pending
Review via email: mp+33795@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-08-18 11:29:38 +0000
3+++ debian/changelog 2010-08-26 15:27:46 +0000
4@@ -1,3 +1,24 @@
5+tomboy (1.3.2-1ubuntu1) maverick; urgency=low
6+
7+ * New upstream release 1.3.2
8+ + Support gtk# >= 2.12.10
9+ + Escape note titles in rename dialog
10+ + Allow empty username field
11+ + Help improvements
12+ + Improve Tomboy's presentation for Add/Remove programs
13+ + Do not open search at startup when tray icon is not ready after 2 secs
14+ + Require .Net framework 3.5
15+ + Add the missing resource "tomboy-note-clipboard-html.xsl" and clean up
16+ the msbuild file.
17+ + Allow (major) upgrades, deny downgrades in Setup
18+ + Enable proper popup behavior on Windows
19+ + Export linked notes correctly on Windows
20+ + Replace obsolete .Log() method calls with .Debug/.Info/.Warn/.Error
21+ + Fail more gracefully if recent item tracking for the taskbar is disabled
22+ + Updated translations
23+
24+ -- Rodrigo Moya <rodrigo.moya@canonical.com> Thu, 26 Aug 2010 15:05:29 +0200
25+
26 tomboy (1.3.1-1ubuntu5) maverick; urgency=low
27
28 * debian/patches/06_use_ubuntu_sso.patch:
29
30=== modified file 'debian/patches/04_app_indicator.patch'
31--- debian/patches/04_app_indicator.patch 2010-08-11 15:53:51 +0000
32+++ debian/patches/04_app_indicator.patch 2010-08-26 15:27:46 +0000
33@@ -77,7 +77,7 @@
34 ===================================================================
35 --- tomboy-1.3.1.orig/Tomboy/Tomboy.cs 2010-06-28 20:20:19.000000000 +0100
36 +++ tomboy-1.3.1/Tomboy/Tomboy.cs 2010-07-06 13:04:13.598602462 +0100
37-@@ -189,17 +189,22 @@
38+@@ -189,10 +189,16 @@
39 #endif
40 }
41
42@@ -87,28 +87,17 @@
43 - // Create the tray icon and run the main loop
44 - tray_icon = new TomboyTrayIcon (manager);
45 - tray = tray_icon.Tray;
46--
47-- // Give the TrayIcon 2 seconds to appear. If it
48-- // doesn't by then, open the SearchAllNotes window.
49-- tray_icon_showing = tray_icon.IsEmbedded && tray_icon.Visible;
50-- if (!tray_icon_showing)
51-- GLib.Timeout.Add (2000, CheckTrayIconShowing);
52 + if (TomboyIndicatorTray.IndicatorTrayPresent) {
53 + indicator = new TomboyIndicatorTray (manager);
54 + } else {
55 + // Create the tray icon and run the main loop
56 + tray_icon = new TomboyTrayIcon (manager);
57 + tray = tray_icon.Tray;
58-+
59-+ // Give the TrayIcon 2 seconds to appear. If it
60-+ // doesn't by then, open the SearchAllNotes window.
61-+ tray_icon_showing = tray_icon.IsEmbedded && tray_icon.Visible;
62-+ if (!tray_icon_showing)
63-+ GLib.Timeout.Add (2000, CheckTrayIconShowing);
64 + }
65-
66++
67 StartMainLoop ();
68 }
69+
70 @@ -214,7 +219,8 @@
71 // can still use Tomboy.
72 #if !MAC

Subscribers

People subscribed via source and target branches

to all changes: