Kjartan Maraas
81191add11
Remove unused code
2011-03-02 20:06:20 +01:00
Kjartan Maraas
e24394daff
Remove unused variables
2011-03-02 20:06:19 +01:00
Kjartan Maraas
849b752cff
media: GCC 4.6 warning fixes
...
https://bugzilla.gnome.org/show_bug.cgi?id=642810
2011-03-02 18:08:33 +00:00
Kjartan Maraas
1ca3755aec
display: GCC 4.6 warning fixes
...
https://bugzilla.gnome.org/show_bug.cgi?id=642810
2011-03-02 18:06:07 +00:00
Kjartan Maraas
e50563f67c
datetime: Fix GCC 4.6 warnings
...
https://bugzilla.gnome.org/show_bug.cgi?id=642810
2011-03-02 18:03:35 +00:00
Frédéric Péters
f8877716a6
info: Remove (tm) from GNOME logo
...
See http://live.gnome.org/BrandGuidelines
https://bugzilla.gnome.org/show_bug.cgi?id=643310
2011-03-02 17:32:57 +00:00
Luca Ferretti
4534d0fb58
universal-access: context and comments for translators
...
Provide context for some translatable strings available elsewhere with
different meaning, for instance Display, Zoom, High, Low.
2011-03-02 01:17:59 +01:00
Sergey V. Udaltsov
ff20327899
Small update in libgnomekbd api
...
Improved function name
2011-03-01 20:31:32 +00:00
Colin Walters
2c1d6a829c
info: Look for VESA mode
...
In the case where "nomodeset" is given to Linux, or
we don't have a driver, we'll end up in VESA in most cases.
So handle this by parsing the XOrg log, and extract
from it what chipset VESA is driving.
This is again better than lspci because it corresponds
better to what the X server is doing.
2011-03-01 12:58:17 -05:00
Colin Walters
e91e2ab77a
info: Drop chipset from Graphics
...
For our purposes, the OpenGL renderer string from current
Mesa is about as good as it gets. When we have drivers,
the driver best knows how to handle whatever PCI etc.
devices it found, and it's also tied to the current X server,
which makes the most sense.
If you're wondering why GNOME is in fallback mode, the
lspci output isn't going to help a lot more for a bug report;
for that we need a lot of info from Xorg, kernel, etc. That
would be a separate script.
2011-03-01 12:58:17 -05:00
Matthias Clasen
f421ba9d8a
Don't mark theme names as translatable
2011-02-28 14:46:42 -05:00
Matthias Clasen
8936c853c2
Fix a typo
...
The new AutostartCondition syntax is 'if-session', not 'is-session'.
2011-02-28 13:25:03 -05:00
Bastien Nocera
a90585f454
universal-access: Add 0.75 DPI scale factor
...
https://bugzilla.gnome.org/show_bug.cgi?id=643503
2011-02-28 16:25:40 +00:00
Bastien Nocera
69e7f00833
universal-access: Fix initial state of DPI dropdown
...
And handle the special "0.0" DPI.
2011-02-28 16:25:40 +00:00
Bastien Nocera
84eed6b0cf
keyboard: Switch repeat rate/speed to be a fraction
...
Instead of settings the absolute value of the repeat rate in msecs
through the scale, we set the number of chars per sec, and
use GSettings' bindings functions to transform those a timeout.
https://bugzilla.gnome.org/show_bug.cgi?id=569612
2011-02-28 16:25:40 +00:00
Daniel Trebbien
f658c8db0f
Use the NetworkManager modem capabilities API.
...
A recent change to the NetworkManager API combined the
NM_DEVICE_TYPE_GSM and NM_DEVICE_TYPE_CDMA types as
NM_DEVICE_TYPE_MODEM and provided an alternative API for accessing the
modem device's capabilities (including GSM_UMTS and CDMA_EVDO).
https://bugzilla.gnome.org/show_bug.cgi?id=643390
Signed-off-by: Richard Hughes <richard@hughsie.com>
2011-02-28 09:54:44 +00:00
Sergey V. Udaltsov
6d018d3295
Do not allow adding the same layout twice
...
Just disable the "add" button when already chosen layout is selected
https://bugzilla.gnome.org/show_bug.cgi?id=642907
2011-02-26 01:59:18 +00:00
William Jon McCann
08aac9e129
user-accounts: reduce visual noise by removing lots of colons
...
https://bugzilla.gnome.org/show_bug.cgi?id=643339
2011-02-25 19:34:11 -05:00
Bastien Nocera
8251128055
mouse: Remove obsolete properties
2011-02-25 23:21:19 +00:00
William Jon McCann
be4323689b
info: remove unused driver item
2011-02-25 15:48:59 -05:00
Bastien Nocera
d613bec36d
universal-access: Don't use "..." in references to other panels
...
As we don't do this in other panels.
2011-02-25 18:19:55 +00:00
Bastien Nocera
232c0e5862
universal-access: Fix initial state of typing help
...
Bounce keys, slow keys, and sticky keys had the wrong state on
startup.
2011-02-25 18:06:17 +00:00
Bastien Nocera
ceb4f6e96f
universal-access: Change the label to reflect reality
2011-02-25 18:02:01 +00:00
Bastien Nocera
c9a27453e7
universal-access: Hide unused prefs to typing assistant
2011-02-25 17:13:16 +00:00
Bastien Nocera
e065fe0409
Revert "universal-access: Add typing assistant selection"
...
We don't actually want to select on-screen keyboards. Dasher
isn't an on-screen keyboard, and is complementary to OSKs.
The only supported OSK is caribou, so we'll be using that instead.
This reverts commit 35ae712472
.
2011-02-25 17:10:24 +00:00
Bastien Nocera
35ae712472
universal-access: Add typing assistant selection
...
With a hard-coded list of possible screen readers.
2011-02-25 16:02:26 +00:00
Sergey V. Udaltsov
8760016db2
region: Shared non-modal layout preview dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=642903
2011-02-25 00:50:28 +00:00
Bastien Nocera
d65ee3490d
keyboard: Implement "editing-canceled" property
...
Through sheer "pointless" cut'n'paste.
https://bugzilla.gnome.org/show_bug.cgi?id=642695
2011-02-24 05:37:25 +00:00
Matthias Clasen
3be36e735b
Drop the sync language loading code
...
All users have been ported to use the async variant.
2011-02-23 23:43:16 -05:00
Bastien Nocera
a13cf931a9
keyboard: Rework stupid conflict detection code
...
https://bugzilla.gnome.org/show_bug.cgi?id=643124
2011-02-24 04:35:50 +00:00
Bastien Nocera
b77df51384
keyboard: Add _equal() helper function
2011-02-24 04:20:07 +00:00
Bastien Nocera
1961501680
keyboard: Fix stupidness when setting GConf keys
...
When setting a new binding in GConf, actually set something...
2011-02-24 04:19:19 +00:00
Matthias Clasen
14e503fa2c
User accounts: Get the invisible char to use from GTK+
...
https://bugzilla.gnome.org/show_bug.cgi?id=643103
2011-02-24 03:25:53 +00:00
Matthias Clasen
7a84244be5
Fix initial selection in the shortcuts pane
...
Change the selection mode for the left pane to browse, meaning
that one row is always selected, and select the first row
initially.
https://bugzilla.gnome.org/show_bug.cgi?id=643098
2011-02-24 03:23:59 +00:00
Matthias Clasen
efaffc1136
Don't exit prematurely
...
There was an accidental exit in the middle of shortcut setup
that caused us to not load custom shortcuts.
https://bugzilla.gnome.org/show_bug.cgi?id=643098
2011-02-24 03:23:58 +00:00
Matthias Clasen
8053c9561d
User accounts: Load languages async
...
https://bugzilla.gnome.org/show_bug.cgi?id=643096
2011-02-24 03:12:27 +00:00
Matthias Clasen
3e25e3d213
Region: load languages async
...
https://bugzilla.gnome.org/show_bug.cgi?id=643096
2011-02-24 03:12:23 +00:00
Matthias Clasen
012c52f4f5
Add an async variant of language loading
...
This just code loads one language at a time in an idle,
to avoid blocking the UI for a long time. The function returns
the id of the sources, so you can just call g_source_remove()
if you don't need the languages anymore (e.g if the user goes
to another panel before the list is fully populated).
https://bugzilla.gnome.org/show_bug.cgi?id=643096
2011-02-24 03:12:19 +00:00
Bastien Nocera
a50f471715
universal-access: Make the typing assistant switch work
2011-02-23 19:20:13 +00:00
Bastien Nocera
1b39b18b7c
universal-access: Show the actual keyboard shortcuts
...
Rather than hard-coded versions
https://bugzilla.gnome.org/show_bug.cgi?id=642582
2011-02-23 16:47:47 +00:00
Bastien Nocera
c3b742af6f
keyboard: Add a11y for magnifier zoom in/out
2011-02-23 16:47:46 +00:00
Bastien Nocera
db16c45baf
universal-access: Keyboard shortcuts don't need translation
...
And rename the label widgets to something useful
2011-02-23 16:09:24 +00:00
Bastien Nocera
3574d8f882
common: Move eggaccelerators to common/
...
So we can share it with the universal-access panel.
2011-02-23 15:40:46 +00:00
Bastien Nocera
3336eb9d88
lib: Add a lock button
...
Instead of using a copy/pasted version, until GTK+ includes
such a button itself.
2011-02-23 14:59:21 +00:00
Marek Kasik
395d083782
printers: Don't show driver version in model name
...
Get value of ModelName attribute from printer's PPD file
or use cleaned up printer-make-and-model attribute if ModelName
is not available (#641288 ).
2011-02-22 17:26:31 +01:00
Rodrigo Moya
55d908a775
background: Fix generation of autogenerated files on distcheck
2011-02-22 16:20:58 +01:00
Bastien Nocera
a6128f0468
datetime: Make test-timezone link for some setups
...
Seems that on some setups, libtool isn't dragging in the
dependencies from the libgnome-control-center static library.
2011-02-21 19:38:05 +00:00
Bastien Nocera
a2fa77302b
region: Fix memleak on error
2011-02-21 19:18:34 +00:00
Richard Hughes
8e0cd7d495
network: Only add the strongest AP for each SSID to the drop down box. Fixes #640471
2011-02-21 16:28:11 +00:00
Richard Hughes
63874a8de8
network: Remove the 'ControlCenter::AccessTechnology' attribute as nothing uses it in the GUI
2011-02-21 16:24:59 +00:00