Skip to content

Commit e94c982

Browse files
committed
Removing zdohnal from links
1 parent 8324345 commit e94c982

3 files changed

Lines changed: 42 additions & 42 deletions

File tree

NEWS

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

2323
1.5.10 changes
2424
--------------
2525

2626
- printer couldn't be add ( https://bugzilla.redhat.com/show_bug.cgi?id=1419175 )
27-
- changes from Ubuntu by Till Kamppeter (https://github.com/zdohnal/system-config-printer/pull/64)
28-
- .travis.yml: switch from precise to trusty (https://github.com/zdohnal/system-config-printer/pull/63)
29-
- Replace icons deprecated by GTK 3.0 by non-deprecated ones (https://github.com/zdohnal/system-config-printer/pull/62)
30-
- Add a StartService for systemd based systems (https://github.com/zdohnal/system-config-printer/pull/56)
31-
- French translation update (https://github.com/zdohnal/system-config-printer/pull/57)
32-
- Spelling fixes (https://github.com/zdohnal/system-config-printer/pull/58)
33-
- Syntax fixes (https://github.com/zdohnal/system-config-printer/pull/59)
34-
- Python 3.6 invalid escape sequence deprecation fixes (https://github.com/zdohnal/system-config-printer/pull/60)
35-
- Adds printer properties dialog vertical expansion (https://github.com/zdohnal/system-config-printer/pull/61)
36-
- Replace icons deprecated by GTK 3.0 by non-deprecated ones (https://github.com/zdohnal/system-config-printer/pull/62)
37-
- Improvements of discovered devices/conection type lists in new-printer wizard, more debug output (https://github.com/zdohnal/system-config-printer/pull/65)
38-
- replace libgnome-keyring by libsecret (https://github.com/zdohnal/system-config-printer/issues/51)
39-
- Do not start the applet on GNOME and Cinnamon desktops (https://github.com/zdohnal/system-config-printer/pull/41)
40-
- Do not notify on 'cups-waiting-for-job-completed' because it's not an… (https://github.com/zdohnal/system-config-printer/pull/71)
41-
- Updated Turkish translation (https://github.com/zdohnal/system-config-printer/pull/74)
42-
- Update tr.po (https://github.com/zdohnal/system-config-printer/pull/73)
43-
- TypeError on <dict>.update call (https://github.com/zdohnal/system-config-printer/issues/76)
44-
- build: Install appstream metadata to non-deprecated location #77 (https://github.com/zdohnal/system-config-printer/pull/77)
45-
- Addition of some strings for i18n (https://github.com/zdohnal/system-config-printer/pull/81)
27+
- changes from Ubuntu by Till Kamppeter (pull/64)
28+
- .travis.yml: switch from precise to trusty (pull/63)
29+
- Replace icons deprecated by GTK 3.0 by non-deprecated ones (pull/62)
30+
- Add a StartService for systemd based systems (pull/56)
31+
- French translation update (pull/57)
32+
- Spelling fixes (pull/58)
33+
- Syntax fixes (pull/59)
34+
- Python 3.6 invalid escape sequence deprecation fixes (pull/60)
35+
- Adds printer properties dialog vertical expansion (pull/61)
36+
- Replace icons deprecated by GTK 3.0 by non-deprecated ones (pull/62)
37+
- Improvements of discovered devices/conection type lists in new-printer wizard, more debug output (pull/65)
38+
- replace libgnome-keyring by libsecret (issues/51)
39+
- Do not start the applet on GNOME and Cinnamon desktops (pull/41)
40+
- Do not notify on 'cups-waiting-for-job-completed' because it's not an… (pull/71)
41+
- Updated Turkish translation (pull/74)
42+
- Update tr.po (pull/73)
43+
- TypeError on <dict>.update call (issues/76)
44+
- build: Install appstream metadata to non-deprecated location #77 (pull/77)
45+
- Addition of some strings for i18n (pull/81)
4646
- Update .po and .pot files
47-
- added GenericName and X-GNOME-FullName to system-config-printer.desktop.in (https://github.com/zdohnal/system-config-printer/issues/20)
47+
- added GenericName and X-GNOME-FullName to system-config-printer.desktop.in (issues/20)
4848
- removed some deprecated parts of gui
4949
- updated translations by files from Zanata
5050
- s-c-p doesn't react on ALREADY_ENABLED exception from firewalld
5151
- removed deprecated Gtk objects
5252
- another deprecated issues - GLib
5353
- parent attribute in Gtk.Dialog is deprecated - use transient_for
54-
- system-config-printer.py doesn't have program name (https://github.com/zdohnal/system-config-printer/issues/53)
54+
- system-config-printer.py doesn't have program name (issues/53)
5555
- removed macedonian localization because of low rate of translated strings
5656
- don't ship pre-configured scripts

system-config-printer.appdata.xml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
<screenshots>
2020
<screenshot type="default">
2121
<caption>Main window</caption>
22-
<image type="source" width="624" height="351">https://raw.githubusercontent.com/zdohnal/system-config-printer/master/data/screenshot-mainwindow.png</image>
22+
<image type="source" width="624" height="351">https://raw.githubusercontent.com/OpenPrinting/system-config-printer/master/data/screenshot-mainwindow.png</image>
2323
</screenshot>
2424
<screenshot>
2525
<caption>Printer properties</caption>
26-
<image type="source" width="752" height="423">https://raw.githubusercontent.com/zdohnal/system-config-printer/master/data/screenshot-properties.png</image>
26+
<image type="source" width="752" height="423">https://raw.githubusercontent.com/OpenPrinting/system-config-printer/master/data/screenshot-properties.png</image>
2727
</screenshot>
2828
</screenshots>
2929

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

3333
<provides>
3434
<binary>system-config-printer</binary>

ui/AboutDialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<property name="type_hint">normal</property>
99
<property name="copyright" translatable="yes">Copyright © 2006-2012 Red Hat, Inc.</property>
1010
<property name="comments" translatable="yes">A CUPS configuration tool.</property>
11-
<property name="website">https://github.com/zdohnal/system-config-printer/</property>
11+
<property name="website">https://github.com/OpenPrinting/system-config-printer/</property>
1212
<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.
1313

1414
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.

0 commit comments

Comments
 (0)