2006-11-22 Boyd Timothy * NEWS: Update for 0.5.1. * www/index.html: Ditto. Also added information about the latest stable release (0.4.1) to the page. * www/img/applet-small.png: New screenshot from 0.5.1. * www/img/search-small.png: Ditto. * www/img/windows-small.png: Ditto. 2006-11-22 Boyd Timothy * Tomboy/dbus-sharp/dbus-sharp/src/Connection.cs: Updates from the DBusSharp project to support reading of non-native endian messages. D-Bus capabilities should now work on PPC. * Tomboy/dbus-sharp/dbus-sharp/src/MessageReader.cs: Ditto. 2006-11-22 Boyd Timothy * data/Makefile.am: Install tomboy.desktop. * data/tomboy.desktop.in: Use for GNOME and KDE now and use the "--search" command-line option. * Tomboy/RemoteControl.cs: Added DisplaySearch and DisplaySearchWithText to remotely open the Search All Notes window. * Tomboy/Tomboy.cs: Added "--search" command-line option. 2006-11-22 Alex Graveley * Tomboy/Utils.cs: Don't print errors loading icon names prematurely. Set ToolMenuButton to not FocusOnClick and use the toolbar's relief style, since these are available in Gtk#2. * Tomboy/Tray.cs: Rename "Table of Contents" back to "Search All Notes", since it's more easily understood. * Tomboy/NoteWindow.cs: Use Gtk.Drag.DestGetTargetList instead of using a DllImport. Add "Find in This Note" menu item to Text menu, which opens the search bar. Add back "Search All Notes" to context menu, and "Search" button to toolbar, replacing the ToC. Set FocusOnClick=false for find bar buttons so they don't steal cursor focus. * Tomboy/RecentChanges.cs: Name the dialog "Search All Notes", and clear out the unused min/max hits stuff. Use "gnome-searchtool" as the dialog icon. 2006-11-21 Boyd Timothy * Tomboy/dbus-sharp/dbus-sharp/src/IntrospectionSchema.cs: Removed this file as it will fail on an older mono and neither is used in any code path. These files will eventually be used for doing DBus on non-linux platforms, but they are not ready yet. * Tomboy/dbus-sharp/dbus-sharp/src/UnixMonoTransport.cs: Ditto. 2006-11-21 Boyd Timothy * Tomboy/NoteWindow.cs: Added code to 1) Regain focus into the TextView when the NoteFindBar is hidden (closed) and 2) automatically select/scroll to the first match found during a search. 2006-11-21 Boyd Timothy * Tomboy/TrayIcon.cs: Added code to pay attention to when the width OR height change individually (instead of just taking the Min of them). Fixes bugs #354416 (panel resizing), #352432 (1x1 TrayIcon), and #354417 (tintin code removal - sorry Alex). * Tomboy/Makefile.am: Remove -resource:tintin.png line. * data/images/Makefile.am: Remove tintin.png from noinst_DATA. * data/images/tintin.png: Removed this file. 2006-11-21 Boyd Timothy * Tomboy/Makefile.am: Fix for Bug #329535. Changed the wrapper to only run "Uninstalled Tomboy" if it is started from the /Tomboy directory. This makes the wrapper script more secure (see Comment #1 in the bug). * Tomboy/tomboy.in: Ditto. 2006-11-20 Boyd Timothy * configure.in: Detect where to install the DBus service file by reading dbus-1.pc. * tomboy.spec.in: Install the DBus service file in the correct location. * data/Makefile.am: Ditto. 2006-11-20 Boyd Timothy Integrated patch files from Sebastian Dröge (Bug # 357848) to fix Tomboy's DBus story. Tomboy now uses NDesk's DBusSharp (managed DBus) which requires .NET 2.0 (we have to use "gmcs" instead of "mcs" now). * configure.in: Test for "gmcs" instead of "mcs". Remove checks for libdbus. * Tomboy/dbus-sharp/*.cs: Removed old dbus-sharp bindings. * Tomboy/dbus-sharp/dbus-sharp/*: New NDesk.DBusSharp code. * Tomboy/dbus-sharp/dbus-sharp-glib/*: Ditto. * Tomboy/Makefile.am: "mcs" -> "gmcs". Build managed DBus. * Tomboy/RemoteControl.cs: Code modified to use NDesk.DBus. * Tomboy/RemoteControlProxy.cs: Ditto. * Tomboy/Tomboy.cs: Ditto. Also modified the code to ensure that only one Tomboy instance is allowed to run at a time (when using DBus). * Tomboy/Plugins/Makefile.am: "mcs" -> "gmcs". * test/Makefile.am: Ditto. 2006-11-20 Boyd Timothy * Tomboy/NoteWindow.cs: Fixed FindBar to not actively search for matches when it's not visible. PerformSearch was being called even when the FindBar had never been shown (extra work that didn't need to be going on). 2006-11-16 Boyd Timothy * www/img/applet-small.png: New screenshot from 0.5.0 release. * www/img/search-small.png: Ditto. * www/img/windows-small.png: Ditto. * www/index.html: Update for 0.5.0. 2006-11-16 Boyd Timothy * Tomboy/Search.cs: Removed. This file is no longer needed since the search interface has been replaced by the integrated search in the ToC and the FindBar in individual notes. 2006-11-16 Boyd Timothy * configure.in: Bump version to 0.5.1. 2006-11-16 Boyd Timothy