summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Do not use tabswip/fonts-panelPaolo Borelli2010-07-261-378/+343
|
* Install some images used in the details dialogPaolo Borelli2010-07-265-0/+7
|
* Use font icon from gnome-icon-themePaolo Borelli2010-07-261-1/+1
|
* Fix details dialogPaolo Borelli2010-07-252-108/+606
|
* Fix some global var handlingPaolo Borelli2010-07-251-25/+36
|
* some HIGgificationPaolo Borelli2010-07-251-0/+3
|
* Remove debugging spewPaolo Borelli2010-07-251-3/+0
|
* First cut at a fonts panelPaolo Borelli2010-07-258-0/+1999
|
* Update Simplified Chinese translation.Aron Xu2010-07-241-6/+4
|
* Updated Slovenian translationMatej Urbančič2010-07-231-345/+155
|
* datetime: ensure the panel does not need the shell to resize horizontallyThomas Wood2010-07-221-2/+2
| | | | | | Reduce the width and height required for the timezone map so that the panel fits into the shell window without needing it to resize horizontally.
* shell: use a fixed width for the main windowThomas Wood2010-07-221-8/+12
| | | | | Use a fixed width for the shell, since resizing horizontally is more awkward for the user than resizing vertically.
* shell: make sure the background colours are updated if the style changesThomas Wood2010-07-221-8/+22
| | | | | Make sure the background of the main vbox uses base/text colour combinations and is updated if the style changes
* panels: Use gi18n-lib.h in the panel librariesThomas Wood2010-07-228-8/+8
|
* Fix compile-time warningBastien Nocera2010-07-221-0/+1
| | | | | | cc-default-applications-panel.c: In function ‘cc_default_applications_panel_dispose’: cc-default-applications-panel.c:73:7: warning: implicit declaration of function ‘gnome_da_xml_free’ cc-default-applications-panel.c:73:7: warning: nested extern declaration of ‘gnome_da_xml_free’
* Fix possible crasher when theme changesBastien Nocera2010-07-223-1/+10
| | | | | | | | When the theme or screen changes, we need to make sure that the previous handler for the theme-changed signal is disconnected to avoid the callback being called when the panel has been unloaded. https://bugzilla.redhat.com/show_bug.cgi?id=610289
* [display] Needs to be linked against dbus-glibColin Walters2010-07-201-1/+2
| | | | | Would be a lot better to port this to GDBus, but in the interest of correctness we should do this fix now.
* Updated Galician translationsFran Diéguez2010-07-201-1894/+95
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-07-202-4350/+4244
|
* font-viewer: create the preview pixmap after the drawing area is realizedThomas Wood2010-07-181-10/+8
| | | | | The drawing area needs to be realized before the preview pixmap is created to ensure the X resources are available to create the font information.
* Updated Greek translation for pitiviEmmanouel Kapernaros2010-07-181-3/+3
|
* Updated Spanish translationJorge González2010-07-181-1608/+1157
|
* configure: update minimum required glib versionThomas Wood2010-07-161-1/+1
| | | | | Fixes bug 624322 - control-center.c: g_variant_get_bytestring_array is not a valid API call
* shell: use the icon naming specification icon namesThomas Wood2010-07-162-2/+2
| | | | Fixes bug 616049 - Use correct icon names from the spec
* shell: allow the shell to shrink smaller than it's initial sizeThomas Wood2010-07-161-4/+10
| | | | | Reset the size request when opening a panel so that the new size can be smaller than the size of the main view.
* shell: free the menu directory contents listThomas Wood2010-07-161-0/+2
|
* datetime: fix various memory leaksThomas Wood2010-07-165-14/+37
| | | | | | - Add a function to free the timezone database - Use setenv rather than putenv - Add various missing free() calls
* datetime: add region and city comboboxesThomas Wood2010-07-153-44/+292
| | | | | Add region and city comboboxes to allow the user to select the timezone without using the map.
* datetime: Draw a label to indicate the current locationThomas Wood2010-07-141-2/+79
| | | | | Draw a label on the timezone map to indicate the name and position of the current location.
* shell: resize the window to the size of the panel being openedThomas Wood2010-07-142-4/+32
| | | | | Resize the shell window when a panel is activated so that it is at the natural size of the panel.
* shell: Fix build with recent GTK+ deprecationsThomas Wood2010-07-141-1/+1
| | | | | GtkNotebookPage has been deprecated and the prototype of the GtkNotebook::switch-page signal has changed.
* Updated Norwegian bokmål translationKjartan Maraas2010-07-131-1595/+1148
|
* Release 2.31.5GNOME_CONTROL_CENTER_2_31_5Thomas Wood2010-07-122-1/+32
|
* shell: use the correct command line argument during panel activationThomas Wood2010-07-121-9/+11
| | | | | | Use the second argument from the argv list in the activation callback to make sure the correct panel is loaded, since the first argument is the application binary name.
* display: hide and unref the screen label when destroyedThomas Wood2010-07-122-2/+4
| | | | | Make sure the screen label is not left visible after the panel has been destroyed.
* Add icons for the Date and Time settings panelThomas Wood2010-07-128-1/+876
| | | | Add icons drawn by Lapo Calamandrei <calamandrei@gmail.com>
* Clean up configure.acThomas Wood2010-07-121-43/+14
| | | | | Remove redundant checks and sort output files alphabetically. Also remove unnecessary AC_SUBST of pkg-config variables.
* Don't include libwindow-settingsThomas Wood2010-07-123-6/+2
| | | | | Remove libwindow-settings from the build since it is no longer used by control center.
* po: remove old files from POTFILES.inThomas Wood2010-07-121-30/+0
|
* Completely remove dependency on capplets/common directoryThomas Wood2010-07-1215-30/+19
| | | | | The capplets directory is no longer built or distributed, so the panels cannot depend on files in it.
* Added galician translations for helpFran Diéguez2010-07-083-2/+142
|
* GVariant API adjustment: byte_array -> bytestringRyan Lortie2010-07-071-1/+1
|
* datetime: remove "seconds" spin buttonThomas Wood2010-07-072-19/+7
| | | | | It is not necessary to be able to set the "seconds" of the current time. Resetting the seconds to zero is appropriate for most users.
* universal-access: add size groups to the lists of objects to createThomas Wood2010-07-061-0/+4
| | | | | Create the size groups from the GtkBuilder file so that widgets can be aligned correctly.
* CcPanel: derive from GtkBin, rather than GtkAlignmentThomas Wood2010-07-062-3/+48
| | | | | CcPanel does not require any features of GtkAlignment, so derive from GtkBin directly.
* display: replace the use of GdkRegion with cairo_region_tThomas Wood2010-07-053-362/+97
| | | | GdkRegion has been removed in Gtk+ 3 and replaced with cairo_region_t.
* Use single GDK includesJavier Jardón2010-07-051-4/+7
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=615292
* Disable the capplets directoryThomas Wood2010-07-052-11/+2
| | | | | The capplets directory does not currently build due to changes in GTK+ and should be replaced by appropriate settings panels.
* Updated Spanish translationJorge González2010-07-041-8/+3
|
* Updated zh_CN translation.Gan Lu2010-07-041-1197/+861
|