2 Shared code for ROX applications
4 http://rox.sourceforge.net
8 If pygtk is not found, raise SystemExit instead of quitting.
9 Ensure that True and False are defined.
13 Work around bug in some versions of pygtk that stopped the options window
16 12-Dec-2002 (Release 13-Dec-2002)
18 Upgrade Options box to new style.
22 Bugfix: If an option had an empty value, an exception was thrown on loading
23 (reported by Stephen Watson).
27 Cope with missing input_add_full.
31 Pygtk 1.99.12 seems to more-or-less work now (according to Alastair Porter), so
32 remove the warning for that so we can support RedHat 8.0.
34 20-Oct-2002 (Release 1.9.4)
36 More warnings about old pygtk versions.
37 Added Dialog class (does ref-counting, like Window).
41 Trying to use ROX-Lib2 with earlier versions of python now gives a sensible
46 Make clicking on ROX-Lib itself work again (Christopher Arndt).
50 Updated findrox.py to use pygtk 1.99.13 -- update your programs!
52 25-Aug-2002 (Release 1.9.3)
54 Switch to use new pygtk versioning system (requires pygtk 1.99.13).
58 Added 'processes' module, based on code in Archive, which makes controlling
63 Bugfix: Changing the keys lost any builtin shortcuts (Gtk behaviour has
68 Trap exceptions when activating menu items and report nicely.
72 Bugfix: Remember to call drop_finish() after a drag-and-drop operation.
74 05-Aug-2002 (Release 1.9.2)
76 Renamed XDSLoader module to 'loading' (like 'saving').
77 Added 'mime' module for installing extra MIME information.
78 Bugfix: XDSLoader didn't handle the drag-drop signal, and so only worked for
79 widgets with their own implementation!
83 Show local variables in report_exception, and allow expressions to be
84 evaluated in the context of any frame.
85 Added StringSaver class.
89 Added applet module for creating ROX panel applets.
93 Bugfix: saving code didn't cope with missing images (reported by Musus Umbra).
97 If 'gtk2' isn't available, see if 'gtk' is actually the 2.0 version.
98 Added save_set_permissions to Saveable interface, allowing the default
99 save_to_file to preserve file permissions.
100 Changes to XDSLoader: xds_load_from_stream(name, type, stream)
101 replaces the old xds_load_data(data).
102 Loading files from remote filers works now.
103 Added much improved exception reporting system.
105 19-Jul-2002 (Release 1.9.1)
107 Added support for translations.
111 License change to the LGPL (allows commercial programs to use this library).
112 Added AbortSave exception.
116 Saveable.save_to_file() should raise an exception when saving fails, rather
117 than returning 0. The return value is now ignored (note that raising an
118 exception will still work with 1.9.0).
119 toplevel_unref() ignores any arguments, so it is easier to use as a signal
122 12-Jul-2002 (Release 1.9.0)
124 First release for Gtk+-2.0.