2007-05-26 |
Stephen Watson | Backgrounding has problems, remove it. ExternalThumbnailler... temporary directories. (Stephen Watson, spotted by Thomas Leonard).
|
commit | commitdiff | tree |
2007-05-26 |
Stephen Watson | Release 2.0.4
|
commit | commitdiff | tree |
2007-05-21 |
Stephen Watson | Use gdk.display_get_default() as gdk.get_display()... ...get_display() is 2.8 or later (Stephen Watson).
|
commit | commitdiff | tree |
2007-05-21 |
Stephen Watson | Correct doc string, the root widget must be named ... ...the root widget must be named (Stephen Watson).
|
commit | commitdiff | tree |
2007-05-20 |
Stephen Watson | Prefer stderr.write() to print>>stderr, seems to work... (Stephen Watson)
|
commit | commitdiff | tree |
2007-05-19 |
Stephen Watson | Added warnings for when DISPLAY is not set (Stephen... ...warnings for when DISPLAY is not set (Stephen Watson).
|
commit | commitdiff | tree |
2007-05-19 |
Stephen Watson | Added warnings for when DISPLAY is not set (Stephen... ...warnings for when DISPLAY is not set (Stephen Watson).
|
commit | commitdiff | tree |
2007-05-09 |
Stephen Watson | Removed old stuff from TODO, put draft of 2.0.4 changes... ...draft of 2.0.4 changes in CHANGES (Stephen Watson)
|
commit | commitdiff | tree |
2007-05-09 |
Stephen Watson | Updated po files, for line numbers and new messages... ...messages not the actual translation (Stephen Watson).
|
commit | commitdiff | tree |
2007-04-10 |
Stephen Watson | Templates now has full dict behaviour and derives from... ...be the same used by glade.XML (Stephen Watson).
|
commit | commitdiff | tree |
2007-03-24 |
Stephen Watson | Simplified the templates module (Stephen Watson, suggested... Simplified the templates module (Stephen Watson, suggested by Thomas Leonard)
|
commit | commitdiff | tree |
2007-03-19 |
Stephen Watson | Updated help string
|
commit | commitdiff | tree |
2007-03-17 |
Stephen Watson | Added ProxyWindow to make sub-classing a window loaded... easier (Stephen Watson).
|
commit | commitdiff | tree |
2007-03-06 |
Stephen Watson | Added thumbnail module to access thumbnail images of... generate them (Stephen Watson).
|
commit | commitdiff | tree |
2007-03-03 |
Stephen Watson | Fix syntax error in getting the widget set (Stephen... ...error in getting the widget set (Stephen Watson).
|
commit | commitdiff | tree |
2007-02-27 |
Stephen Watson | Function to fetch an appropriate icon for a file (Lennon... ...for a .DirIcon for directories (Stephen Watson). Could also
|
commit | commitdiff | tree |
2007-01-29 |
Stephen Watson | Corrected doc comment on get() function
|
commit | commitdiff | tree |
2006-09-25 |
Stephen Watson | Convert other enums to int for Python 2.5 (Stephen... ...other enums to int for Python 2.5 (Stephen Watson).
|
commit | commitdiff | tree |
2006-09-25 |
Stephen Watson | Ensure window response codes are treated as int(),... pygtk 2.6 (Stephen Watson).
|
commit | commitdiff | tree |
2006-09-23 |
Stephen Watson | Added templates module as an interface to glade (Stephen... ...module as an interface to glade (Stephen Watson).
|
commit | commitdiff | tree |
2006-09-22 |
Stephen Watson | Added xattr support including test for user set MIME... ...test for user set MIME types (Stephen Watson).
|
commit | commitdiff | tree |
2006-06-17 |
Stephen Watson | Eliminated a number of deprecation warnings
|
commit | commitdiff | tree |
2006-05-28 |
Stephen Watson | Update po files for new release
|
commit | commitdiff | tree |
2006-05-28 |
Stephen Watson | New release.
|
commit | commitdiff | tree |
2006-05-26 |
Stephen Watson | Updated it translation (Yuri Bongiorno)
|
commit | commitdiff | tree |
2006-05-19 |
Stephen Watson | Polish translation (Bart Kreska).
|
commit | commitdiff | tree |
2006-05-18 |
Stephen Watson | Updated german (de) translation (Guido Schimmels).
|
commit | commitdiff | tree |
2006-05-18 |
Stephen Watson | Added spanish translation curtesy of Juan Carlos Jimenez...
|
commit | commitdiff | tree |
2006-05-14 |
Stephen Watson | Check that ROX-Session is providing the dbus service... ...don't just assume that it is (Stephen Watson).
|
commit | commitdiff | tree |
2006-05-09 |
Stephen Watson | rox.settings now uses rox.session to communicate with... ...been removed from rox.session (Stephen Watson).
|
commit | commitdiff | tree |
2006-03-21 |
Stephen Watson | Use XMLRPC if the DBUS version is too old.
|
commit | commitdiff | tree |
2006-03-10 |
Stephen Watson | Bugfix: spurious argument when installing SendTo handler... ...SendTo handler under Zero Install (Stephen Watson, reported by Andras Mohari)
|
commit | commitdiff | tree |
2006-03-04 |
Stephen Watson | Improve installation of MIME type handler under Zero... ...type handler under Zero Install (Stephen Watson)
|
commit | commitdiff | tree |
2006-02-17 |
Stephen Watson | New class Setting in rox.session is an option tied... ...tied to a ROX-Session setting (Stephen Watson).
|
commit | commitdiff | tree |
2006-02-14 |
Stephen Watson | Added rox.session module for communicating with ROX... ...determine the panel orientation (Stephen Watson).
|
commit | commitdiff | tree |
2006-01-13 |
Stephen Watson | Save box now selects icon from same icon theme as ROX... ...same icon theme as ROX-Filer (Stephen Watson).
|
commit | commitdiff | tree |
2005-11-25 |
Stephen Watson | Better detection of the MIME-types/MIME-thumb location... ...when installing type handlers (Stephen Watson).
|
commit | commitdiff | tree |
2005-11-12 |
Stephen Watson | EXPERIMENTAL code for installing MIME handlers via... ...installing MIME handlers via 0launch (Stephen Watson)
|
commit | commitdiff | tree |
2005-11-12 |
Stephen Watson | Added rox.isappdir() function to test the validity... ...test the validity of an AppDir (Stephen Watson).
|
commit | commitdiff | tree |
2005-11-05 |
Stephen Watson | Changed the doc string in Menu.py to prefer the new... ...menus not the old tuple method (Stephen Watson).
|
commit | commitdiff | tree |
2005-07-25 |
Stephen Watson | Bugfix: Installing MIME handlers under the XDG base... work (Stephen Watson).
|
commit | commitdiff | tree |
2005-06-01 |
Stephen Watson | Avoid apparent PyGTK bug related to icon themes, may...
|
commit | commitdiff | tree |
2005-05-19 |
Stephen Watson | Clean up of icon theme handling
|
commit | commitdiff | tree |
2005-05-18 |
Stephen Watson | Ken Hayber's fixes for pygtk 2.4
|
commit | commitdiff | tree |
2005-05-06 |
Stephen Watson | MIME handler install now uses basedir
|
commit | commitdiff | tree |
2005-05-06 |
Stephen Watson | use gtk.main() instead of the deprecated gtk.mainloop()
|
commit | commitdiff | tree |
2005-04-29 |
Stephen Watson | Compatability fixes for the su module
|
commit | commitdiff | tree |
2005-04-16 |
Stephen Watson | 2.0.0 Release
|
commit | commitdiff | tree |
2005-04-10 |
Stephen Watson | Add reminder of save box icons
|
commit | commitdiff | tree |
2005-04-09 |
Stephen Watson | Fix determination of path to tests dir
|
commit | commitdiff | tree |
2005-04-09 |
Stephen Watson | Allow MakeDist to use a specified sf.net account
|
commit | commitdiff | tree |
2005-03-24 |
Stephen Watson | New release
|
commit | commitdiff | tree |
2005-03-23 |
Stephen Watson | Added German translation
|
commit | commitdiff | tree |
2005-03-17 |
Stephen Watson | Another thought
|
commit | commitdiff | tree |
2005-03-13 |
Stephen Watson | Added TODO file to track bugs and changes needed for...
|
commit | commitdiff | tree |
2005-01-03 |
Stephen Watson | Added fixedlist and varlist widgets to OptionsBox
|
commit | commitdiff | tree |
2004-12-31 |
Stephen Watson | Added MIME type matching by file contents
|
commit | commitdiff | tree |
2004-12-11 |
Stephen Watson | Suppress warning when we use GtkItemFactory under pygtk 2.4
|
commit | commitdiff | tree |
2004-11-21 |
Stephen Watson | Use only text nodes when getting the tool tip from...
|
commit | commitdiff | tree |
2004-10-07 |
Stephen Watson | Replace g.mainloop() and g.mainquit() with g.main(...
|
commit | commitdiff | tree |
2004-10-03 |
Stephen Watson | Added options.ListOption to support multi-valued option...
|
commit | commitdiff | tree |
2004-06-07 |
Stephen Watson | Fix syntax error I caused when I added a docstring
|
commit | commitdiff | tree |
2004-05-24 |
Stephen Watson | Added mime_handler uninstall option
|
commit | commitdiff | tree |
2004-03-06 |
Stephen Watson | Added secretentry and button options to the OptionsBox
|
commit | commitdiff | tree |
2004-01-25 |
Stephen Watson | Save a call to parse the appinfo
|
commit | commitdiff | tree |
2004-01-02 |
Stephen Watson | Added method to MIMEtype to fetch its icon, used in...
|
commit | commitdiff | tree |
2004-01-02 |
Stephen Watson | Put icons in the list, add to SendTo for type (uses...
|
commit | commitdiff | tree |
2004-01-02 |
Stephen Watson | Added method to MIMEtype to fetch its icon
|
commit | commitdiff | tree |
2003-11-08 |
Stephen Watson | Fixed a bug and a typo in the new type install code
|
commit | commitdiff | tree |
2003-11-07 |
Stephen Watson | Forgot a line of debug code
|
commit | commitdiff | tree |
2003-11-05 |
Stephen Watson | Added support in mime.py for an application to set... actions and thumbnail programs (Stephen Watson).
|
commit | commitdiff | tree |
2003-10-29 |
Stephen Watson | AppInfo.py added, InfoWin.py now uses it.
|
commit | commitdiff | tree |
2003-09-15 |
Stephen Watson | glob patterns are now sorted
|
commit | commitdiff | tree |
2003-09-15 |
Stephen Watson | Fixed setting icon for old pygtk's
|
commit | commitdiff | tree |
2003-09-15 |
Stephen Watson | glob patterns are now sorted
|
commit | commitdiff | tree |
2003-08-24 |
Stephen Watson | Added InfoWin.py to the library
|
commit | commitdiff | tree |
2003-08-21 |
Stephen Watson | gtk.window_set_default_icon_list() isn't in older versions...
|
commit | commitdiff | tree |
2003-05-06 |
Stephen Watson | Remove commented out debug statements, fix lookup_type()
|
commit | commitdiff | tree |
2003-05-06 |
Stephen Watson | Added functions to read MIME database
|
commit | commitdiff | tree |