- 18 Feb, 2013 16 commits
-
-
Bastien Nocera authored
As the window title doesn't change anymore.
-
Instead of in the window title https://bugzilla.gnome.org/show_bug.cgi?id=692174
-
So that we can more easily add GdHeaderBar in the following patches. Much of the advantage of using gtkbuilder was lost anyway because we couldn't really use it from glade without corrupting the file. https://bugzilla.gnome.org/show_bug.cgi?id=692174
-
This avoids the confusion of the name gnome-control-center.c and is consistent with all the other classes/files in the project. https://bugzilla.gnome.org/show_bug.cgi?id=692174
-
This allows for better encapsulation of window logic. In order to do this CcShell was made an interface instead of an abstract base class. https://bugzilla.gnome.org/show_bug.cgi?id=692174
-
This promotes better encapsulation and allows us to move application logic out of main() and rename the confusingly named control-center.c to main.c https://bugzilla.gnome.org/show_bug.cgi?id=692174
-
Giovanni Campagna authored
Replace the gnome-shell builtin settings search, which relied on removed menu files, with one that uses the remote search infrastructure and CcSearchModel, and features the ability to continue searching within the control center application. https://bugzilla.gnome.org/show_bug.cgi?id=690577
-
Giovanni Campagna authored
This will allow to use the panel loader in the search provider, which is a separate executable and doesn't link all the panel modules. https://bugzilla.gnome.org/show_bug.cgi?id=690577
-
Bastien Nocera authored
The dialog looks rather squashed along the horizontal. The spacing should make the connection between the switches and the delay comboboxes a bit clearer. Also make sure that the "Delay" labels don't intersect the labels above. https://bugzilla.gnome.org/show_bug.cgi?id=694042
-
Bastien Nocera authored
-
Giovanni Campagna authored
Use the new API in libgnome-volume-control to create the icon shown next to the port name in the selector. This avoids ugly audio-card icons, and shows a speaker, microphone or headphones as appropriate. https://bugzilla.gnome.org/show_bug.cgi?id=689931
-
Bastien Nocera authored
-
- 17 Feb, 2013 3 commits
-
-
Piotr Drąg authored
-
A S Alam authored
-
Fran Diéguez authored
-
- 16 Feb, 2013 5 commits
-
-
-
Piotr Drąg authored
-
Jasper St. Pierre authored
gnome-menus now ships its own directory file.
-
Gheyret Kenji authored
Signed-off-by:
Gheyret Kenji <gheyret@gmail.com>
-
Jasper St. Pierre authored
This fixes issues with the network panel subdir not recursing
-
- 15 Feb, 2013 15 commits
-
-
Piotr Drąg authored
-
Aurimas Černius authored
-
Marek Kašík authored
The name of the printer is sufficient information to describe the contents of the dialog. "Options" isn't necessary. https://bugzilla.gnome.org/show_bug.cgi?id=690424
-
-
Marek Kašík authored
Search for samba printers on local network or on specified host. The new printer dialog asks for password for a samba server if it is needed for listing printers on it. User is asked for selection of driver from local database during addition of new samba printer. https://bugzilla.gnome.org/show_bug.cgi?id=683229
-
Marek Kašík authored
Add class PpSamba which contains asynchronous function for searching for samba-shared printers. It can search for printers on local network or on a specific host if needed. https://bugzilla.gnome.org/show_bug.cgi?id=683229
-
Marek Kašík authored
Add new class PpAuthenticationDialog which shows dialog requesting username and password. The dialog has 3 parameters. The first one is a text which will be shown to the user and the second is username by which username entry will be prefilled. The last parameter is parent window so thedialog is properly decorated and positioned. https://bugzilla.gnome.org/show_bug.cgi?id=683229
-
-
Marek Kašík authored
Make the dialog bigger (600x400). Add padding between list of manufacturers and the list of drivers. Add padding to manufacturers and drivers lists. Change Manufacturers and Drivers to singular. Trigger resizing of treeview when list has changed so it has optimal width. https://bugzilla.gnome.org/show_bug.cgi?id=690448
-
Baurzhan Muftakhidinov authored
-
Thomas Bechtold authored
-
Ondrej Holy authored
Fix bad state and critical error caused by reopening mouse test panel in clicked state. https://bugzilla.gnome.org/show_bug.cgi?id=693803
-
Bastien Nocera authored
-
Cosimo Cecchi authored
-
- 14 Feb, 2013 1 commit
-
-
Dan Winship authored
The "only make Apply/Add sensitive if something changed" rule should not apply to new connections; they are already "changed". https://bugzilla.gnome.org/show_bug.cgi?id=693659
-