Tue Jun 17 18:29:46 2008 Søren Sandmann * Port to changes in gnome-desktop 2008-06-04 Federico Mena Quintero * xrandr-capplet.c (driver_is_randr_10): New function, currently unused, to detect whether the graphics driver used in the X server only supports the RANDR 1.0 API. We may find this information useful to tell the user that not all the features in the capplet will work as intended, or to actually disable features that won't work. 2008-05-29 Federico Mena Quintero * xrandr-capplet.c (apply): Before applying the settings, check if the X server supports the Virtual size we need. (check_required_virtual_size): New function; does the checking against what the X server supports. This still needs to present a friendly dialog box. (compute_virtual_size_for_configuration): New function. Wed May 14 18:16:10 2008 Søren Sandmann * xrandr-capplet.c: Add GNOME_DESKTOP_USE_UNSTABLE_API define * scrollarea.[ch]: Add copyright statement 2008-05-14 Soren Sandmann Pedersen * *: Check in new RandR 1.2 enabled capplet 2008-02-19 Jens Granseuer * main.c: (create_dialog), (save_to_gconf): escape strange hostnames that we want to use as GConf keys (see bug #517259 for a similar issue in gnome-settings-daemon) 2007-10-28 Jens Granseuer * main.c: (display_rotation_from_text), (create_rotate_menu): readd gettext macro that accidentally got stripped 2007-10-28 Jens Granseuer * main.c: (display_rotation_from_text), (get_current_resolution), (get_current_rate), (get_current_rotation), (wrap_in_label), (resolution_changed_callback), (generate_rate_menu), (generate_resolution_menu), (initialize_combo_layout), (create_rate_menu), (create_rotate_menu), (create_screen_widgets), (create_dialog), (save_timeout_callback), (run_revert_dialog), (save_to_gconf), (cb_dialog_response), (main): whitespace cleanup and a few minor tweaks 2007-10-27 Jens Granseuer * main.c: (free_display_info), (update_display_info), (read_display_info), (apply_config), (revert_config): revert some of the previous "clean-up", add some new, and fix another leak 2007-10-27 Jens Granseuer * main.c: (run_revert_dialog), (main): fix string capitalization 2007-10-27 Jens Granseuer * main.c: (free_display_info), (restart_screensaver), (apply_config), (revert_config), (cb_dialog_response), (main): clean up code a bit and fix a few leaks 2007-06-29 Jens Granseuer * display-capplet.png: remove * Makefile.am: * display-properties.desktop.in.in: * icons/16x16/gnome-display-properties.png: * icons/22x22/gnome-display-properties.png: * icons/24x24/gnome-display-properties.png: * icons/32x32/gnome-display-properties.png: * icons/scalable/gnome-display-properties.svg: * main.c: (create_dialog): add and use new icon by Jakub Steiner . Closes bug #375230. 2007-06-26 Michael Terry * Makefile.am, main.c, display-properties.desktop.in.in: Use icon theme instead of global pixmaps dir for app icon. Closes bug #450777. 2007-06-16 Jens Granseuer * main.c: (run_revert_dialog), (cb_dialog_response): don't make the revert dialog transient since it's actually never on screen at the same time as the main dialog. Closes bug #448160. 2007-05-22 Jens Granseuer * main.c: (get_current_resolution): surivive XRandR returning weird results for some dual-screen setups. This fixes the crash in bug #356520, but a proper fix for handling this situation is still necessary, unless this is just a driver/X bug... 2007-04-27 Rodrigo Moya * display-properties.desktop.in.in: renamed Bugzilla product. 2007-03-23 Jens Granseuer * main.c: (show_resolution): add 720x576 (PAL) to the list of valid resolutions. Closes bug #325548. 2007-03-21 Jens Granseuer * main.c: uppercase the rotation options. Closes bug #410959. 2007-03-01 Jens Granseuer * main.c: (create_dialog): fix double-free reported by Sandino Flores-Moreno. Closes bug #413352. 2007-01-29 Kjartan Maraas * main.c: Mark a struct static. 2006-12-08 Kjartan Maraas * main.c: (wrap_in_label), (create_dialog): Don't leak the resolution. Pass NULL to gtk_label_new to do less work. Bug #376949. 2006-09-15 Brian Cameron Fixes #356075 * main.c (apply_config, revert_config): make sure we never pass negative values for the rates. 2006-08-18 Rodrigo Moya * main.c (create_dialog): free 'resolution' string after using it, not before. Found by Kjartan Maraas . 2006-08-07 Rodrigo Moya Fixes #348838 * display-properties.desktop.in.in: Fixed GNOME Bugzilla fields. 2006-08-07 Sebastien Bacher * main.c: (create_rotate_menu): fix build with gcc-2.95, patch by Jens Granseuer (Closes: #347611) 2005-11-14 Kjartan Maraas * main.c: Mark some functions static. 2005-07-20 Rodrigo Moya * main.c (get_screensaver_command): new function to get the correct screensaver command to run. (apply_config, revert_config): use gnome-screensaver if available. 2005-02-08 Sebastien Bacher * main.c: (wrap_in_label): patch by Kjartan Maraas , some code cleanups (Closes: #166267). 2004-11-09 Mark McLoughlin * Makefile.am: install .desktop file in $(datadir)/applications. * display-properties.desktop.in: add OnlyShowIn=GNOME; 2004-10-14 Jody Goldberg * Release 2.8.1 2004-06-10 David Sedeņo http://bugzilla.gnome.org/show_bug.cgi?id=136483 * main.c (run_revert_dialog, cb_dialog_response) : Hide the configuration dialog and center the confirmation one. 2004-06-09 David Sedeņo http://bugzilla.gnome.org/show_bug.cgi?id=137579 * main.c (main) : Put title to the confirmation dialog box 2004-05-11 Jody Goldberg From ruben@lambda1.be https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=140047 * main.c (main) : s/XServer/X Server/ and a patch to use g_signal_connect 2004-04-15 Jody Goldberg * Release 2.6.1 2004-04-15 Jody Goldberg For Alex Larsson : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119494 * main.c : fix reverting size change 2004-04-01 Jody Goldberg * Release 2.6.0.3 2004-03-30 Jody Goldberg * Release 2.6.0.1 2004-03-23 Jody Goldberg * Release 2.6.0 2004-03-11 Jody Goldberg * Release 2.5.4 2004-03-02 Fernando Herrera http://bugzilla.gnome.org/show_bug.cgi?id=125315 * main.c: (cb_dialog_response): Point help to the right section 2004-03-02 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=135908 * main.c (apply_config) : restart the screensaver