lp://staging/~ceefour/tomboy/win32-fixes
This is very old branch. Useful for reference code purposes only.
Home page: http://
- Get this branch:
- bzr branch lp://staging/~ceefour/tomboy/win32-fixes
Branch merges
Branch information
Recent revisions
- 439. By sharm
-
2006-06-25 Sandy Armstrong <email address hidden>
Inital check-in of tomboy-win32 code
* build.bat: Added to many directories. These batch files handle building Tomboy.
* data/tomboy.bat: Batch file to make sure %HOME% is before running Tomboy
* data/konquerer.bat: Poses as konquerer, forwards arguments to explorer.exe.
* data/tomboy.vbs: VB script to call tomboy.bat* win32/*: Added stub implementations of classes in Gnome, GConf, Mono, and Tomboy namespaces.
* Tomboy/Applet.cs: Uncommenting use of SetupMenuFromFile since we are mocking the
PanelApplet base class anyway.
* Tomboy/Defines.cs: Added, since this is not automatically generated.
* Tomboy/NoteWindow. cs: Warn user that deleting notes causes Tomboy to crash in Windows.
* Tomboy/PluginManager. cs: Put quotes around argument passed in to konquerer when opening Plugins Folder
* Tomboy/Preferences. cs: Default spell-checking pref to false, disable checkbox in GUI.
* Tomboy/Utils.cs: Commented out GuiUtils, using win32/GuiUtils_stub.cs instead.
When libtomboy is not available, have ForcedPresentWi ndow.Present
call Gtk.Window.Present. * Tomboy/
Plugins/ NoteOfTheDay. cs: Applied patch to add template note.
* Tomboy/Plugins/ GalagoPresence. cs: Mono.Posix -> Mono.Unix.
* Tomboy/Plugins/ build.bat: Support for building in Windows.