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
Matthias Clasen
7ef84e87e9
mouse: Fix accessible labels for switches in mouse panel
...
Setting mnemonic-widget on the labels makes orca read out meaningful
text for the switches.
https://bugzilla.gnome.org/show_bug.cgi?id=683703
2012-09-13 06:42:38 -04:00
Florian Müllner
eee381abdd
mouse: Add penta-click test in addition to double-click
...
Clicking anything five times should obviously bring up an image (by
Jakub Steiner) of a five-legged goat :-)
https://bugzilla.gnome.org/show_bug.cgi?id=682492
2012-09-05 19:41:48 +01:00
Ondrej Holy
936c188bf0
mouse: Widget allocated size fallback
...
https://bugzilla.gnome.org/show_bug.cgi?id=579135
2012-08-30 11:11:55 +01:00
Ondrej Holy
1f68f46d74
mouse: Reset timeouts id to zero
...
https://bugzilla.gnome.org/show_bug.cgi?id=579135
2012-08-30 11:11:55 +01:00
Ondrej Holy
1cf9c9b078
mouse: New testing area according to mockup
...
https://bugzilla.gnome.org/show_bug.cgi?id=579135
2012-08-30 11:11:55 +01:00
Ondrej Holy
14dde72dfe
mouse: Fix of bad radio spacing in RTL.
...
https://bugzilla.gnome.org/show_bug.cgi?id=669961
2012-08-28 12:05:51 +01:00
Ondrej Holy
3e5cdb6fce
mouse: Switch left/right radios according text direction.
...
https://bugzilla.gnome.org/show_bug.cgi?id=669961
2012-08-28 12:05:51 +01:00
Bastien Nocera
03a88bbba5
mouse: Remove unused variable
2012-08-22 10:38:34 +01:00
Bastien Nocera
905b7f999c
mouse: Remove italics from test page
...
https://bugzilla.gnome.org/show_bug.cgi?id=682397
2012-08-22 10:38:04 +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
Ondrej Holy
7981d4423a
mouse: Add mouse test window
...
https://bugzilla.gnome.org/show_bug.cgi?id=677206
2012-08-20 19:21:00 +01:00
Ondrej Holy
278c89fdce
mouse: Show mouse section only if mouse is present
...
https://bugzilla.gnome.org/show_bug.cgi?id=677206
2012-08-20 19:21:00 +01:00
Ondrej Holy
7929e550f1
mouse: Add natural scroll toggle
...
https://bugzilla.gnome.org/show_bug.cgi?id=677206
2012-08-20 19:21:00 +01:00
Ondrej Holy
9f76e89661
mouse: Sensitivity and acceleration sliders merge
...
https://bugzilla.gnome.org/show_bug.cgi?id=677206
2012-08-20 19:20:59 +01:00
Ondrej Holy
a6262b0ad4
mouse: Reorganize widgets according to mockup
...
https://bugzilla.gnome.org/show_bug.cgi?id=677206
2012-08-20 19:20:59 +01:00
Bastien Nocera
daa8b098a4
mouse: Update from gnome-settings-daemon
2012-08-20 18:33:28 +01:00
Bastien Nocera
6baadbf827
mouse: Remove dead code
2012-08-18 18:11:31 +01:00
Bastien Nocera
1261d73821
mouse: Use '&' instead of 'and'
...
Using "&" not only keeps the names shorter but would also keeps the
user focused on the other words which compose the name.
https://bugzilla.gnome.org/show_bug.cgi?id=676562
2012-06-06 17:45:15 +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
f102ca7363
mouse: Update from gnome-settings-daemon
2012-04-25 20:01:14 +01:00
Bastien Nocera
0e49b5b88d
mouse: Add context for Low/High
...
https://bugzilla.gnome.org/show_bug.cgi?id=672738
2012-04-22 12:57:19 +01:00
Bastien Nocera
5a472dc515
mouse: Use update-from-gsd.sh to update input helper
2012-04-19 12:01:21 +01:00
Bastien Nocera
be45283bb4
mouse: Update from gnome-settings-daemon
2012-04-19 12:01:17 +01:00
Peter Hutterer
3964582635
mouse: Don't enable two-finger scrolling based on width
...
Reverts part of 109b369199
Good idea in principle, albeit the hardware gets in our way. In
synaptics 1.4 two-finger emulation was enabled by default on devices
that reported finger width but had to since revert this. The hardware
doesn't really separate width and pressure, so a hard tap off a finger
gives a high width, a wide finger gives a high pressure on light
touches. We got spurious right-click presses when two-finger
emulation was enabled.
Now we have the control-center providing a checkbox for two-finger
emulation but it doesn't enable emulation, which to the users appears as if
two-finger scrolling is broken
(https://bugzilla.redhat.com/show_bug.cgi?id=738123 ).
We now disable the checkbox again for hardware that doesn't do two-fingers.
it's not reliable and we're likely to see further bugs when the spurious right
clicks take effect
https://bugzilla.gnome.org/show_bug.cgi?id=661963
2012-03-13 19:12:47 +01:00
Bastien Nocera
aeb1e47411
mouse: Remove italics
...
https://bugzilla.gnome.org/show_bug.cgi?id=669070
2012-01-31 17:34:14 +00:00
Florian Müllner
4cd7b6c6dc
.desktop: Drop prefix from X-GNOME-Keywords
...
The field has now been included in the spec, so use the standardized
name.
2011-12-19 16:26:40 +01:00
Bastien Nocera
6665b60422
panels: Update for Shell API changes
2011-11-07 18:03:14 +00:00
Bastien Nocera
7b3f942318
mouse: Fix ATK descriptions
2011-10-19 14:43:30 +01:00
Michael Terry
0a8669a5b5
Add Unity to OnlyShowIn fields
...
https://bugzilla.gnome.org/show_bug.cgi?id=653661
2011-06-30 12:44:52 +01:00
Matthias Clasen
007696b8fd
Fix a11y/keynav issues in the mouse panel
...
The Acceleration mnemonics were conflicting with the 'All Settings'
mnemonic, which can easily be avoided by moving the mnemonic to 'c'.
Also, the mnemonic widgets for the scale labeles on the touchpad
page were pointing at the widgets on the mouse page (copy-paste error)
and thus did not work.
Part of bug 650132
2011-05-15 14:36:03 -04:00
Bastien Nocera
9f961048ae
mouse: Update from gnome-settings-daemon
...
Should fix detection of touchpads not working in some cases.
https://bugzilla.redhat.com/show_bug.cgi?id=695041
2011-05-03 16:42:35 +01:00
Bastien Nocera
c34734dd87
mouse: Don't reset scrolling method on start
...
Or tap-to-click for that matter, if the device present does
not support it.
https://bugzilla.gnome.org/show_bug.cgi?id=642474
2011-03-20 16:59:21 +00:00
William Jon McCann
917fa81f10
mouse: make sure we fit within our minimum vertical size
...
Make sure we fit on netbook screens.
2011-03-20 03:06:48 -04:00
Bastien Nocera
6946159d84
mouse: Check caps of the touchpad when added
2011-03-18 15:46:56 +00:00
Bastien Nocera
2fd11caaaf
mouse: Don't forget to set the variables we use
...
Otherwise we can't disconnect very much...
2011-03-18 15:29:15 +00:00
Bastien Nocera
5b259bfe56
mouse: Make touchpad tab appear when connected
...
On-the-fly!
2011-03-16 13:48:08 +00:00
Bastien Nocera
30fdeafef5
mouse: Remove unused "start_page" code
2011-03-16 13:41:00 +00:00
Bastien Nocera
e98b32d369
mouse: Use newly implemented dispose
2011-03-16 13:41:00 +00:00
Bastien Nocera
4c2fcca2f6
mouse: Implement dispose for the widget
2011-03-16 13:41:00 +00:00
Bastien Nocera
cf8465c250
mouse: Don't destroy the touchpad tab
...
We might actually need it when a touchpad appears.
2011-03-16 13:41:00 +00:00
Matthias Clasen
4109335861
Mouse: set up scroll method radios initially
...
The panel was always coming up with scrolling disabled.
https://bugzilla.gnome.org/show_bug.cgi?id=644223
2011-03-13 00:40:24 -05:00
Matthias Clasen
451b7edf37
Mouse: don't reuse the same adjustments
...
The acceleration and sensitivity sliders on the mouse and touchpad
tabs were sharing the same adjustment, which doesn't really work.
https://bugzilla.gnome.org/show_bug.cgi?id=644223
2011-03-13 00:40:24 -05:00
Bastien Nocera
8251128055
mouse: Remove obsolete properties
2011-02-25 23:21:19 +00:00
Thomas Wood
e2f944a66a
configure: Group pkg-config checks based on how they are used
...
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.
https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
Cosimo Cecchi
f0bee95a74
Use gdk_error_trap_pop_ignored()
2011-02-04 15:40:25 -05:00
William Jon McCann
2fb2afdc04
mouse: remove a11y tab
2011-01-18 17:06:34 -05:00
William Jon McCann
3198b8d084
mouse: change tab label to Mouse
...
https://bugzilla.gnome.org/show_bug.cgi?id=639787
2011-01-18 17:03:33 -05:00
Thomas Wood
ca7bdc3f7e
build: remove redundant variables
...
GNOMECC_CAPPLETS_CLEANFILES duplicated existing files to be removed and
GNOMECC_CAPPLETS_EXTRA_DIST was no longer used anywhere.
2010-12-20 14:51:52 +00:00