~vcs-imports/tomboy/+git/tomboy:tomboy-0-4

Last commit made on 2006-06-19
Get this branch:
git clone -b tomboy-0-4 https://git.launchpad.net/~vcs-imports/tomboy/+git/tomboy

Branch merges

Branch information

Name:
tomboy-0-4
Repository:
lp:~vcs-imports/tomboy/+git/tomboy

Recent commits

0331301... by Sebastian Rittau <email address hidden>

NUnit testing framework (forgot to commit in this branch)

9ca5e53... by Alex Graveley

Install tomboy.desktop.

2006-02-04 Alex Graveley <email address hidden>

 * tomboy.spec.in: Install tomboy.desktop.

be68954... by Alex Graveley

Update to build against Gtk#2 and Mono 1.1.13...

2006-02-03 Alex Graveley <email address hidden>

 Update to build against Gtk#2 and Mono 1.1.13...

 - Switch Mono.Posix -> Mono.Unix everywhere.

 - Ref all TextIter usage.

 - Use GuiUtils.DetachMenu when calling Gtk.Menu.AttachToWidget,
 since this can't be null for some reason.

 - Remove Tomboy/panelapplet/*.

 * data/Makefile.am: Install the tomboy.desktop file.
 I believe the other non-RedHat desktops have caught up with
 supporting OnlyShowIn=KDE.

 * Tomboy/Plugins/Evolution.cs: Add using Mono.Posix.Native.

 * Tomboy/Watchers.cs: Drop old gtkspell compatibility code.

 * Tomboy/Utils.cs: Update for Gtk.Menu.Popup API change.

 * Tomboy/Tomboy.cs: Add using Mono.Posix.Native. Syscall.signal
 -> Stdlib.signal.

 * Tomboy/Search.cs: Gtk.Combo -> Gtk.ComboBoxEntry. Keep previous
 searches in an ArrayList. Remove GLib.Markup.EscapeText bug
 workaround.

 * Tomboy/RecentChanges.cs: Update for chaged SetSortFunc API.

 * Tomboy/PluginManager.cs: Add using Mono.Posix.Native.

 * Tomboy/NoteWindow.cs: In NoteTextMenu,
 don't store accel_group.

 * Tomboy/NoteTag.cs: XX_Large -> XXLarge.

 * Tomboy/Note.cs: Don't store tag table (hopefully not needed
 anymore).

 * Tomboy/Makefile.am: Don't build panelapplet/*. Don't define
 OLD_GTKSPELL_CSFLAGS.

 * libtomboy/tomboyutil.c: Remove tomboy_widget_set_bg_pixmap.

 * Tomboy/Applet.cs: Switch to using Gnome.PanelApplet. Drop
 stored reference (hopefully not needed anymore). BackgroundType
 -> PanelAppletBackgroundType. Drop tomboy_widget_set_bg_pixmap.

 * configure.in: Bump version to 0.4. Drop old gtkspell checks.
 Switch to gtk-sharp-2.0, gnome-sharp-2.0, and gconf-sharp-2.0.

9f7ac7e... by Alex Graveley

Fix warnings about char signedness. Ditto.

2006-02-03 Alex Graveley <email address hidden>

 * libtomboy/gtksourceprintjob.c: Fix warnings about char
 signedness.
 * libtomboy/gedit-print.c: Ditto.

e5580d5... by Alex Graveley

Bump version to 0.3.5. Update for 0.3.5. Ditto, and add link to

2006-02-02 Alex Graveley <email address hidden>

 * configure.in: Bump version to 0.3.5.
 * NEWS: Update for 0.3.5.
 * www/index.html: Ditto, and add link to screencast.

a58131f... by Ilkka Tuohela <email address hidden>

Updated Finnish translation

1c5d671... by Clytie Siddall <email address hidden>

vi.po: Updated Vietnamese translation.

69bdbf9... by Adam Weinberger

Updated Canadian English translation.

2006-01-31 Adam Weinberger <email address hidden>

 * en_CA.po: Updated Canadian English translation.

98efe21... by Alex Graveley

Catch //account/source/url URI parse errors, and print the offending URI

2006-01-31 Alex Graveley <email address hidden>

 * Tomboy/Plugins/Evolution.cs: Catch //account/source/url URI
 parse errors, and print the offending URI to the console.

46fadcc... by Alex Graveley

Change the time format from 12-hour + AM/PM to be 24-hour. Fixed bug

2006-01-30 Alex Graveley <email address hidden>

 * sv.po: Change the time format from 12-hour + AM/PM to be
 24-hour. Fixed bug #329241.