Bastien Nocera
1b183a5fa2
info: Fix disk space showing free space
...
An error in porting to async code in
c22a98dcb7
made the info panel
report the free space rather than the disk space.
https://bugzilla.gnome.org/show_bug.cgi?id=639376
2011-06-10 16:37:14 +01:00
Frédéric Péters
1e064c8b96
[info] skip test-hostnames if en_US.UTF-8 is not available
2011-06-01 17:57:33 +02:00
Matthias Clasen
0ad983ebff
info: add padding to the list
...
For consistency with sidebar lists in other panels. Almost like
this was a designed application, and not just a grabbag of panels...
2011-05-20 12:43:51 -04:00
Bastien Nocera
4ca492bc26
info: Work-around test failing in some locales
...
https://bugzilla.gnome.org/show_bug.cgi?id=650342
2011-05-18 13:47:02 +01:00
Bastien Nocera
11571bf609
info: Split test cases into separate file
...
This fixes errors when run in non-UTF-8 locales.
2011-05-17 15:19:46 +01:00
Matthias Clasen
f783f3cfdc
Fix a11y/keynav issues in info panel
...
Add mnemonics for all active controls.
Part of bug 650132
2011-05-15 18:53:24 -04:00
Bastien Nocera
0188486890
info: Set the StaticHostname
...
when changing the PrettyHostname
https://bugzilla.gnome.org/show_bug.cgi?id=650044
2011-05-13 16:07:55 +01:00
Bastien Nocera
a2885a56d4
info: Add helper for pretty hostname to hostname
...
So that we can set the static hostname depending on the value
of the pretty hostname.
2011-05-13 16:00:39 +01:00
Bastien Nocera
a089d7e710
info: Implement setting of "PrettyHostname"
...
This property can be used to name services running on the machine
such as media sharing, device sharing, or externally visible
services such as the Bluetooth name.
We don't set the statis hostname yet though, this will need
to be done to follow the recommendations from systemd.
https://bugzilla.gnome.org/show_bug.cgi?id=650044
2011-05-13 13:35:37 +01:00
Bastien Nocera
b8c2826e3d
info: Simplify WID() macro
2011-05-12 18:45:58 +01:00
Bastien Nocera
13e4bbeb7d
info: Add preferred to the list of keywords
...
https://bugzilla.gnome.org/show_bug.cgi?id=648253
2011-05-07 18:07:44 +01:00
Bastien Nocera
c22a98dcb7
info: Make free space checking async
...
https://bugzilla.gnome.org/show_bug.cgi?id=647125
2011-04-10 18:40:49 +01:00
Bastien Nocera
6233c7d20f
info: Use correct destructor for GUnixMountEntry
2011-04-08 13:00:38 +01:00
William Jon McCann
242381cd85
info: use dim labels
...
Use a style class for labels that accentuates the value instead of
the label text.
2011-03-14 14:56:03 -04:00
Bastien Nocera
5a5ddf9535
info: Add a few more keywords to the desktop file
...
https://bugzilla.gnome.org/show_bug.cgi?id=643832
2011-03-04 01:14:47 +00:00
Colin Walters
975c3aea6a
info: Fix ui widget references
...
This should have been rebased into the earlier patches.
2011-03-03 13:25:09 -05:00
Kjartan Maraas
7696c157ea
#include <config.h> to make translations work
2011-03-02 20:06:20 +01: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
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
William Jon McCann
be4323689b
info: remove unused driver item
2011-02-25 15:48:59 -05:00
William Jon McCann
5a02db3c0f
info: remove unused function
2011-02-21 09:29:32 -05: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
Bastien Nocera
dd25d61fdc
info: Remove "Chat" preferred app setting
...
We only really support Telepathy-based clients, so no
point in giving a choice here.
2011-02-18 21:09:49 +00:00
Bastien Nocera
f05f6307d7
info: Implement saving for default applications
2011-02-18 19:24:29 +00:00
William Jon McCann
35af2cbfa3
info: 2 many colons everwharz
...
They aren't really needed iff label text is right aligned and a clear
vertical column of space separates the label from the values.
2011-02-17 19:34:22 -05:00
Luca Ferretti
b4c25fe9b4
info: fallback warning uses all available space on right side
2011-02-18 01:30:30 +01:00
William Jon McCann
ab5adcb98e
info: don't use the fallback warning text when turning it off
...
Use text that says the standard experience will be attempted.
2011-02-17 18:22:10 -05:00
William Jon McCann
4f6e642670
info: correctly detect the fallback session
2011-02-17 18:22:10 -05:00
Bastien Nocera
23f2c87672
info: Use a context for the "Standard" string
...
So we can use a different translation for that same word in
the user-accounts panel, and in the info panel.
Also prefix the "Fallback" string the same way.
https://bugzilla.gnome.org/show_bug.cgi?id=642598
2011-02-17 18:52:55 +00:00
Bastien Nocera
bb2ff68a39
info: Add translator comments for "Fallback"
...
and "standard" experiences, as presented by the info panel.
https://bugzilla.gnome.org/show_bug.cgi?id=642439
2011-02-17 18:36:03 +00:00
William Jon McCann
36fb74b817
info: clearify language in force fallback controls
2011-02-17 11:57:23 -05:00
William Jon McCann
6ceea9b3ae
info: add warning that always fallback will effect next login
2011-02-15 14:15:35 -05:00
William Jon McCann
17008fe565
info: make sure to always print an experience value
2011-02-15 13:59:27 -05:00
William Jon McCann
0be178ba6b
info: use the correct return type for getting dbus properties
...
Makes getting the session experience property work.
2011-02-15 13:50:46 -05:00
William Jon McCann
d1920f8bea
info: move update button into the overview page
...
It doesn't make much sense when seen from other pages.
2011-02-14 23:06:20 -05:00
William Jon McCann
ca48b040ec
info: add an updates available button
2011-02-14 22:33:42 -05:00
William Jon McCann
6972c36af1
info: use a http scheme handler instead of html
2011-02-14 21:01:30 -05:00
William Jon McCann
5226b4242f
info: add Photos default app
2011-02-14 21:00:05 -05:00
William Jon McCann
1f0c728688
info: make all app chooser buttons the same width
2011-02-14 20:39:00 -05:00
William Jon McCann
f04373fdd2
info: use ogg to find generic players for now since wildcards don't work
2011-02-14 20:35:01 -05:00
William Jon McCann
a06dd02092
info: re-prettify cpu info
2011-02-14 19:48:44 -05:00
William Jon McCann
642e12a10a
info: add stub for default apps page
2011-02-14 19:45:43 -05:00
William Jon McCann
f42c262123
info: fix the layout from the last commit
...
- Don't use a paned widget
- Fix spacing and alignment
2011-02-14 18:54:34 -05:00
Colin Walters
c32ce5ee9d
info: Add panel chooser, graphics tab
...
This is work towards implementing
http://live.gnome.org/Design/SystemSettings/SystemInformation
Implemented in this patch is some cleanup and parts of the
Graphics tab.
https://bugzilla.gnome.org/show_bug.cgi?id=642068
2011-02-14 17:22:25 -05:00
William Jon McCann
56592a114d
info: add special case for Atom(TM)
2011-02-04 15:21:18 -05:00
William Jon McCann
d734bbc734
info: add graphics info
...
Try to get the graphics info first from glxinfo and then
from lspci. Then prettify the results a bit.
2011-02-04 14:28:19 -05:00
William Jon McCann
bb2e8060d4
info: make labels selectable
2011-02-02 21:30:17 -05:00
Luca Ferretti
0d618405d0
info: cleanup labels to match HIG and be translators friendly
...
https://bugzilla.gnome.org/show_bug.cgi?id=640127
2011-01-21 11:42:10 +00:00
Bastien Nocera
d2ceab7be1
panels: Add capplet names
...
So that debug logs are useful, for those panels.
2011-01-19 15:43:18 +00:00