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
William Jon McCann
2fb2afdc04
mouse: remove a11y tab
2011-01-18 17:06:34 -05:00
Bastien Nocera
01fbd4fee0
mouse: Use g-s-d helper to detect touchpad
2010-12-09 12:07:48 +00:00
Bastien Nocera
ab72b37318
mouse: Remove dead a11y code
...
That code is broken, and wasn't used anyway, as all of this
should be available in the UA panel.
2010-11-16 11:06:02 +00:00
William Jon McCann
2f4e88b4a3
mouse: use a smiley face instead of old ugly lightbulb to test click
2010-11-14 12:38:35 -05:00
Chris Bagwell
109b369199
mouse: Enable 2-finger scrolling through emulation
...
Also enable 2-finger scrolling if the device supports reporting
finger-width, not only when it supports actual 2-finger scrolling.
https://bugzilla.gnome.org/show_bug.cgi?id=625163
2010-11-01 11:31:16 +00:00
Rodrigo Moya
7805e273c0
mouse: Remove left over comment
2010-10-21 18:16:23 +02:00
Rodrigo Moya
59248ed8ba
mouse: Add motion acceleration and threshold UI for touchpad settings
2010-10-20 16:07:56 +02:00
Rodrigo Moya
d17eb7d050
mouse: Bind motion acceleration and threshold for both mouse and touchpad settings
2010-10-20 15:54:11 +02:00
Rodrigo Moya
54b38f03ca
mouse: Port mouse and touchpad settings to GSettings
2010-10-20 13:06:20 +02:00
Javier Jardón
a533ac968c
Use GSourceFunc() instead GtkFunction() in g_timeout_add()
2010-10-14 04:37:57 +02:00
Bastien Nocera
eb742ed14d
mouse: Require libXInput
...
As it's pretty much required for a modern desktop system.
2010-10-12 19:43:32 +01:00
Cosimo Cecchi
78b5f0ee2d
mouse: use new GDK error trap API
2010-10-06 13:01:37 +02:00
Bastien Nocera
e0e25a0264
mouse: Remove unneeded XCursor include
2010-09-29 17:16:50 +01:00
Bastien Nocera
383882a4c5
mouse: Fix compile-time warnings
...
Including missing declarations, and deprecated use of GDK_DISPLAY.
2010-09-20 18:06:41 +01:00
Thomas Wood
9089857a89
Completely remove dependency on capplets/common directory
...
The capplets directory is no longer built or distributed, so the panels
cannot depend on files in it.
2010-07-12 10:39:09 +01:00
Thomas Wood
ad938356da
Make sure panels do not need to link against libcommon.la
...
libcommon.la defines several new GTypes, so it cannot be loaded into the
same process multiple times.
Copy gconf-property-editor to libgnome-control-center as this is useful
for all panels. However, it will need to be converted to GSettings in the
near future.
Copy capplet-stock-icons to the mouse panel, as it is not used in any other
panels.
Remove references to functions not yet implemented for panels (help,
window icon, etc).
2010-05-22 12:36:17 +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