Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display: Use text attributes instead of markup | Khaled Hosny | 2011-01-14 | 1 | -2/+4 |
| | | | | | | in the UI file. https://bugzilla.gnome.org/show_bug.cgi?id=639184 | ||||
* | background: Use text attributes instead of markup | Khaled Hosny | 2011-01-14 | 1 | -2/+4 |
| | | | | | | in the UI file. https://bugzilla.gnome.org/show_bug.cgi?id=639187 | ||||
* | info: Make 64-bit detection work on all systems | Bastien Nocera | 2011-01-14 | 1 | -5/+8 |
| | | | | Check the pointer size as defined by GLib. | ||||
* | Fix assert in gtkcellrenderer in sound output tab. | Alban Browaeys | 2011-01-14 | 1 | -0/+1 |
| | | | | | | | | Gtk:ERROR:gtkcellrenderer.c:1661:gtk_cell_renderer_get_aligned_area: assertion failed: (aligned_area->x >= cell_area->x && aligned_area->x < cell_area->x + cell_area->width) Was missing the icon cell content for the output tab. https://bugzilla.gnome.org/show_bug.cgi?id=639280 | ||||
* | screen: add padding and use a switch | William Jon McCann | 2011-01-11 | 1 | -18/+3 |
| | |||||
* | Remove default-applications panel | William Jon McCann | 2011-01-11 | 24 | -15273/+0 |
| | | | | | It isn't part of our designs in this form. Needs rethinking in order to fit in and be most useful. | ||||
* | info: hide more info button until we have something to show | William Jon McCann | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | info: add primary disk size info | William Jon McCann | 2011-01-10 | 1 | -3/+27 |
| | |||||
* | info: add os type info | William Jon McCann | 2011-01-10 | 1 | -0/+17 |
| | |||||
* | info: add processor information | William Jon McCann | 2011-01-10 | 1 | -0/+64 |
| | |||||
* | info: add memory info | William Jon McCann | 2011-01-10 | 2 | -2/+15 |
| | |||||
* | info: don't show update button by default | William Jon McCann | 2011-01-10 | 1 | -1/+4 |
| | |||||
* | info: read version info from gnome-version.xml | William Jon McCann | 2011-01-10 | 2 | -7/+140 |
| | |||||
* | datetime: don't try to set timezone when initially loading model | William Jon McCann | 2011-01-06 | 3 | -49/+80 |
| | |||||
* | datetime: make dialog instant apply | William Jon McCann | 2011-01-06 | 2 | -50/+55 |
| | |||||
* | datetime: keep the time ticking while the dialog is up | William Jon McCann | 2011-01-06 | 1 | -1/+38 |
| | |||||
* | datetime: use a switch for 24 hour time | William Jon McCann | 2011-01-06 | 2 | -38/+38 |
| | |||||
* | datetime: fix layout and spacing to match mockups | William Jon McCann | 2011-01-06 | 1 | -37/+37 |
| | |||||
* | Merge branch 'gobject-gnomerr' | Giovanni Campagna | 2011-01-06 | 1 | -337/+327 |
|\ | | | | | | | | | Conflicts: panels/display/xrandr-capplet.c | ||||
| * | Adapt to API changes in GnomeRRScreengobject-gnomerr | Giovanni Campagna | 2010-11-28 | 1 | -3/+3 |
| | | | | | | | | | | gnome_rr_screen_new does not accept a callback anymore, we need to use the "screen-changed" signal | ||||
| * | Adapt to GnomeDesktop API changes | Giovanni Campagna | 2010-11-28 | 1 | -334/+324 |
| | | | | | | | | | | | | | | | | GnomeRRScreen, GnomeRRConfig and GnomeRROutputInfo (formerly GnomeOutputInfo) have turned into opaque GObjects. Use accessors for modifying them, and allocate/free them as GObjects. https://bugzilla.gnome.org/show_bug.cgi?id=634091 | ||||
* | | sound: Don't set update policy | Benjamin Otte | 2011-01-05 | 2 | -2/+0 |
| | | | | | | | | | | Update policies are gone from GTK. It was set to its default value anyway, so the call was essentially a no-op. | ||||
* | | Fix two typos. Fixes bug #637527. | Andre Klapper | 2010-12-30 | 2 | -2/+2 |
| | | |||||
* | | sound: Do not build with $DISABLE_DEPRECATED | Vincent Untz | 2010-12-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | This should not be active by default in tarballs, and it's the only panel building with this. If someone wants to use the DISABLE_*_DEPRECATED flags, then please add support for this only when building from git. | ||||
* | | Make the sound panel build against recent GTK+ | Matthias Clasen | 2010-12-22 | 1 | -3/+9 |
| | | | | | | | | Switch to use GIO for launching preferences instead of gdk_spawn. | ||||
* | | display: don't use -1 as the minimum width | Thomas Wood | 2010-12-21 | 2 | -3/+3 |
| | | | | | | | | A valid minimum width must be more than or equal to zero. | ||||
* | | datetime: Use header capitalization in name | Florian Müllner | 2010-12-21 | 1 | -1/+1 |
| | | | | | | | | Conjunctions like 'and' should not be capitalized. | ||||
* | | shell: only include items identified as settings panels in the list | Thomas Wood | 2010-12-20 | 5 | -5/+5 |
| | | | | | | | | | | Simplify the category requirements and do not include items that are not settings panels. | ||||
* | | sound: Remove the reconnect timeout during the dispose of GvcMixerControl | Thomas Wood | 2010-12-20 | 1 | -0/+5 |
| | | | | | | | | | | Remove the reconnect timeout so that the callback function is not called after the object has been destroyed. | ||||
* | | Remove the "Internet and Network" category | Thomas Wood | 2010-12-20 | 1 | -1/+1 |
| | | | | | | | | | | Remove this category as there is only one item in it and move the network panel to the "Hardware" category. | ||||
* | | build: remove redundant variables | Thomas Wood | 2010-12-20 | 6 | -6/+4 |
| | | | | | | | | | | GNOMECC_CAPPLETS_CLEANFILES duplicated existing files to be removed and GNOMECC_CAPPLETS_EXTRA_DIST was no longer used anywhere. | ||||
* | | network: teach the panel about nameservers and routes | Richard Hughes | 2010-12-17 | 2 | -53/+507 |
| | | |||||
* | | network: teach the network panel about IPv6 | Richard Hughes | 2010-12-16 | 4 | -36/+486 |
| | | |||||
* | | background: Use g_settings_delay() properly | Bastien Nocera | 2010-12-16 | 1 | -3/+5 |
| | | | | | | | | | | | | g_settings_delay() doesn't work like GConf's changesets. Either you create a separate GSettings for non-delayed application, or you call g_settings_apply() any time you want changes applied. | ||||
* | | datetime: Fix distcheck with parallel build | Bastien Nocera | 2010-12-16 | 1 | -2/+2 |
| | | |||||
* | | keyboard: Remove dead file | Bastien Nocera | 2010-12-16 | 1 | -83/+0 |
| | | |||||
* | | background: Add icons to the dist | Bastien Nocera | 2010-12-16 | 1 | -2/+2 |
| | | |||||
* | | background: Try to fix original state | Bastien Nocera | 2010-12-16 | 1 | -3/+24 |
| | | |||||
* | | background: Avoid the size changing when changing preview | Bastien Nocera | 2010-12-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | The gnome_wp_item_update_size() code was working off old data. We need to copy the height and width as well if we want it to match the current background. The next call to _update_size() will fill in ->size if it wasn't already set. | ||||
* | | background: Avoid empty screens | Bastien Nocera | 2010-12-16 | 1 | -0/+2 |
| | | | | | | | | When switching from a colour to a picture. | ||||
* | | background: Fix small style issue | Bastien Nocera | 2010-12-16 | 1 | -1/+1 |
| | | |||||
* | | network: make the data labels selectable so the user can copy them | Richard Hughes | 2010-12-16 | 1 | -0/+16 |
| | | |||||
* | | proxy: remove proxy panel | William Jon McCann | 2010-12-16 | 14 | -3340/+0 |
| | | | | | | | | It is replaced by the network panel. | ||||
* | | network: keep the network UI updated as devices are added, removed or changed | Richard Hughes | 2010-12-16 | 1 | -119/+225 |
| | | | | | | | | | | Note: I've found some NetworkManager bugs in this, as 'dbus-monitor --system' will verify the missing signals from the daemon. | ||||
* | | network: sort the wireless AP dropdown entries by name | Richard Hughes | 2010-12-16 | 2 | -1/+13 |
| | | |||||
* | | network: properly align the header with the labels below | Richard Hughes | 2010-12-16 | 1 | -7/+2 |
| | | |||||
* | | network: do not show a mode icon for infrastructure connections | Richard Hughes | 2010-12-15 | 1 | -2/+0 |
| | | |||||
* | | network: add a space between the amount and the quantity | Richard Hughes | 2010-12-15 | 1 | -4/+4 |
| | | |||||
* | | network: align the device header with the section labels | Richard Hughes | 2010-12-15 | 1 | -52/+63 |
| | | |||||
* | | network: Use a GtkSwitch to control the flight mode | Richard Hughes | 2010-12-15 | 2 | -8/+28 |
| | |