Commit graph

85 commits

Author SHA1 Message Date
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
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
William Jon McCann
1173df903f printers: add mores spacing to table 2011-02-02 02:13:24 -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
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
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
William Jon McCann
ff224f5623 printers: use the correct add/remove icons 2011-01-26 15:49:13 -05:00
Marek Kasik
107e4db2f8 printers: Place buttons adding/removing allowed users to toolbar 2011-01-25 15:24:07 +01:00
Marek Kasik
5013cbd873 printers: Align maintenance buttons with check button
Align buttons "Print Test Page", "Clean Print Heads" and
"Disable Printer" with check button "Default".
Add "Queue" label to print jobs' GtkExpander.
2011-01-24 13:51:20 +01:00
Marek Kasik
66fcbbeb45 printers: Add comments for translators to ui
Resolves #640068
2011-01-21 16:36:47 +01:00
Marek Kasik
04d6e36347 printers: Remove printer add/remove buttons
Add setting of default printer.
2011-01-18 12:54:23 +01:00
Marek Kasik
03415e76be printers: Make list of printers and list of users scrollable 2011-01-18 12:54:23 +01:00
Marek Kasik
7595228b19 printers: Replace toolbar with horizontal box
Due to custom styles, toolbars can look very different
from the rest of panel. This changes toolbar which
contains controls for adding/removing allowed users
to horizontal box.
2011-01-18 12:54:23 +01:00
Marek Kasik
1ea42cc212 printers: Show supply levels
Shows supply levels for printers which return marker-levels,
marker-colors and marker-names attributes.
There are 2 things to finish here:
  - set properly background color of the drawing area
  - remove backslashes from names of marker-names
2011-01-18 12:54:23 +01:00
Marek Kasik
b9b2de1e0e printers: Rework Printer Jobs panel 2011-01-18 12:54:22 +01:00
Marek Kasik
af6e2febc9 printers: Remove Printer URI field + little tweak of row spacing 2011-01-18 12:54:22 +01:00
Marek Kasik
9d61205ef9 printers: Add printer's status field 2011-01-18 12:54:22 +01:00
Marek Kasik
23faa29ffd printers: Show printer's description instead of its name 2011-01-18 12:54:22 +01:00
Marek Kasik
22f0ad394e Select a printer when panel loads.
Change +/- stock icons to list-add/list-remove icons.
2011-01-18 12:54:22 +01:00
Marek Kasik
2abe2c2efc Set border style of toolbars to none (plain). 2011-01-18 12:54:22 +01:00
Marek Kasik
8c4511b52e Initial implementation of Printers panel
Created by Marek Kasik, modified by Jon McCann.
It has been implemented according to design at:
http://live.gnome.org/Design/SystemSettings/Printers
(not fully implemented yet)
2011-01-18 12:54:22 +01:00