- 22 Aug, 2011 7 commits
-
-
Matthias Clasen authored
It will soon be used in the region panel as well.
-
Matthias Clasen authored
Add a small set of major languages to the combobox. This covers the 80% case and makes the list look less empty.
-
Matthias Clasen authored
This makes the dialog more similar to the layout add dialog in the region panel, where we want to use it eventually as well.
-
Matthias Clasen authored
When there is only one locale for this language, omit the territory and codeset from the descriptive name. This makes the parenthesized part appear a bit more like a discriminator instead of a wierd formatting convention.
-
Matthias Clasen authored
There were some unused declarations leftover in the language dialog.
-
Matthias Clasen authored
setlocale() returns a string representing the _new_ locale, so we have to get the current locale with setlocale (..., NULL) first, and we have to copy it since it returns a static string that will otherwise get overwritten.
-
Kjartan Maraas authored
-
- 21 Aug, 2011 1 commit
-
-
Aron Xu authored
-
- 20 Aug, 2011 1 commit
-
-
Matthias Clasen authored
This code was creating a GString conditionally, but using it unconditionally afterwards. Instead of special-casing the str == NULL case, just always create it.
-
- 18 Aug, 2011 3 commits
-
-
Rodrigo Moya authored
-
Andika Triwidada authored
-
A S Alam authored
-
- 16 Aug, 2011 3 commits
-
-
Bastien Nocera authored
Would just list the supported languages, and makes it easier to debug the absence of a language. See https://bugzilla.gnome.org/show_bug.cgi?id=656338
-
Bastien Nocera authored
-
Kjartan Maraas authored
-
- 13 Aug, 2011 1 commit
-
-
pesder authored
-
- 12 Aug, 2011 1 commit
-
-
Andika Triwidada authored
-
- 11 Aug, 2011 1 commit
-
-
Andika Triwidada authored
-
- 09 Aug, 2011 2 commits
-
-
Rodrigo Moya authored
-
Rodrigo Moya authored
-
- 08 Aug, 2011 1 commit
-
-
- 07 Aug, 2011 2 commits
-
-
Fran Dieguez authored
-
Daniel Korostil authored
-
- 06 Aug, 2011 2 commits
-
-
Yaron Shahrabani authored
-
-
- 05 Aug, 2011 1 commit
-
-
Mario Blättermann authored
-
- 04 Aug, 2011 1 commit
-
-
Daniel Korostil authored
-
- 03 Aug, 2011 4 commits
-
-
Ngô Chin authored
-
Ngô Chin authored
-
Nguyễn Thái Ngọc Duy authored
-
Marek Kašík authored
If available, use DBus method MissingExecutables which finds executables needed by new printer. This method is available in system-config-printer since version 1.3.5 (#654742). User is offered installation of packages containing those missing executables then.
-
- 02 Aug, 2011 3 commits
-
-
Marek Kašík authored
If available, use DBus method GroupPhysicalDevices which removes duplicates from list of found devices. This method is available in system-config-printer since version 1.3.5 (#654742).
-
Marek Kašík authored
If available, use DBus method GetBestDriver which determines the best PPD file for the given printer. This method is available in system-config-printer since version 1.3.5 (#654742).
-
Vincent Untz authored
When the comment is empty, we do not want to add a dash to the search target, as it will be a trailing one. https://bugzilla.gnome.org/show_bug.cgi?id=655487
-
- 01 Aug, 2011 2 commits
- 29 Jul, 2011 4 commits
-
-
Daniel Mustieles García authored
-
Florian Müllner authored
When translating .desktop entries, embedded newlines result in malformed .desktop files, preventing the panel from showing up. Please don't do that.
-
pesder authored
-
Daniel Nylander authored
-