Tim Waugh
8ee96f3819
Fixed device sorting (bug #1210733 ).
2015-05-26 10:00:01 +01:00
Tim Waugh
902952def3
Fixed shbang line in udev-add-printer (trac #244 ).
2015-05-26 09:18:36 +01:00
Tim Waugh
43f334d576
1.5.7.
...
- Increase bus settle time for usb_modeswitch devices (bug #1206808 ).
- Set use_underline=True for previously-stock buttons (bug #1210859 ).
- Fixed traceback (bug #1213136 ).
- Fixes for appdata file.
Resolves: rhbz#1206808 rhbz#1210859 rhbz#1213136
2015-04-29 14:09:52 +01:00
Tim Waugh
226dcd99d7
1.5.6.
...
- Don't show traceback messages for missing probe helpers (bug #1194101 ).
- Don't try writing bytecache when running udev-add-printer
(bug #1196183 ).
- Don't try decoding already-decoded Unicode (bug #1195974 ).
- Fixes for CMD matching (bug #1177978 , bug #1171874 ).
- Fixed 'Apply' sensitivity when downloading driver (trac #238 ).
- Avoid deprecated things.
- Handle missing 'functionality' field in returned data for driver.
- Some fixes for the New Printer dialog.
- Don't install an OpenPrinting driver if the license is not
accepted (trac #240 ).
Resolves: rhbz#1194101 rhbz#1196183 rhbz#1195974 rhbz#1177978 rhbz#1171874
2015-03-17 17:05:18 +00:00
Tim Waugh
c69f03bb99
Requires python3-firewall.
2015-02-07 22:46:22 +00:00
Tim Waugh
c8da20d1b2
1.5.5.
...
- No longer requires gnome-icon-theme (bug #1163928 ).
- Fixed race condition when fetching devices (bug #1176443 ).
- Fixed typo preventing retrieve/reprint from working.
- Driver installation fixes.
- Various other fixes.
Resolves: rhbz#1163928 rhbz#1176443
2015-02-06 18:16:02 +00:00
Tim Waugh
adf2fa4d0f
1.5.4.
...
- Extract hostname from hp:/net/...?hostname= URIs when grouping by
physical device (bug #1154686 ).
- Tell user how to retrieve journal entries as root in
troubleshooter (bug #1157253 ).
- Codec fix for AuthDialog.get_auth_info (bug #1060453 ).
- Catch IPPError when writing server settings (bug #1159584 ).
- Several other fixes.
Resolves: rhbz#1154686 rhbz#1157253 rhbz#1060453 rhbz#1159584
2014-11-04 12:21:02 +00:00
Tim Waugh
2ede1d2d01
1.5.3.
2014-10-17 17:18:04 +01:00
Tim Waugh
a27be9bab3
Fixed Source0 typo.
2014-10-17 17:11:35 +01:00
Tim Waugh
fe90f39d39
Use items() instead of iteritems() with Python 3 dicts (bug #1151457 ).
...
Resolves: rhbz#1151457
2014-10-10 17:21:56 +01:00
Tim Waugh
5a973a6243
1.5.2.
2014-10-10 17:05:14 +01:00
Tim Waugh
cbf665aad2
Python3 fixes from upstream.
2014-09-11 17:21:01 +01:00
Tim Waugh
5da49def1d
Take the gdk lock before entering gtk_main() (bug #1052203 comment #24 ).
...
Resolves: rhbz#1052203
2014-09-06 13:24:51 +01:00
Tim Waugh
810c9a2df7
1.5.1.
...
Some Python3 fixes (bug #1136470 ), udev-configure-printer fixes, and a
fix for a D-Bus service hang (bug #1116756 ).
Resolves: rhbz#1136470 rhbz#1116756
2014-09-02 17:37:03 +01:00
Peter Robinson
33600dd4dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-18 04:38:34 +00:00
Tim Waugh
46c6855aab
Enable hardened build, as the udev part runs with privilege.
2014-08-15 15:41:56 +01:00
Tim Waugh
a2dc13a806
Explicitly use /usr/bin/python3 in udev-add-printer (bug #1126149 ).
...
Resolves: rhbz#1126149
2014-08-03 15:03:10 +01:00
Tim Waugh
6ac8a8dc7a
More python3 dependency changes.
...
- pygobject3-base -> python3-gobject
- pycairo -> python3-cairo
2014-07-25 15:18:36 +01:00
Tim Waugh
696036c742
The applet is now in its own sub-package.
2014-07-24 15:24:54 +01:00
Tim Waugh
d2bbe950c8
Also require python3 bindings for pycurl (bug #1121177 ).
...
Resolves: rhbz#1121177
2014-07-20 19:48:52 +01:00
Tim Waugh
41e12160a3
Fixed copy-and-paste error.
2014-07-19 16:13:57 +01:00
Tim Waugh
557be80bfb
Require python3 bindings for cups and dbus (bug #1121177 ).
...
Resolves: rhbz#1121177
2014-07-19 14:40:49 +01:00
Tim Waugh
e68db36db3
1.5.0 (now Python3).
2014-07-17 12:42:20 +01:00
Tim Waugh
3bbd32f984
Merge branch 'f20' into f21
2014-07-14 11:14:41 +01:00
Tim Waugh
885df8883b
Fix job retrieval (bug #1119222 ).
...
Resolves: rhbz#1119222
2014-07-14 11:08:51 +01:00
Tim Waugh
aa20407706
Merge branch 'f20' into f21
2014-07-11 17:30:21 +01:00
Tim Waugh
e429fbbe82
Handle failure when cups-pk-helper not installed (bug #1118836 ).
...
Resolves: rhbz#1118836
2014-07-11 17:29:57 +01:00
Tim Waugh
a801f2cbaf
Merge branch 'f20'
2014-07-04 17:19:14 +01:00
Tim Waugh
daf11fd892
1.4.5.
...
- Some codec fixes (bug #968142 , bug #1023968 , bug #1094037 ).
- Traceback fixes (bug #982071 , bug #1090479 , bug #1105229 ).
- IPv6 address entry fix (bug #1074245 ).
- Auth info saving improvement (bug #1089029 ).
- Use LockButton for fewer auth dialogs (bug #714820 ).
Resolves: rhbz#968142 rhbz#1023968 rhbz#1094037 rhbz#982071 rhbz#1090479 rhbz#1105229 rhbz#1074245 rhbz#1089029 rhbz#714820
2014-07-04 17:15:55 +01:00
Dennis Gilmore
2731485c62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-08 02:59:11 -05:00
Jiri Popelka
e985b85178
1.4.x requires gtk3 instead of gtk2 ( #1099611 )
2014-05-22 10:40:44 +02:00
Tim Waugh
cb5a56848d
Prevent D-Bus service freezing by disabling openprinting driver downloads (bug #1052203 ).
...
Resolves: rhbz#1052203
2014-05-01 13:02:21 +01:00
Jaromír Končický
cdf4ab14dc
1.4.4.
2014-03-12 13:32:28 +01:00
Jiri Popelka
74dfb371fc
BuildRequires: pkgconfig(glib-2.0) instead of glib2-devel
...
https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires
2014-03-10 13:59:17 +01:00
Tim Waugh
f0718d02c4
Don't override CFLAGS in Makefile.am.
2014-02-28 17:17:14 +00:00
Tim Waugh
1c606e9f5f
Include upstream Makefile fixes for udev directories.
2013-12-06 15:31:04 +00:00
Tim Waugh
65688b69af
Configure udevhelper directory correctly.
2013-12-06 12:34:02 +00:00
Tim Waugh
2235cbbc47
Use _smp_mflags for consistency's sake (patch from upstream needed).
2013-12-06 11:38:02 +00:00
Tim Waugh
6a55f6117e
Use _smp_mflags for consistency's sake.
2013-12-06 10:49:50 +00:00
Tim Waugh
614f23d20c
Actually run make in the %build section.
2013-12-05 09:29:49 +00:00
Tim Waugh
7ba9bcbd05
Requires pycairo (bug #1028180 ).
...
Resolves: rhbz#1028180
2013-11-08 17:23:58 +00:00
Tim Waugh
1d9c75fafb
Reverted last change as it did not fix the problem.
2013-11-08 17:23:47 +00:00
Tim Waugh
341c0b437c
Fixed encoding issue (bug #1023968 ).
...
Resolves: rhbz#1023968
2013-10-30 17:27:38 +00:00
Tim Waugh
d3ca8545b4
Fixed typo in D-Bus signature decorator (bug #1023449 ).
...
Resolves: rhbz#1023449
2013-10-25 16:29:47 +01:00
Tim Waugh
6c0a719c3c
1.4.3.
2013-10-22 17:13:38 +01:00
Tim Waugh
933f06c386
1.4.2.
2013-08-20 11:51:28 +01:00
Dennis Gilmore
50bb6e5065
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-04 11:26:18 -05:00
Tim Waugh
aad68a33e4
Fixed source URL.
2013-07-04 16:30:58 +01:00
Tim Waugh
7b6faad2a1
Fixed misplaced parenthesis (bug #979119 ).
...
Resolves: rhbz#979119
2013-07-02 12:57:07 +01:00
Tim Waugh
752fb1e069
Fixed another codec issue (bug #978970 ).
...
Resolves: rhbz#978970
2013-07-02 12:54:44 +01:00
Tim Waugh
550894341b
Avoid race when renaming printer (bug #975705 ).
...
Resolves: rhbz#975705
2013-07-02 12:51:30 +01:00
Tim Waugh
f1346fb31a
Don't check for missing drivers in remote printers (bug #975058 )
...
Resolves: rhbz#975058
2013-07-02 12:49:41 +01:00
Tim Waugh
aeb0b9deca
Another fix from the move to gi.repository (bug #973662 ).
...
Resolves: rhbz#973662
2013-07-02 12:47:34 +01:00
Tim Waugh
01b4f5471d
Fixed another codec issue (bug #971973 ).
...
Resolves: rhbz#971973
2013-07-02 09:38:24 +01:00
Jiri Popelka
fde088d6df
Fix Notify.Notification creation (bug #974845 ).
2013-06-20 10:38:02 +02:00
Tim Waugh
b00b5e01d3
Use the right signal for spotting when editing is done when renaming a printer (bug #971404 ).
2013-06-07 16:58:20 +01:00
Tim Waugh
917063fd0a
More fixes for UTF-8 encoding issues (bug #968142 ).
2013-06-07 12:46:23 +01:00
Tim Waugh
7c67764aaa
Fixed new printer dialog traceback (bug #969916 ).
2013-06-07 12:42:07 +01:00
Tim Waugh
3fa4f482d5
More fixes for UTF-8 encoding issues (bug #971548 ).
2013-06-07 11:14:45 +01:00
Tim Waugh
a8dad7a37e
Removed old pointer/keyboard grabbing code as it no longer works (bug #971459 ).
2013-06-06 17:14:51 +01:00
Tim Waugh
eaa64591ea
More fixes for UTF-8 encoding issues (bug #971417 ).
2013-06-06 17:13:29 +01:00
Tim Waugh
b9ed62ad94
Notify urgencies have new names with gi.repository (bug #970646 ).
2013-06-06 17:11:18 +01:00
Tim Waugh
b41139f715
More fixes for UTF-8 encoding issues (bug #969846 ).
2013-06-06 17:09:44 +01:00
Tim Waugh
120f8baa6a
Fixed typo introduced in previous change and fixed another UTF-8 encoding issue (bug #965771 ).
2013-05-22 09:04:35 +01:00
Tim Waugh
9425c5d404
Fixed typo which could cause a traceback (bug #965678 ).
2013-05-21 17:30:13 +01:00
Tim Waugh
cfad2ffd71
Fixes for UTF-8 encoding issues (bug #957444 , bug #961882 , bug #962207 , bug #964673 , bug #965578 ).
2013-05-21 17:29:57 +01:00
Tim Waugh
c38528a2cb
1.4.1.
...
Changes including:
- Don't call into Gtk directly from scp-dbus-service (bug #951710 ).
- Handle errors from Gdk.color_parse() correctly.
- Fix creating of empty pixbuf.
- Make man page and --help output consistent.
- Some codec fixes (bug #957343 , bug #957444 , bug #960567 ).
- Updated translations (bug #951647 ).
- Use xxx-supported values for number-up and sides options
(bug #923841 ).
2013-05-09 15:44:26 +01:00
Tim Waugh
68d136ae2d
Removed isa deps from noarch package.
2013-04-15 13:03:58 +01:00
Tim Waugh
2dac84ffc4
Don't call into Gtk directly from scp-dbus-service (bug #951710 ).
2013-04-15 12:12:56 +01:00
Tim Waugh
45d2fb8398
Adjusted dependencies now we use GObject introspection.
2013-04-15 12:12:31 +01:00
Tim Waugh
c052e62fbb
Don't delete mainlist too early when quitting (bug #915483 ).
2013-04-12 12:07:28 +01:00
Tim Waugh
d752c46786
Fixed changelog date.
2013-04-11 15:46:40 +01:00
Tim Waugh
d08669e78b
Fixed some printer name encoding issues (bug #950162 ).
2013-04-11 15:35:38 +01:00
Tim Waugh
bd10e083c9
Better behaviour when trying to run without valid DISPLAY (bug # #948240 ).
2013-04-11 15:34:16 +01:00
Tim Waugh
27a6843167
1.4.0.
2013-03-27 15:06:42 +00:00
Tim Waugh
4e69a0da6a
Merge branch 'f18' into f19
2013-03-27 13:54:03 +00:00
Tim Waugh
88425ecfa0
1.3.13.
2013-03-27 13:53:21 +00:00
Tim Waugh
ae9f0057f5
Merge branch 'f18' into f19
2013-03-19 17:18:31 +00:00
Tim Waugh
1f058dd75a
The libs sub-package is now noarch (bug #921514 ).
...
Resolves: rhbz#921514
2013-03-19 17:17:21 +00:00
Tim Waugh
db990061b8
Removed python-smbc as a dependency as it is not required in all situations (bug #921132 ).
...
Resolves: rhbz#921132
2013-03-15 13:35:56 +00:00
Tim Waugh
f9fe69a7a7
Merge branch 'f18'
2013-02-27 16:31:47 +00:00
Tim Waugh
aa9ac4d41a
Disable the print applet in KDE again.
2013-02-27 16:31:06 +00:00
Dennis Gilmore
a394ae44d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-02-14 19:11:40 -06:00
Tim Waugh
0cce9d821e
Enable the print applet in KDE (only on Red Hat Enterprise Linux).
...
Requested by Than Ngo.
2012-11-26 17:07:44 +00:00
Tim Waugh
cc6fe085c8
Avoid traceback in most recent change (bug #878527 ).
...
Resolves: rhbz#878527
2012-11-21 09:25:44 +00:00
Tim Waugh
587aba260b
Avoid traceback in most recent change (bug #878527 ).
...
Resolves: rhbz#878527
2012-11-20 17:40:26 +00:00
Tim Waugh
88d0c48097
Fixed dialog modality problem which prevented e.g. changing drivers.
2012-11-19 16:29:16 +00:00
Tim Waugh
2ff5e1e67e
Avoid crash with certain types of dnssd device URI (bug #870000 ).
...
Resolves: rhbz#870000
2012-10-25 17:09:23 +01:00
Tim Waugh
f0dd0b3c7e
Fixed systemd config file (bug #862186 ).
...
Resolves: rhbz#862186
2012-10-23 15:00:02 +01:00
Tim Waugh
7b17adda00
1.3.12.
2012-10-05 17:11:39 +01:00
Jiri Popelka
bd952c611d
FirewallD support once again.
2012-09-21 14:01:58 +02:00
Jiri Popelka
54c6716254
revert previous change for now, the patch needs more work
2012-09-18 18:37:57 +02:00
Jiri Popelka
54829cb99a
FirewallD support
2012-09-06 12:28:03 +02:00
Jiri Popelka
7a7a7210dc
use new systemd-rpm macros ( #850334 )
2012-08-22 16:15:57 +02:00
Tim Waugh
697c836a96
1.3.11.
2012-08-03 11:39:09 +01:00
Tim Waugh
92a3302cf1
1.3.10.
...
Also:
Build requirement for libusb has changed to libusb1-devel.
2012-08-01 17:17:53 +01:00
Tim Waugh
9e92f511bb
Reverted previous change. New systemd-devel does provide libudev.pc after all.
2012-07-31 17:02:56 +01:00
Tim Waugh
c041075b67
Bumped release number.
2012-07-31 14:50:28 +01:00
Tim Waugh
4866de277e
Fixed build against systemd-devel now there is no libudev-devel.
2012-07-31 14:35:24 +01:00
Dennis Gilmore
161bcbeffa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-21 17:35:33 -05:00