/* ChangeLog for Splashsetter */ 2007-09-21 Franz Klammer * /usr/X11R6 -> /usr/local * share/gnome -> share * Version 0.6.5.3 2006-05-02 Franz Klammer * splash_set_lib.py: change my stupid way to get the file-extension. now splashsetter finds splash screens with more than one dot... * Version 0.6.5.2 2005-09-05 Franz Klammer * splash_set_lib.py: changes to avoid deprecation-warnings * splash_set_gui_lib: changes to avoid deprecation- warnings: switch to newer gtk.UIManager, gtk.FALE->False * Version 0.6.5.1 2004-04-08 Franz Klammer * forgotten to record changes ... :-( * Version 0.6.5 2004-01-24 Franz Klammer * splash_set_lib.py: add a workaround to avoid problems with gnome-session and programs in "startup programs": gnome (2.5) didn't like programs without GUI there. 2004-01-22 Franz Klammer * re-add gconf_lib.get_string() it's still used by splash_gui_app.__toolbar_workaround 2004-01-20 Franz Klammer * version 0.6.3 2004-01-20 Franz Klammer * add availaility ty exclude the default GNOME splash screen directory. * add a splashsetter-splash and use it as default secondary splash if no alternate splash_dir is set. 2004-01-18 Franz Klammer * put the "active" label and preview image into a scrolledwindow 2004-01-18 Franz Klammer * sigh! don't make bigger changes one minute before release :-( - splash screens are now changeable per GUI * version 0.6.2 2004-01-17 Franz Klammer * fix a problem with --random at startup with no availability to connect to a X-server * version 0.6.1 2004-01-15 Franz Klammer * version 0.6 (because it's now time for a real FreeBSD port ;-)) 2004-01-15 Franz Klammer * New name: Splashsetter * Splashsetter has now a Logo and icon * Hopefully the most typos are removeed from the script. 2004-01-14 Franz Klammer * add a workaround to respect the text-beside-icons gnome setting must be a bug .... * avoid set the splash screen in gconf * preferences: only reload the iconlist when the directory is changed. * set_random_splash: don't set the same splash again with 2004-01-13 Franz Klammer * use gnome.ui.App.__init__ to build the main-window * split into program and lib to benefit from python pre-compile * as workaround until there is a better solution provide a button to open the gnome-session-properties that the user can add it by hand into Starup Programs 2004-01-13 Franz Klammer * version 0.4 2004-01-13 Franz Klammer * remove zoom-funtionality because of preview * always search in the default gnome-splash dir. * set fixed window with because new layout 2004-01-12 Franz Klammer * change to GnomeIconList for thumbnail listing * add preview * add revert to last splash button 2004-01-13 Franz Klammer * version 0.2 2004-01-10 Franz Klammer * change cursor on mouseover * change default thumbnail size from 150 to 110 Pixels * add reload button * automaticaly reload the thumbnaillist after config dialof is closed. still a TODO: reload only if only if the configuration are changed * add zoom in|out 2004-01-09 Franz Klammer * use eventbox instead of buttons and put it in a separate class * add a statusbar to view the filename of the thumnail on mouseover * better window-size handling * toolbar added * add the BSD license * add Configuration Dialog and store config in gconf 2004-01-08 Franz Klammer * get_splash_screens(): only return a list of PNG images * Fixed a bug where the displayed rows are always set to 1 if the number of the cells in the last row is smaller then h_cells 2004-01-08 Franz Klammer * inital version