summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.29.91.1GNOME_SETTINGS_DAEMON_2_29_91_1temporary_revert_for_2_29_1_1Frédéric Péters2010-02-242-1/+8
|
* Revert "RANDR - Use gnome_rr_output_is_laptop() instead of our own function"Frédéric Péters2010-02-242-12/+20
| | | | This reverts commit a1fc969510ae6f91884976e2b899210977e38b14.
* Release 2.29.91GNOME_SETTINGS_DAEMON_2_29_91Frédéric Péters2010-02-242-1/+20
|
* Update Russian translationLeonid Kanter2010-02-241-66/+144
|
* Updated Bulgarian translationAlexander Shopov2010-02-231-72/+86
|
* bgo#554263 - Allow compiling without RANDR librariesFederico Mena Quintero2010-02-223-19/+1
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* RANDR - Use gnome_rr_output_is_laptop() instead of our own functionFederico Mena Quintero2010-02-222-20/+12
| | | | | | | | | | The one in GnomeRR (from the gnome-desktop library) is smarter than our old is_laptop(), as it knows how to use the ConnectorType output property in RANDR 1.3. This also raises the requirement for gnome-desktop-2.29.92, which is where that API was introduced. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Updated Polish translationPiotr Drąg2010-02-221-149/+371
|
* Update Czech translationPetr Kovar2010-02-211-62/+142
|
* typo fixedJochen Skulj2010-02-211-1/+1
|
* Updated German translationMario Blättermann2010-02-201-73/+90
|
* Updated Galician TranslationFran Diéguez2010-02-191-32/+43
|
* Update Simplified Chinese translation.Ray Wang2010-02-191-90/+164
|
* RANDR - Allow 'LCD' as a laptop's output nameFederico Mena Quintero2010-02-181-1/+2
| | | | | | | | | | Fglrx (proprietary ATI driver that makes me cry) and RadeonHD both seem to use "LCD" as a prefix to the output name of the built-in LCD. In the future we will try to be more robust by using RANDR 1.3's ConnectorType property for outputs. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* updated Tamil translationvasudeven2010-02-181-73/+86
|
* Updated Slovenian translationMatej Urbančič2010-02-161-71/+85
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-02-162-122/+290
|
* Updated Galician TranslationFran Diéguez2010-02-151-157/+232
|
* Updated Spanish translationJorge González2010-02-151-77/+94
|
* Add touchpad_enabled gconf key.Peter Hutterer2010-02-152-0/+56
| | | | | | | | | | | | | Boolean key that toggles the "Device Enabled" property on all touchpad devices. If TRUE, touchpads are enabled, otherwise, all touchpads are disabled. Touchpad disabled with this key will be visible to other X Input clients but cannot send events unless re-enabled. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> https://bugzilla.gnome.org/show_bug.cgi?id=594831
* Display a dialog box when enabling/disabling the touchpad.Peter Hutterer2010-02-1514-1/+2162
| | | | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> https://bugzilla.gnome.org/show_bug.cgi?id=594831
* Add keybinding schema to enable/disable touchpadPeter Hutterer2010-02-153-0/+27
| | | | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> https://bugzilla.gnome.org/show_bug.cgi?id=594831
* Updated German translationMario Blättermann2010-02-131-91/+158
|
* Update Romanian translationLucian Adrian Grijincu2010-02-131-80/+154
|
* bnc#578296 - Always set the position of outputs, even if they are already ↵Federico Mena Quintero2010-02-101-15/+6
| | | | | | | | | | | | | turned on Normally we would only position outputs that were turned off, but we actually need to do this for all outputs that will remain on. Otherwise they could retain their old positions, which is wrong when in 'other' mode we retain a single external output with a non-zero X offset. Based on a patch by Takashi Iwai <tiwai@novell.com> Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Release 2.29.90GNOME_SETTINGS_DAEMON_2_29_90Rodrigo Moya2010-02-082-1/+11
|
* Updating Estonian translationIvar Smolin2010-02-021-2/+18
|
* Ahem, fix typoFederico Mena Quintero2010-01-271-1/+1
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Centralize the use of gnome_rr_config_apply_with_time()Federico Mena Quintero2010-01-271-19/+29
| | | | | | | | This removes code duplication and should hopefully make it easier for distros to use a central point to hook their extra customizations when the RANDR configuration is changed. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Add gthread-2.0 to required modules for the daemonJens Granseuer2010-01-271-0/+1
| | | | Closes bug #608217.
* Updated Slovenian translationMatej Urbančič2010-01-271-11/+78
|
* Updating Estonian translationIvar Smolin2010-01-261-13/+50
|
* Release 2.29.6GNOME_SETTINGS_DAEMON_2_29_6Rodrigo Moya2010-01-262-1/+14
|
* Updated Bulgarian translationAlexander Shopov2010-01-251-61/+126
|
* Updated Bengali translationJamil Ahmed2010-01-261-255/+196
|
* updated Tamil translationvasudeven2010-01-221-68/+139
|
* Don't die on X servers without XKBMatthias Clasen2010-01-161-1/+1
| | | | | | | | | | If you use an X server without XKB, gnome-settings-daemon does not survive session startup. The reason is that the modmap implementation of libxklavier returns 0 for max_groups. This makes some of the max_groups - 1 acrobatics in the keyboard plugin go bad, leading to a segfault. Closes bug #604651.
* Don't allow left-handed setting for single-button touchpads.Peter Hutterer2010-01-161-1/+35
| | | | | | | Setting a left-handed setting to a single-button touchpad may leave the user without a left button to click (provided tapping is disabled too). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Updated Norwegian bokmål translationKjartan Maraas2010-01-131-7/+63
|
* Updated Spanish translationJorge González2010-01-121-2/+68
|
* Release 2.29.5GNOME_SETTINGS_DAEMON_2_29_5Rodrigo Moya2010-01-122-1/+57
|
* missing source file addedSergey V. Udaltsov2010-01-121-0/+1
| | | | plugins/keyboard/gsd-keyboard-xkb.c
* Extra parameter for xkl_engine_stop_listenSergey V. Udaltsov2010-01-112-4/+6
| | | | | New version of libxklavier (5.0) requires to specify flags when you stop listening
* Updated Spanish translationJorge González2010-01-101-7/+10
|
* Add timed exit optionWilliam Jon McCann2010-01-091-0/+13
| | | | Useful for checking for leaks with valgrind.
* Use more warnings with .git not .svnWilliam Jon McCann2010-01-091-1/+1
|
* Updated Swedish translationDaniel Nylander2010-01-091-65/+64
|
* add auto-generated files to .gitignoreHiroyuki Ikezoe2010-01-091-1/+20
|
* Merge the reusable-osd-window branch.Federico Mena Quintero2010-01-058-423/+730
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several plugins need to use an on-screen-display (OSD) window like the media-keys plugin does. However, the media-keys plugin had a heavily hard-coded OSD window for its own purposes. This branch takes the basis of GsdMediaKeysWindow and turns it into a generic GsdOsdWindow. You can use that widget as a normal GtkWindow and pack your widgets in it. The GsdOsdWindow draws itself as a nice, semi-opaque, rounded rectangle and takes care of hiding itself after a timeout after it is shown. Now, GsdMediaKeysWindow is simply a subclass of GsdOsdWindow that knows the specifics of the media-keys plugin. The GsdOsdWindow will get used by the XRANDR plugin and hopefully others if they need it. Merge branch 'reusable-osd-window'
| * Take into account the frame's size properlyreusable-osd-windowFederico Mena Quintero2010-01-051-6/+35
| | | | | | | | | | | | | | We need a custom size_request handler in GsdOsdWindow, as it draws its own frame instead of depending on child widgets to do it. Signed-off-by: Federico Mena Quintero <federico@novell.com>