Daniel Mustieles
2c5951819d
Updated FSF's address
2014-01-29 11:27:38 +01:00
Yosef Or Boczko
089266fd0a
mouse: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:27:42 +02:00
Rui Matos
98719f3659
mouse: Remove unused variable
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:02 +02:00
Yosef Or Boczko
50488b1ea0
mouse: Make the test button align better
...
https://bugzilla.gnome.org/show_bug.cgi?id=708000
2013-09-28 22:16:58 +03:00
Yosef Or Boczko
ca61b4dce9
mouse: Fix stretched "Test Your Settings" button
2013-08-21 20:42:09 +03:00
Yosef Or Boczko
4678863a0f
mouse: Fix the look of test button
...
https://bugzilla.gnome.org/show_bug.cgi?id=703769
2013-07-12 11:18:46 +03:00
Thomas Wood
a98b939e47
mouse: use a dialog window for the mouse test
...
This avoids using a toggle button to switch to the test area and makes the
interaction more consistent with other panels.
https://bugzilla.gnome.org/show_bug.cgi?id=702986
2013-06-25 16:29:58 +01:00
Ondrej Holy
af812426de
mouse: Mouse preferences as a proper widget
...
https://bugzilla.gnome.org/show_bug.cgi?id=695902
2013-05-24 15:12:22 +02:00
Ondrej Holy
1d7f7858b2
mouse: Mouse test area as a proper widget
...
To avoid using global variables.
2013-05-24 15:12:17 +02:00
Jeremy Bicha
bcc1cc2a5a
mouse: Fix conflicting mnemonic
...
'Test Your Settings' and 'Disable while typing' both were set to 't'
https://bugzilla.gnome.org/show_bug.cgi?id=692767
2013-01-29 09:32:03 -05:00
Cosimo Cecchi
db5aba75a1
mouse: use a GResource for GtkBuilder UI definition and icons
...
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57:05 +01:00
Matthias Clasen
3d27d8caaf
shell: Fittsify panels
...
Make it possible for panels to go all the way to the edge of the
shell. This is particularly important for panels that scroll, such
as the new power panel. All other panels are changed to compensate
for the loss of external padding.
https://bugzilla.gnome.org/show_bug.cgi?id=691229
2013-01-07 10:51:29 +01:00
Cosimo Cecchi
77a26f95f1
mouse: remove unused code
...
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-04 20:34:38 +01:00
Bastien Nocera
3686cf7eb8
shell: Make all control-center plugins static
...
This makes loading faster, with less I/O, avoids unnecessary
code duplication (around 1k lines shaved), and ensures that
all the panels link and work appropriately.
By the same token, it will stop external panels from being
created, and loaded.
https://bugzilla.gnome.org/show_bug.cgi?id=690036
2012-12-11 17:07:39 +01:00
Cosimo Cecchi
8bf26a0b91
mouse: don't add the header widget in an idle
...
Add it in constructed() instead, since we need the value of the
construct-only shell property in order for it to work.
https://bugzilla.gnome.org/show_bug.cgi?id=687863
2012-11-07 12:32:06 -05:00
Bastien Nocera
3d7e215024
mouse: Reset test area to the bottom at every try
...
This prevents window resizes from making the first visit to the
mouse test area one that doesn't scroll all the way to the bottom.
1. Open System Settings
2. Open a panel that's smaller than the mouse one (eg. Background)
3. Back to overview
4. Open Mouse panel, click on test button
https://bugzilla.gnome.org/show_bug.cgi?id=684817
2012-09-26 22:55:18 +02:00
Bastien Nocera
03a88bbba5
mouse: Remove unused variable
2012-08-22 10:38:34 +01:00
Ray Strode
b0e7a5efa8
panels: add register macro
...
Bastien says he doesn't like the blank class_finalize
functions in every panel and he would like a wrapper
macro to hide them.
This commit does that.
2012-08-21 14:32:33 -04:00
Ondrej Holy
544a8ff889
mouse: Add mouse test toggle
...
https://bugzilla.gnome.org/show_bug.cgi?id=677206
2012-08-20 19:21:00 +01:00
Florian Müllner
164d8b54a0
mouse: Add get_help_uri() implementation
...
https://bugzilla.gnome.org/show_bug.cgi?id=675471
2012-05-18 18:48:37 +02:00
Bastien Nocera
e98b32d369
mouse: Use newly implemented dispose
2011-03-16 13:41:00 +00:00
Rodrigo Moya
aaf6540236
mouse: Remove GConf usage in cc-mouse-panel.c
2010-10-20 15:59:16 +02:00
Thomas Wood
d91e466f93
shell: Use the X-GNOME-Settings-Panel value to identify panels
...
Use the custom .desktop file field to identify panels and make sure the
panel implementations use the name to identify themselves.
2010-06-02 16:20:45 +01:00
Thomas Wood
8bb88eb18b
mouse: convert the mouse capplet into a settings panel
...
Add a module and CcPanel implementation for the mouse settings.
2010-05-20 17:50:56 +01:00