- 03 Nov, 2008 6 commits
-
-
Behdad Esfahbod authored
2008-11-03 Behdad Esfahbod <behdad@gnome.org> * plugins/clipboard/gsd-clipboard-manager.c (start_clipboard_idle_cb), (gsd_clipboard_manager_start): Start manager in idle callback (bug #559166) * plugins/mouse/gsd-mouse-manager.c (gsd_mouse_manager_idle_cb), (gsd_mouse_manager_start): Start manager in idle callback (bug #559166) * plugins/xsettings/fontconfig-monitor.c (fontconfig_cache_update), (update): * plugins/xsettings/fontconfig-monitor.h: * plugins/xsettings/gsd-xsettings-manager.c (start_fontconfig_monitor_idle_cb), (start_fontconfig_monitor), (stop_fontconfig_monitor): Start fontconfig monitors in idle callback. However, make sure fontconfig caches are up to date during initialization (bug #559166) svn path=/trunk/; revision=580
-
Behdad Esfahbod authored
2008-11-03 Behdad Esfahbod <behdad@gnome.org> * plugins/mouse/gsd-mouse-manager.c (set_mousetweaks_daemon): Don't run "mousetweaks -s" at startup time (#559165) All "mousetweaks -s" does is shutdown the already-running daemon. When g-s-d starts, there is no daemon running. So, remember that and do not try to shut the non-existing daemon down. svn path=/trunk/; revision=579
-
Behdad Esfahbod authored
2008-11-03 Behdad Esfahbod <behdad@gnome.org> * plugins/common/gsd-keygrab.c (setup_modifiers), (grab_key_real), (grab_key_unsafe): * plugins/common/gsd-keygrab.h: * plugins/keybindings/gsd-keybindings-manager.c (binding_register_keys): * plugins/media-keys/gsd-media-keys-manager.c (update_kbd_cb), (init_kbd): Don't trap errors around grab_key (bug #559164) Such that we can do a single gdk_flush for multiple keys. The only downside is that we cannot write out in the warning which key is being accessed by another app. Not that we really care. svn path=/trunk/; revision=578
-
Behdad Esfahbod authored
2008-11-03 Behdad Esfahbod <behdad@gnome.org> * plugins/font/gsd-font-manager.c (setup_dir), (empty_check_dir), (setup_font_dir), (setup_cursor_dir), (load_font_paths), (gsd_font_manager_start): Cleanup font module (bug #559163) The old code had several flaws: - It tried to create directories in user's home even if we didn't have any use for them. - It called mkfontdir and XSync even if there was no fonts installed. The new code does the following: - Only call mkfontdir and XSync if there's actually any fonts in the relevant dirs. - Remove the ~/.gnome2/share/fonts and/or ~/.gnome2/share/cursor-fonts if they are empty and no cursor font is set. svn path=/trunk/; revision=577
-
Behdad Esfahbod authored
2008-11-03 Behdad Esfahbod <behdad@gnome.org> * gnome-settings-daemon/gnome-settings-manager.c (_load_file): * gnome-settings-daemon/gnome-settings-plugin-info.c (gnome_settings_plugin_info_fill_from_file), (load_plugin_module): * plugins/font/gsd-font-manager.c (child_watch_cb), (spawn_with_input): * plugins/keyboard/gsd-keyboard-xkb.c (gsd_keyboard_xkb_init): * plugins/xrandr/gsd-xrandr-manager.c (gsd_xrandr_manager_start): * plugins/xsettings/gsd-xsettings-manager.c (child_watch_cb), (spawn_with_input), (start_fontconfig_monitor), (stop_fontconfig_monitor), (gnome_xsettings_manager_start), (gnome_xsettings_manager_stop): Improve performance logging annotations (bug #559162) svn path=/trunk/; revision=576
-
Behdad Esfahbod authored
2008-11-03 Behdad Esfahbod <behdad@gnome.org> * data/gnome-settings-daemon.schemas.in: Disable xrdb plugin by default (#bug #557807) svn path=/trunk/; revision=575
-
- 02 Nov, 2008 1 commit
-
-
Jens Granseuer authored
2008-11-02 Jens Granseuer <jensgr@gmx.net> * configure.ac: remove AM_MAINTAINER_MODE because it is deprecated and supposedly unsafe (bug #558503) svn path=/trunk/; revision=574
-
- 01 Nov, 2008 1 commit
-
-
Jens Granseuer authored
2008-11-01 Jens Granseuer <jensgr@gmx.net> Patch by: William Grant <wgrant@ubuntu.com> * plugins/mouse/gsd-mouse-manager.c: (devicepresence_filter), (set_devicepresence_handler), (set_mouse_settings), (gsd_mouse_manager_start), (gsd_mouse_manager_stop): listen for X device changes, and reconfigure the mouse if necessary so that the settings aren't ignored when hotplugging (bug #549267) svn path=/trunk/; revision=572
-
- 29 Oct, 2008 5 commits
-
-
Jens Granseuer authored
2008-10-29 Jens Granseuer <jensgr@gmx.net> Get rid of libgnome (bug #557808). * configure.ac: bump required gtk+ version to 2.13.1 * gnome-settings-daemon/main.c: (main): don't use g_program_init * plugins/a11y-keyboard/Makefile.am: * plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c: (ax_response_callback), (ax_stickykeys_response), (ax_slowkeys_response), (on_slow_keys_action), (on_sticky_keys_action): replace gnome_help_display_desktop with gtk_show_uri svn path=/trunk/; revision=571
-
Jens Granseuer authored
2008-10-29 Jens Granseuer <jensgr@gmx.net> * plugins/screensaver/gsd-screensaver-manager.c: (gsd_screensaver_manager_start): fix plugin activation, too svn path=/trunk/; revision=570
-
Jens Granseuer authored
2008-10-29 Jens Granseuer <jensgr@gmx.net> * plugins/screensaver/gsd-screensaver-manager.c: (start_screensaver_idle_cb), (gsd_screensaver_manager_start): fix broken changes to screensaver plugin svn path=/trunk/; revision=569
-
Jens Granseuer authored
2008-10-29 Jens Granseuer <jensgr@gmx.net> Remove ESD-based sound plugin (bug #557806). This means that g-s-d will no longer start a sound server (esd or PulseAudio) at session startup. This should be handled using the autostart mechanism of gnome-session instead. * configure.ac: * plugins/Makefile.am: * plugins/sound/Makefile.am: * plugins/sound/gsd-sound-manager.c: * plugins/sound/gsd-sound-manager.h: * plugins/sound/gsd-sound-plugin.c: * plugins/sound/gsd-sound-plugin.h: * plugins/sound/sound.gnome-settings-plugin.in: remove sound plugin svn path=/trunk/; revision=568
-
Rodrigo Moya authored
2008-10-29 Rodrigo Moya <rodrigo@gnome-db.org> * plugins/screensaver/gsd-screensaver-manager.c (gsd_screensaver_manager_start): spawn screensaver process in idle callback as it was before. svn path=/trunk/; revision=567
-
- 26 Oct, 2008 1 commit
-
-
Leonardo Ferreira Fontenelle authored
2008-10-26 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Merged from branch gnome-2-24 terminology fixes in Brazilian Portuguese translation. svn path=/trunk/; revision=566
-
- 23 Oct, 2008 2 commits
-
-
Jens Granseuer authored
2008-10-23 Jens Granseuer <jensgr@gmx.net> Based on a patch by: Bogdan Butnaru <bogdanb@gmail.com> * plugins/media-keys/gsd-media-keys-window.c: (draw_waves), (draw_cross), (draw_action_volume): make the composited volume images more clear: draw waves matching current volume and show a cross when muted (bug #557307) svn path=/trunk/; revision=564
-
Jens Granseuer authored
2008-10-23 Jens Granseuer <jensgr@gmx.net> * plugins/media-keys/actions/acme-volume-gstreamer.c: (acme_volume_gstreamer_finalize), (acme_volume_gstreamer_close_real), (acme_volume_gstreamer_open), (acme_volume_gstreamer_close), (acme_volume_gstreamer_init), (acme_volume_gstreamer_class_init): * plugins/media-keys/actions/acme-volume-gstreamer.h: clean up Volume initialization so that we don't get non-functional volume keys when the plugin starts up with an invalid configuration initially, even if the configuration is fixed afterwards (bug #552383) svn path=/trunk/; revision=562
-
- 20 Oct, 2008 1 commit
-
-
Matthias Clasen authored
2008-10-19 Matthias Clasen <mclasen@redhat.com> Bug 556797 – support the Gtk/ButtonImages XSetting * plugins/xsettings/gsd-xsettings-manager.c: Support the Gtk/ButtonImages xsetting. svn path=/trunk/; revision=561
-
- 16 Oct, 2008 1 commit
-
-
Marcel Telka authored
2008-10-16 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation by Pavol Šimo. svn path=/trunk/; revision=559
-
- 15 Oct, 2008 1 commit
-
-
Matthias Clasen authored
2008-10-15 Matthias Clasen <mclasen@redhat.com> Bug 556307 – show the shutdown dialog when the power button is pressed * plugins/media-keys/gsd-media-keys-manager.c (do_exit_action): Show the shutdown dialog when the power button is pressed, not the logout dialog. svn path=/trunk/; revision=556
-
- 12 Oct, 2008 2 commits
-
-
Christian Persch authored
svn path=/trunk/; revision=555
-
Matthias Clasen authored
2008-10-06 Matthias Clasen <mclasen@redhat.com> Bug 555873 – fix gdm keyboard layout handling even more * plugins/keyboard/gsd-keyboard-xkb.c (apply_xkb_settings): Try harder to handle initial-login situations correctly, while not overwriting any user configuration. svn path=/trunk/; revision=553
-
- 07 Oct, 2008 1 commit
-
-
Priit Laes authored
2008-10-07 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=551
-
- 06 Oct, 2008 1 commit
-
-
Matthias Clasen authored
2008-10-06 Matthias Clasen <mclasen@redhat.com> Bug 554525 – fix the picking up of the gdm layout * plugins/keyboard/gsd-keyboard-xkb.c (apply_xkb_settings): Active a specific group only after activating the right keyboard configuration. Because the other way around doesn't work. svn path=/trunk/; revision=549
-
- 05 Oct, 2008 1 commit
-
-
Jens Granseuer authored
2008-10-05 Jens Granseuer <jensgr@gmx.net> * plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c: (set_server_from_gconf): don't make togglekeys_enable depend on global AccessX state (bug #555009) svn path=/trunk/; revision=547
-
- 04 Oct, 2008 1 commit
-
-
Jens Granseuer authored
2008-10-04 Jens Granseuer <jensgr@gmx.net> Patch by: Eric Piel <e.a.b.piel@tudelft.nl> * plugins/xrandr/gsd-xrandr-manager.c: (output_rotation_item_activate_cb): ignore the "activate" signal for deselected items so that the rotation setting doesn't reset when the systray menu is opened (bug #554951) svn path=/trunk/; revision=545
-
- 30 Sep, 2008 1 commit
-
-
Priit Laes authored
2008-09-30 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=544
-
- 25 Sep, 2008 1 commit
-
-
Jovan Naumovski authored
svn path=/trunk/; revision=539
-
- 23 Sep, 2008 1 commit
-
-
Rodrigo Moya authored
2008-09-23 Rodrigo Moya <rodrigo@gnome-db.org> * NEWS: * configure.ac: prepare for 2.24.0 release. svn path=/trunk/; revision=537
-
- 22 Sep, 2008 3 commits
-
-
Michael J. Chudobiak authored
2008-09-22 Michael J. Chudobiak <mjc@svn.gnome.org> * plugins/housekeeping/gsd-housekeeping-manager.c: Made the housekeeping plugin less aggressive by default (bug #552680). Code freeze break approved by release team. svn path=/trunk/; revision=536
-
Luca Ferretti authored
2008-09-22 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=535
-
Kenneth Nielsen authored
svn path=/trunk/; revision=534
-
- 21 Sep, 2008 5 commits
-
-
Robert-André Mauchin authored
svn path=/trunk/; revision=533
-
Mugurel Tudor authored
2008-09-22 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro> svn path=/trunk/; revision=532
-
Wadim Dziedzic authored
2008-09-21 Wadim Dziedzic <wdziedzic@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=531
-
Maxim V. Dziumanenko authored
svn path=/trunk/; revision=530
-
Gabor Kelemen authored
2008-09-21 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=529
-
- 20 Sep, 2008 3 commits
-
-
Luca Ferretti authored
2008-09-20 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=528
-
Kostas Papadimas authored
svn path=/trunk/; revision=527
-
Priit Laes authored
2008-09-20 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=526
-
- 18 Sep, 2008 1 commit
-
-
Runa Bhattacharjee authored
svn path=/trunk/; revision=525
-