Bastien Nocera
304c10d901
wacom: Add link to Display settings
2012-01-26 19:10:10 +00:00
Bastien Nocera
61314e26f7
wacom: Add "Map Buttons..." button
2012-01-26 19:10:10 +00:00
Bastien Nocera
740cd38fa5
wacom: Hide tracking mode for screen tablets
2012-01-26 19:10:10 +00:00
Daniel Mustieles
67d2e6d4a0
Updated Spanish translation
2012-01-26 17:13:42 +01:00
Bastien Nocera
139289c767
wacom: Fix layout problems for some styli
...
When we just hide items inside a GtkGrid, they still take space
in the layout. So we need to remove those widgets, and change
the location in the grid of those widgets.
Finally, as some widgets are removed. the layout doesn't expand as
it used to, so make the rows homogeneous to line up with the drawings.
2012-01-26 15:48:32 +00:00
Cosimo Cecchi
fde93bbd13
keyboard: add support for new screenshot shortcuts
...
Add support for new screenshot area and clipboard actions.
https://bugzilla.gnome.org/show_bug.cgi?id=668712
2012-01-26 09:30:02 -05:00
Bastien Nocera
e091f68b70
wacom: Update from gnome-settings-daemon
2012-01-25 19:12:13 +00:00
Bastien Nocera
abbc0210e6
wacom: Add "update-from-gsd" target
...
To update common files from gnome-settings-daemon
2012-01-25 19:11:52 +00:00
Bastien Nocera
1c9a29f5c0
wacom: Make it easier to copy/paste gsd files
2012-01-25 19:01:46 +00:00
Bastien Nocera
befe9f1190
wacom: Scroll Up/Down actions are mapped inverted
...
https://bugzilla.gnome.org/show_bug.cgi?id=668619
2012-01-25 12:24:34 +00:00
Kjartan Maraas
31bf4623a1
Updated Norwegian bokmål translation
2012-01-25 13:04:14 +01:00
Bastien Nocera
f1775d373d
wacom: Hide cursor when calibrating
...
Otherwise the cursor might get in the way.
https://bugzilla.gnome.org/show_bug.cgi?id=668609
2012-01-24 20:23:31 +00:00
Richard Hughes
d1a5af0818
network: Only show the flight mode toggle when there are wireless devices
2012-01-24 15:49:06 +00:00
Frédéric Péters
94d3d5d686
build: bump dependency on cheese
...
There is no release with cheese-gtk.h yet, but it has been introduced
after 3.3.4 was released.
https://bugzilla.gnome.org/show_bug.cgi?id=668580
2012-01-24 15:26:15 +01:00
Marek Kasik
7aae99aea9
Printers: Remove some warnings
...
Properly initialize a GValue with G_VALUE_INIT.
Remove unused code.
2012-01-24 13:34:24 +01:00
Marek Kasik
b0288811dd
Printers: Show correct icon in information tab
...
Set correct icon in main tab of Printers panel (remote vs. local).
2012-01-24 13:15:32 +01:00
Marek Kasik
b1228913ba
Printers: Actualize list of jobs at better place
...
Actualize list of print jobs after connection of "changed" signal
to GtkTreeSelection and after reset of sensitivity state of
job-handling buttons.
2012-01-24 12:31:54 +01:00
Ivaylo Valkov
2ae35d3f7f
Updated Bulgarian translation
2012-01-24 08:31:33 +02:00
Bastien Nocera
ca0f4b204b
sound: Scrolling on balance only works for right
...
We used to use 0.0 as the lower bound value but the lower bound
value is -1.0, which means "all the way to the left" for right-left
balance.
Spotted by Jo-Erlend Schinstad
https://bugzilla.gnome.org/show_bug.cgi?id=668315
2012-01-23 21:12:19 +00:00
Cosimo Cecchi
71f5b96667
wacom: fix again packing for the main panel grid
...
Last fix was wrong; make packing equal to the stylus GtkGrid, which gets
this right.
2012-01-23 12:30:52 -05:00
Cosimo Cecchi
c6ccecf526
wacom: set a right margin to the tablet/stylus GtkImage
...
We want some more padding between the image and the descriptions.
2012-01-23 12:30:22 -05:00
Cosimo Cecchi
a21e302f3c
wacom: add back margin-top/bottom for title/stylus labels
...
Since we don't know whether the navigation button will be shown or not,
set a margin on these labels as well.
2012-01-23 12:29:30 -05:00
Cosimo Cecchi
257c5c0a14
wacom: remove useless xpad
2012-01-23 12:02:19 -05:00
Cosimo Cecchi
e524bc2ad5
wacom: fix packing for widgets in the panel main grid
...
Main grid has 3 columns, not four. Also, make sure to expand the main
combobox.
2012-01-23 12:02:19 -05:00
Cosimo Cecchi
101957934b
wacom: add dim-label style classes for stylus page labels
2012-01-23 12:02:19 -05:00
Cosimo Cecchi
5dec19e907
wacom: set margin directly on the navigation button label
...
Instead of setting it in the main label for each UI file. This ensures
the navigation button is automatically made bigger inside the grid.
2012-01-23 12:02:19 -05:00
Cosimo Cecchi
e84325a8d3
wacom: change the packing of the back/forward buttons
...
Back/Forward buttons need to live in a box on their own if we want the
linked effect to work correctly.
2012-01-23 12:02:19 -05:00
Bastien Nocera
479817c808
bluetooth: XFCE doesn't want to see our desktop files
2012-01-23 16:48:03 +00:00
Marek Kasik
5e4e429cd0
Printers: Use g_error_free() instead of g_clear_error ()
...
Replace g_clear_error() with more appropriate g_error_free()
where suitable. (#658581 )
2012-01-23 16:40:36 +01:00
Bastien Nocera
d3a282b9c3
shell: Unblur the all-settings button icon
...
https://bugzilla.gnome.org/show_bug.cgi?id=668219
2012-01-23 15:28:02 +00:00
Marco Trevisan
a5d897dae0
shell: Make the WM to be aware of the g-c-c panel content
...
Window managers such as unity need to know what panel
gnome-control-center is currently showing. Changing the window
role with the current panel ID is the best way to set a
locale-independent value.
https://bugzilla.gnome.org/show_bug.cgi?id=668504
2012-01-23 15:11:52 +00:00
Javier Jardón
1070762478
configure.ac: Do not use GNOME_MAINTAINER_MODE_DEFINES
...
We have compilation warnings now for deprecated api
2012-01-23 14:35:16 +00:00
Bastien Nocera
232aa050c2
user-accounts: Call cheese init function
...
Instead of clutter-gst's
2012-01-23 14:21:20 +00:00
Bastien Nocera
dc92ae2fe8
datetime: Don't run gdbus command twice
2012-01-23 13:52:41 +00:00
Javier Jardón
a812bb83a6
configure.ac: Bump automake version to 1.11
...
It's required for dist-xz option
2012-01-23 13:05:41 +00:00
Kjartan Maraas
87bbd900f9
Updated Norwegian bokmål translation
2012-01-23 13:34:46 +01:00
Fran Diéguez
d67dc3caec
Updated Galician translations
2012-01-23 05:09:27 +01:00
Fran Diéguez
900d9f0470
Updated Galician translations
2012-01-22 23:59:52 +01:00
Daniel Mustieles
0613666c10
Updated Spanish translation
2012-01-22 20:58:14 +01:00
Nguyễn Thái Ngọc Duy
7bfada8202
vi.po: correct "plugging" translations
2012-01-22 18:27:13 +07:00
Matej Urbančič
33c2dcb72b
Updated Slovenian translation
2012-01-21 21:22:52 +01:00
Colin Walters
c373335717
datetime: Fix srcdir != builddir
2012-01-21 11:08:00 -05:00
Bastien Nocera
f60e2fa4ae
universal-access: Parent zoom options to panel
2012-01-21 14:26:08 +00:00
Bastien Nocera
77abe0eced
universal-access: Remove invalid props for GtkGrid
2012-01-21 14:26:08 +00:00
Bastien Nocera
daa95932d5
universal-access: Fix deprecated use of GdkColor
2012-01-21 14:26:08 +00:00
Joseph Scheuhammer
9d5e654bec
Universal access: add dialog for zoom options
...
Modified zoom options dialog to implement hbons wireframe.
https://bugzilla.gnome.org/show_bug.cgi?id=643086
2012-01-21 14:26:08 +00:00
Daniel Mustieles
3ff082633a
Updated Spanish translation
2012-01-21 13:06:57 +01:00
Daniel Mustieles
7fc856406f
Updated Spanish translation
2012-01-21 11:55:29 +01:00
Jakub Steiner
e56b92191d
wacom: inking has no eraser, 2 new stylii images.
2012-01-20 14:44:33 +01:00
Bastien Nocera
a2a9db029f
screen: Rename icon to "Brightness and Lock"
...
So as to avoid name clashes with the "Display" panel.
https://bugzilla.gnome.org/show_bug.cgi?id=653015
2012-01-20 13:19:48 +00:00