Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
1.5.12 changes
--------------
- when you use different component id, add provide for old name (https://github.com/zdohnal/system-config-printer/issues/99)
- when you use different component id, add provide for old name (issues/99)
- fix other issues in system-config-printer.appdata.xml to be completely valid
for new format
- make the appstream file validate with version >= 0.6 (https://github.com/zdohnal/system-config-printer/issues/97)
- fixes for scp-dbus-services (https://github.com/zdohnal/system-config-printer/pull/96)
- use ValueError instead of ImportError (https://github.com/zdohnal/system-config-printer/pull/95)
- fix constructing the auth dialog (https://github.com/zdohnal/system-config-printer/pull/93)
- update da.po (https://github.com/zdohnal/system-config-printer/pull/102)
- use utf-8 in fdopen() (https://github.com/zdohnal/system-config-printer/pull/112)
- Fallback to using LC_CTYPE if LC_MESSAGES is empty and fix _language use (https://github.com/zdohnal/system-config-printer/pull/108)
- Update de.po (https://github.com/zdohnal/system-config-printer/pull/106)
- Fix TypeError raised by debugprint call (https://github.com/zdohnal/system-config-printer/pull/121)
- dbus: remove deprecated at_console statement (https://github.com/zdohnal/system-config-printer/pull/123)
- make the appstream file validate with version >= 0.6 (issues/97)
- fixes for scp-dbus-services (pull/96)
- use ValueError instead of ImportError (pull/95)
- fix constructing the auth dialog (pull/93)
- update da.po (pull/102)
- use utf-8 in fdopen() (pull/112)
- Fallback to using LC_CTYPE if LC_MESSAGES is empty and fix _language use (pull/108)
- Update de.po (pull/106)
- Fix TypeError raised by debugprint call (pull/121)
- dbus: remove deprecated at_console statement (pull/123)
- fixed several memory leaks reported by Coverity scan
- temporary fix for error pop up message for IPP2.0+ attributes (https://github.com/zdohnal/system-config-printer/issues/122)
- lpd queue names printed on the console (https://github.com/zdohnal/system-config-printer/issues/132)
- use proper docstring (https://github.com/zdohnal/system-config-printer/pull/130)
- remove deprecated SIGNAL_RUN_LAST (https://github.com/zdohnal/system-config-printer/pull/134)
- use remote ppd for CUPS shared queues (https://github.com/zdohnal/system-config-printer/pull/137)
- temporary fix for error pop up message for IPP2.0+ attributes (issues/122)
- lpd queue names printed on the console (issues/132)
- use proper docstring (pull/130)
- remove deprecated SIGNAL_RUN_LAST (pull/134)
- use remote ppd for CUPS shared queues (pull/137)

1.5.10 changes
--------------

- printer couldn't be add ( https://bugzilla.redhat.com/show_bug.cgi?id=1419175 )
- changes from Ubuntu by Till Kamppeter (https://github.com/zdohnal/system-config-printer/pull/64)
- .travis.yml: switch from precise to trusty (https://github.com/zdohnal/system-config-printer/pull/63)
- Replace icons deprecated by GTK 3.0 by non-deprecated ones (https://github.com/zdohnal/system-config-printer/pull/62)
- Add a StartService for systemd based systems (https://github.com/zdohnal/system-config-printer/pull/56)
- French translation update (https://github.com/zdohnal/system-config-printer/pull/57)
- Spelling fixes (https://github.com/zdohnal/system-config-printer/pull/58)
- Syntax fixes (https://github.com/zdohnal/system-config-printer/pull/59)
- Python 3.6 invalid escape sequence deprecation fixes (https://github.com/zdohnal/system-config-printer/pull/60)
- Adds printer properties dialog vertical expansion (https://github.com/zdohnal/system-config-printer/pull/61)
- Replace icons deprecated by GTK 3.0 by non-deprecated ones (https://github.com/zdohnal/system-config-printer/pull/62)
- Improvements of discovered devices/conection type lists in new-printer wizard, more debug output (https://github.com/zdohnal/system-config-printer/pull/65)
- replace libgnome-keyring by libsecret (https://github.com/zdohnal/system-config-printer/issues/51)
- Do not start the applet on GNOME and Cinnamon desktops (https://github.com/zdohnal/system-config-printer/pull/41)
- Do not notify on 'cups-waiting-for-job-completed' because it's not an… (https://github.com/zdohnal/system-config-printer/pull/71)
- Updated Turkish translation (https://github.com/zdohnal/system-config-printer/pull/74)
- Update tr.po (https://github.com/zdohnal/system-config-printer/pull/73)
- TypeError on <dict>.update call (https://github.com/zdohnal/system-config-printer/issues/76)
- build: Install appstream metadata to non-deprecated location #77 (https://github.com/zdohnal/system-config-printer/pull/77)
- Addition of some strings for i18n (https://github.com/zdohnal/system-config-printer/pull/81)
- changes from Ubuntu by Till Kamppeter (pull/64)
- .travis.yml: switch from precise to trusty (pull/63)
- Replace icons deprecated by GTK 3.0 by non-deprecated ones (pull/62)
- Add a StartService for systemd based systems (pull/56)
- French translation update (pull/57)
- Spelling fixes (pull/58)
- Syntax fixes (pull/59)
- Python 3.6 invalid escape sequence deprecation fixes (pull/60)
- Adds printer properties dialog vertical expansion (pull/61)
- Replace icons deprecated by GTK 3.0 by non-deprecated ones (pull/62)
- Improvements of discovered devices/conection type lists in new-printer wizard, more debug output (pull/65)
- replace libgnome-keyring by libsecret (issues/51)
- Do not start the applet on GNOME and Cinnamon desktops (pull/41)
- Do not notify on 'cups-waiting-for-job-completed' because it's not an… (pull/71)
- Updated Turkish translation (pull/74)
- Update tr.po (pull/73)
- TypeError on <dict>.update call (issues/76)
- build: Install appstream metadata to non-deprecated location #77 (pull/77)
- Addition of some strings for i18n (pull/81)
- Update .po and .pot files
- added GenericName and X-GNOME-FullName to system-config-printer.desktop.in (https://github.com/zdohnal/system-config-printer/issues/20)
- added GenericName and X-GNOME-FullName to system-config-printer.desktop.in (issues/20)
- removed some deprecated parts of gui
- updated translations by files from Zanata
- s-c-p doesn't react on ALREADY_ENABLED exception from firewalld
- removed deprecated Gtk objects
- another deprecated issues - GLib
- parent attribute in Gtk.Dialog is deprecated - use transient_for
- system-config-printer.py doesn't have program name (https://github.com/zdohnal/system-config-printer/issues/53)
- system-config-printer.py doesn't have program name (issues/53)
- removed macedonian localization because of low rate of translated strings
- don't ship pre-configured scripts
8 changes: 4 additions & 4 deletions system-config-printer.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
<screenshots>
<screenshot type="default">
<caption>Main window</caption>
<image type="source" width="624" height="351">https://raw.githubusercontent.com/zdohnal/system-config-printer/master/data/screenshot-mainwindow.png</image>
<image type="source" width="624" height="351">https://raw.githubusercontent.com/OpenPrinting/system-config-printer/master/data/screenshot-mainwindow.png</image>
</screenshot>
<screenshot>
<caption>Printer properties</caption>
<image type="source" width="752" height="423">https://raw.githubusercontent.com/zdohnal/system-config-printer/master/data/screenshot-properties.png</image>
<image type="source" width="752" height="423">https://raw.githubusercontent.com/OpenPrinting/system-config-printer/master/data/screenshot-properties.png</image>
</screenshot>
</screenshots>

<url type="homepage">https://github.com/zdohnal/system-config-printer/</url>
<url type="bugtracker">https://github.com/zdohnal/system-config-printer/issues</url>
<url type="homepage">https://github.com/OpenPrinting/system-config-printer/</url>
<url type="bugtracker">https://github.com/OpenPrinting/system-config-printer/issues</url>

<provides>
<binary>system-config-printer</binary>
Expand Down
2 changes: 1 addition & 1 deletion ui/AboutDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="type_hint">normal</property>
<property name="copyright" translatable="yes">Copyright © 2006-2012 Red Hat, Inc.</property>
<property name="comments" translatable="yes">A CUPS configuration tool.</property>
<property name="website">https://github.com/zdohnal/system-config-printer/</property>
<property name="website">https://github.com/OpenPrinting/system-config-printer/</property>
<property name="license" translatable="yes">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Expand Down