Commit graph

161 commits

Author SHA1 Message Date
Bastien Nocera
d9f08df39c info: Fix crash when application supports no mime-type
It seems to be possible for Firefox Nightly to set itself up as the
default x-scheme-handler/http without actually handling any mime-types.

See https://bugzilla.redhat.com/show_bug.cgi?id=1193680

https://bugzilla.gnome.org/show_bug.cgi?id=744695
2015-02-19 15:21:51 +01:00
Bastien Nocera
c1a87d4d62 info: Fix spelling of VMware
See http://www.thelowercasew.com/about for details
2015-01-26 13:41:57 +01:00
Bastien Nocera
7564b79518 info: Add debug for unmodified GL_RENDERER string
Useful to know what the original version looks like.
2015-01-16 00:47:15 +01:00
Cosimo Cecchi
8b3a689f8d info: use resource instead of pixbuf to load SVG
This will let us load the image with appropriate scale factor when
necessary.

https://bugzilla.gnome.org/show_bug.cgi?id=733417
2014-07-22 20:06:32 -07:00
Christophe Fergeau
0de571bd6e info: Use AM_CPPFLAGS rather than INCLUDES
This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')

https://bugzilla.gnome.org/show_bug.cgi?id=732189
2014-06-25 12:28:18 +02:00
Tim Lunn
ef10b47e8b info: fix crash when using vboxvideo glx driver
https://bugzilla.gnome.org/show_bug.cgi?id=699712
2014-04-29 15:20:53 +02:00
Yosef Or Boczko
80a641901e info: Use header bar in the extra options dialog
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:17 +03:00
Bastien Nocera
6908c0da34 info: Fix build when Wayland support isn't available
https://bugzilla.gnome.org/show_bug.cgi?id=728672
2014-04-24 16:35:35 +02:00
Matthias Clasen
c273c847e4 Don't parse Xorg.log
Parsing Xorg.log is of dubious usefulness, and the code is likely
not working anymore anyway, because the logs may well go to the
systemd journal nowadays. Just drop this.

https://bugzilla.gnome.org/show_bug.cgi?id=728672
2014-04-22 17:49:10 -04:00
Matthias Clasen
09f6747d5c Followup cleanup
Ifdef the functions too, otherwise they will cause the compiler
to complain about unused statics when building without X.

https://bugzilla.gnome.org/show_bug.cgi?id=728672
2014-04-22 17:49:10 -04:00
Matthias Clasen
71a8d89457 details: Don't crash on Wayland
We were just assuming that there is an X server around. This may
not be the case anymore, so check, and deal with running under
Wayland. For now, we just say 'Wayland'. We should do better here,
eventually.

https://bugzilla.gnome.org/show_bug.cgi?id=728672
2014-04-22 17:49:08 -04:00
Antoine Jacoutot
f43a7a88a4 info: Conditionally display the "Check for updates" button
When neither gnome-software nor gpk-update-viewer are available,
it does not make sense to display the "Check for updates" button.

https://bugzilla.gnome.org/show_bug.cgi?id=727819
2014-04-09 13:29:42 +02:00
Bastien Nocera
4b995ec22b info: Fix incorrect virtualisation technology
g_strcmp0() == 0, or g_str_equal(), not g_str_equal() == 0...

https://bugzilla.gnome.org/show_bug.cgi?id=727161
2014-03-27 14:34:05 +01:00
Richard Hughes
1df975607a info: Just show a static 'Check for updates' button
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=720946
2014-02-14 10:20:37 +00:00
Daniel Mustieles
2c5951819d Updated FSF's address 2014-01-29 11:27:38 +01:00
Bastien Nocera
422e2a93e0 info: Fix possible crasher when exiting panel
The PackageKit calls weren't cancelled properly when leaving the
panel.

http://bugzilla.gnome.org/show_bug.cgi?id=721839
2014-01-09 16:13:51 +01:00
Yosef Or Boczko
d83d7a207c info: Use margin-start/end instead of margin-left/right
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:30:06 +02:00
Jasper St. Pierre
dd52ac9417 Add NoDisplay to all gnome-control-center panel .desktop files
These aren't apps -- they're simply launchers for gnome-control-center.
They should not be shown as apps in the UI at all.

https://bugzilla.gnome.org/show_bug.cgi?id=712246
2013-11-15 08:44:53 -05:00
Richard Hughes
33cc59d726 info: Use gnome-software for showing the list of updates if installed
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=710595
2013-10-22 13:12:11 +01:00
Bastien Nocera
6d820643e5 details: Remove apparently duplicated autostart category
We had 2 items labelled "Software", one in the main panel, one
in the drop-down menu inside the dialogue. The one in the
drop-down menu actually changed x-content/software, whereas the
panel changed x-content/unix-software.

As x-content/software is the parent class of x-content/unix-software,
and isn't actually detected, remove it.

https://bugzilla.gnome.org/show_bug.cgi?id=709816
2013-10-21 22:55:23 +02:00
Rui Matos
ae19832826 info: Remove unused toplevel window from .ui file
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:02 +02:00
Rui Matos
416de8af2b info: Don't leak a dialog
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:02 +02:00
Jonh Wendell
611eb34028 info: show disk info even if there's no /etc/fstab file
the g_unix_mount_points_get() function checks for entry mount
points. if there are none, it returns NULL and we end up showing
no information about disks.

if that's the case, this patch calls g_unix_mounts_get() which
checks for mounted filesystems in /etc/mtab.

also we need to update the list of ignored filesystems to
include rootfs, which is always present and is a duplicate of
an actual filesystem mount point.

https://bugzilla.gnome.org/show_bug.cgi?id=704702
2013-07-23 09:05:42 -03:00
Kalev Lember
1c8609e2b3 info: Improve error handling for PackageKit version check
Fixes critical errors when PackageKit isn't installed.

https://bugzilla.gnome.org/show_bug.cgi?id=697821
2013-04-15 17:14:40 +02:00
Kalev Lember
4956af4a70 info: Use g_clear_object() 2013-04-15 15:37:16 +02:00
Tim Lunn
dfe066cdac info: Fix display of graphic driver name.
Use XCreateWindow to ensure we are using the same X VisualInfo on
both the config and window. This avoids a BadMatch error on nvidia
glx implementation.

https://bugzilla.gnome.org/show_bug.cgi?id=697881
2013-04-15 18:32:41 +10:00
Tim Lunn
006e1d3367 plug leak of log_contents 2013-04-11 12:00:54 +10:00
Allan Day
ec4254e028 info: Update panel comments
Very few of the panel comments provide information that is very
useful. Update them to supplement the panel descriptions - this
will make the search results more helpful.

https://bugzilla.gnome.org/show_bug.cgi?id=694110
2013-02-19 10:41:43 +01:00
Allan Day
a11be9e28e info: Remove fallback from keywords
We shouldn't return the Details panel when searching for fallback.

https://bugzilla.gnome.org/show_bug.cgi?id=694113
2013-02-18 19:13:34 +01:00
Bastien Nocera
a9af8d10db info: Remove unused "is_fallback" variable
We never use fallback now.
2013-02-18 19:13:34 +01:00
Giovanni Campagna
c60221e0b4 Don't use glxinfo to access the graphic driver name
glxinfo is part of mesa-demos, and installing it pulls a lot of unnecessary
programs. We can get the same informations by querying the driver directly.

https://bugzilla.gnome.org/show_bug.cgi?id=691613
2013-01-15 17:47:15 +01:00
Thomas Wood
f3a35fb573 Add CcHostnameEntry widget and use it in the info panel
https://bugzilla.gnome.org/show_bug.cgi?id=687772
2013-01-14 18:06:20 +00:00
Cosimo Cecchi
8d5f2908b5 panels: add --sourcedir=$(srcdir) when generating resource list
Like b8e93fb333 but for all panels.
2013-01-07 16:23:57 -05:00
Cosimo Cecchi
214b514fcc info: use a GResource for GtkBuilder UI definition
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57:05 +01:00
Matthias Clasen
3d27d8caaf shell: Fittsify panels
Make it possible for panels to go all the way to the edge of the
shell. This is particularly important for panels that scroll, such
as the new power panel. All other panels are changed to compensate
for the loss of external padding.

https://bugzilla.gnome.org/show_bug.cgi?id=691229
2013-01-07 10:51:29 +01:00
Bastien Nocera
5b5f2d01e2 info: Remove obsolete Graphics section
https://bugzilla.gnome.org/show_bug.cgi?id=691242
2013-01-07 09:22:59 +01:00
Cosimo Cecchi
8ae20f45c1 info: remove unused code
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-04 20:34:38 +01:00
Bastien Nocera
1af3a03ca3 info: Add debug to the default app setting 2012-12-20 09:20:48 +01:00
Bastien Nocera
e419ee7d4e panels: Remove unused X-GNOME-Settings-Panel key 2012-12-11 17:09:04 +01:00
Bastien Nocera
3686cf7eb8 shell: Make all control-center plugins static
This makes loading faster, with less I/O, avoids unnecessary
code duplication (around 1k lines shaved), and ensures that
all the panels link and work appropriately.

By the same token, it will stop external panels from being
created, and loaded.

https://bugzilla.gnome.org/show_bug.cgi?id=690036
2012-12-11 17:07:39 +01:00
Robert Roth
97ba46c837 info: Avoid adding phantom "Unknown model" CPU on PPC64
Ported from gnome-system-monitor:
https://bugzilla.gnome.org/show_bug.cgi?id=619733

https://bugzilla.gnome.org/show_bug.cgi?id=649909
2012-12-06 11:06:01 +01:00
Robert Roth
d914b2fa7b info: Fix to show CPU model on ARM
Ported from System Monitor's original bug:
https://bugzilla.gnome.org/show_bug.cgi?id=606769

https://bugzilla.gnome.org/show_bug.cgi?id=649909
2012-12-06 11:05:38 +01:00
Jeremy Bicha
6fed91e2ae info: Use the proper Unicode ellipsis (…) instead of three dots
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:14:00 -05:00
Matthias Clasen
6ca822940a info: Add distro information
This shows the name of the release in addition to 32/64-bit.
https://bugzilla.gnome.org/show_bug.cgi?id=688957
2012-11-27 11:24:32 +01:00
Bastien Nocera
7889482576 info: Set the transient hostname too
As we need that to get the right name from "hostname".
2012-11-16 19:59:49 +01:00
Thomas Wood
6528b4d789 info: remove the use of the deprecated GtkTable class
GtkTable was deprecated in GTK+ 3.4.

https://bugzilla.gnome.org/show_bug.cgi?id=688254
2012-11-13 14:12:09 +00:00
Bastien Nocera
cae3bc20a4 info: "Don't translate it"
Then don't mark it for translation. Duh.
2012-11-13 07:27:59 +01:00
Bastien Nocera
967b8b51ef info: Remove force fallback switch
As fallback is going away. #fallback

https://bugzilla.gnome.org/show_bug.cgi?id=682863
2012-11-09 16:54:05 +01:00
Thomas Wood
8a2d00f436 info-panel: fix the hostname permission debug message 2012-11-09 13:13:18 +00:00
Thomas Wood
53d06c7085 info-panel: Set the hostname only after a small delay
Avoid setting the hostname from the entry on every single key press and
instead wait for a second after the last key press.

https://bugzilla.gnome.org/show_bug.cgi?id=679284
2012-11-06 11:55:26 +00:00