summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't use the Stored/custom configuration type in the XF86Display cyclerandr-osdFederico Mena Quintero2010-09-032-22/+1
| | | | | | | | We just cycle between the stock configurations. There is no way for the user to know what is actually stored on disk, so we try to be dumb-but-predictable rather than not-always-really-smart. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Add a debug window for stock configurationsFederico Mena Quintero2010-03-041-0/+120
| | | | | | | You can bring up this window by setting the GConf key /apps/gnome_settings_daemon/xrandr/show_debug_window to TRUE. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Don't allow mirror configurations with less than two outputsFederico Mena Quintero2010-03-041-0/+9
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Let the user dismiss the OSD with the Escape keyFederico Mena Quintero2010-03-041-0/+19
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Grab the mouse and keyboard when the RANDR OSD window is mappedFederico Mena Quintero2010-03-031-0/+57
| | | | | We need to forcibly capture input while the window is up. We let the user dismiss the window by clicking outside of it.
* Center the RANDR OSD windowFederico Mena Quintero2010-03-031-0/+1
|
* Let the RANDR OSD focus itself when it is mappedFederico Mena Quintero2010-03-031-0/+2
| | | | | | It is meant to be an interactive window, so we need the input focus. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Use a type-hint of NORMAL for the OSD windowFederico Mena Quintero2010-03-021-0/+1
| | | | | | Otherwise the window manager will not send mouse events to us. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Oops, make a function staticFederico Mena Quintero2010-03-021-1/+1
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Don't return a halfway-built laptop-only configuration in case of errorFederico Mena Quintero2010-03-021-3/+2
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Merge branch 'master' into randr-osdFederico Mena Quintero2010-03-0248-1989/+6068
|\ | | | | | | | | | | Conflicts: plugins/xrandr/Makefile.am plugins/xrandr/gsd-xrandr-manager.c
| * Updated Finnish translation.Timo Jyrinki2010-02-281-68/+153
| |
| * Updated Swedish translationDaniel Nylander2010-02-281-77/+155
| |
| * Updated Catalan translationJoan Duran2010-02-271-141/+223
| |
| * Updated French translationClaude Paroz2010-02-271-72/+147
| |
| * Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2010-02-251-63/+148
| | | | | | | | Reviewed by Vladimir Melo <vmelo@gnome.org>
| * Updated British English translationBruce Cowan2010-02-241-119/+150
| |
| * 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
| |