Commit graph

327 commits

Author SHA1 Message Date
Marek Kasik
a731dcb28b printers: Show IP address of printer
Show address of printer in "IP Address" field.
2011-03-18 16:35:12 +01:00
Alexander Larsson
7c3011c352 Fix include not found for gsettings-desktop-schemas/gdesktop-enums.h
pkg-config --cflags gsettings-desktop-schemas lists:
 $incdir/gsettings-desktop-schemas
and that directory contains a gdesktop-enums.h file, so including
<gsettings-desktop-schemas/gdesktop-enums.h> will fail unless
the parent directory also accidentally got added as -I.
2011-03-18 15:50:05 +01:00
Marek Kasik
e2f6f36b8e printers: Handle no printers situation better
Show "No printer available" in the device list.
Show "Add New Printer" button on the right side.
Show appropriate message if CUPS is not running.
Fixes #641421.
2011-03-18 14:45:57 +01:00
Marek Kasik
bedb8e1218 printers: Don't sort printers by usage
It is very inefficient to get all jobs when there are
thousands of them. Sort it alphabetically.
2011-03-18 12:55:18 +01:00
Cosimo Cecchi
92c3f6dd61 all: set the 'inline-toolbar' style class to toolbars which need it
https://bugzilla.gnome.org/show_bug.cgi?id=645059
2011-03-17 15:09:09 -04:00
Luca Ferretti
31d4c39643 printer: avoid show a single space as translatable string 2011-03-16 17:58:18 +01:00
Luca Ferretti
541b0e5f66 printer: do not mark for translation placeholder labels 2011-03-16 17:43:12 +01:00
Marek Kasik
c7179b6901 printers: Set longer timeout for installation of printer driver
Don't timeout when installing printer drivers.
2011-03-15 12:03:58 +01:00
William Jon McCann
d892e1b6b8 printers: use dim-label to accentuate values 2011-03-14 14:56:03 -04:00
Marek Kasik
080dabe3e4 printers: Call cupsGetDevices() asynchronously
This patch makes PpNewPrinterDialog to call DevicesGet method
asynchronously now.
It also adds spinner to the lower left corner with label showing
status of this operation (#644212).
2011-03-14 17:21:39 +01:00
Matthias Clasen
5eaf72f654 Printers: Attach 'add printer' dialog to toplevel
It was already transient-for and modal, just missing the
right window type.
https://bugzilla.gnome.org/show_bug.cgi?id=644213
2011-03-10 19:39:08 -05:00
Bastien Nocera
5fdc90cc8b 2.91.91
Fix wrong include lines, so distcheck works
2011-03-08 11:59:16 +00:00
Marek Kasik
3fb4d4af27 printers: Add dialog for adding new printers
The dialog is able to add printers discovered by cupsGetDevices().
It can also add printers from a remote CUPS server by typing
its address and selecting printer we want to add (#640734).
2011-03-07 17:09:00 +01:00
Bastien Nocera
3336eb9d88 lib: Add a lock button
Instead of using a copy/pasted version, until GTK+ includes
such a button itself.
2011-02-23 14:59:21 +00:00
Marek Kasik
395d083782 printers: Don't show driver version in model name
Get value of ModelName attribute from printer's PPD file
or use cleaned up printer-make-and-model attribute if ModelName
is not available (#641288).
2011-02-22 17:26:31 +01:00
Thomas Wood
e2f944a66a configure: Group pkg-config checks based on how they are used
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.

https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
Marek Kasik
83056c17dc printers: Modify jobs list
Don't include owner's name in the list (it is actual user).
Left align text in rows. Take into account system settings
when showing time (12h/24h). Show headers.
2011-02-14 14:02:17 +01:00
Marek Kasik
8db5e051cd printers: Set Options and Show buttons sensitive
Set "Options" button and "Show" button sensitive if there is a printer
selected.
2011-02-14 13:52:19 +01:00
Emilio Pozuelo Monfort
55cfef36a6 printers: Link the printer panel with $(GNOMECC_CAPPLETS_LIBS)
https://bugzilla.gnome.org/show_bug.cgi?id=641972
2011-02-14 12:49:35 +01:00
Marek Kasik
45df865718 printer: Some UI tweaks
Set minimal width of renderer showing names of printers to 120 pixels.
Set also ellipsizing for the renderer. Set some widgets insensitive
when there is no printer (#641421). Set correct character for empty
fields. Always set background color for supply levels' GtkDrawingArea.
2011-02-10 15:34:20 +01:00
Marek Kasik
aa0f4765c4 printers: Replace "Idle" state by "Ready" 2011-02-10 12:34:15 +01:00
Marek Kasik
0f1caabc33 printers: Don't try to draw empty ink level 2011-02-10 11:04:17 +01:00
Marek Kasik
88ff47618b printers: Don't show printers separator when not needed
Don't show printers separator when there are only unused printers.
2011-02-10 11:00:27 +01:00
Marek Kasik
fc4bf8bf9d printers: Change widget showing supply levels
Show Ink/Toner levels in one rectangle now. It sorts
levels and shows the highest level. It paints the lower
levels on top of that. So the lowest level is on top
(overlapping the others).
It also shows "Ink Level"/"Toner Level"/"Supply Level"
label for corresponding supplies now.
2011-02-08 16:27:50 +01:00
Khaled Hosny
703129bbfe printers: Avoid unnecessary use of markup
Replace unnecessary use of markup with text proprieties.
2011-02-07 12:19:26 +01:00
Luca Ferretti
dfdc194cbe printers: add translation context to statuses (#641339)
Add translation context to printer status and job status. Increase required
inltool to 0.40.1 in order to use NC_(). See bug #641339 for details.
2011-02-07 11:55:27 +01:00
Luca Ferretti
18d764cf9f printers: l10n fixes for jobs count
use ngettext for "%d active" message and don't mark as translatable
the related placeholder in printers.ui file
Slightly modified by Marek Kasik.
2011-02-07 10:56:06 +01:00
Marek Kasik
2406752685 printers: Sort printers by usage
Sort printers by amount of jobs sent to them (#641285). Separate
unused printers by separator from the rest of printers.
2011-02-04 17:09:00 +01:00
Marek Kasik
6d27be8f78 printers: Add unlock button (#640733)
Add unlock button from the User Accounts panel to the Printer panel.
2011-02-02 16:59:50 +01:00
William Jon McCann
04f84937a6 network: use emblem-default-symbolic for the default printer 2011-02-02 02:18:07 -05:00
William Jon McCann
1173df903f printers: add mores spacing to table 2011-02-02 02:13:24 -05:00
William Jon McCann
111b2785f8 printers: remove unused variables 2011-02-02 00:36:10 -05:00
William Jon McCann
a46e4ae9c4 printers: allow location and model to span cols again 2011-02-02 00:31:41 -05:00
Matthias Clasen
79752c921a Printers: fix panel width 2011-02-02 00:22:35 -05:00
Matthias Clasen
cdf6311f63 Printers: some table surgery
Try to get sizing under control
2011-02-01 23:25:22 -05:00
William Jon McCann
b65017536e printers: don't expand switch vertically 2011-02-01 20:37:36 -05:00
William Jon McCann
7523133570 printers: use a 64px icon 2011-02-01 18:17:43 -05:00
William Jon McCann
2c8f8e290c printers: right align the image 2011-02-01 18:16:01 -05:00
Marek Kasik
265948473e printers: Show icons of printers in printers list
Mark default printer in printers list.
2011-02-01 16:40:42 +01:00
Marek Kasik
88562eba2d printers: Reorganize main tab
Remove printer's description.
Remove "Clean Print Heads" button.
Move allowed users list to Options tab.
Change printer-disable-button to GtkSwitch.
Show printer's model name.
Show an icon of printer.
2011-02-01 15:05:52 +01:00
Marek Kasik
8ba88c2309 printers: Move list of printer's jobs to notebook tab
Add buttons for switching between different tabs
(tabs are invisible).
Show number of active jobs in main tab.
2011-02-01 11:23:35 +01:00
Marek Kasik
9f2fb8520f printers: Bring back buttons for addition/removal of printers 2011-02-01 10:11:17 +01:00
Bastien Nocera
0e577e3890 printers: Add better translator comment for "Developer"
https://bugzilla.gnome.org/show_bug.cgi?id=640810
2011-01-28 15:59:13 +00:00
Bastien Nocera
3781883051 printers: Don't mark unused labels for translation
https://bugzilla.gnome.org/show_bug.cgi?id=640810
2011-01-28 15:58:53 +00:00
William Jon McCann
bee5e5950b printers: set shadow type to be IN on scrolled windows 2011-01-26 17:18:48 -05:00
William Jon McCann
34298c696b printers: use toolbar pattern for jobs list 2011-01-26 16:40:37 -05:00
William Jon McCann
409cbfde9a printers: simplify layout a bit 2011-01-26 16:18:04 -05:00
William Jon McCann
228a3ccd2c printers: fix table row spacing 2011-01-26 16:00:00 -05:00
William Jon McCann
4d622d7b98 printers: never use horizontal scrollbars 2011-01-26 15:55:18 -05:00
William Jon McCann
72de22398c printers: add junctions for allowed users list 2011-01-26 15:53:08 -05:00