Changeset 321
- Timestamp:
- 08/06/09 00:22:10 (3 years ago)
- Files:
-
- 1 deleted
- 11 edited
-
branches/release/0.2/AUTHORS (modified) (1 diff)
-
branches/release/0.2/COPYRIGHT (modified) (1 diff)
-
branches/release/0.2/README (modified) (3 diffs)
-
branches/release/0.2/debian/changelog (modified) (1 diff)
-
branches/release/0.2/debian/itaka.docs (modified) (1 diff)
-
branches/release/0.2/share/win-setup.py (deleted)
-
branches/release/0.2/uigtk.py (modified) (1 diff)
-
trunk/AUTHORS (modified) (1 diff)
-
trunk/COPYRIGHT (modified) (1 diff)
-
trunk/README (modified) (2 diffs)
-
trunk/debian/itaka.docs (modified) (1 diff)
-
trunk/uigtk.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release/0.2/AUTHORS
r295 r321 1 1 Marc E. <santusmarc@users.sourceforge.net> (Lead Developer) 2 2 Kurt Erickson <psychogenicshk@users.sourceforge.net> (RPM Packager) 3 Nicoleau Fabien <nicoleau.fabien@gmail.com> (Fedora mantainer) -
branches/release/0.2/COPYRIGHT
r295 r321 1 1 Marc E. <santusmarc@users.sourceforge.net> (Lead Developer) 2 2 Kurt Erickson <psychogenicshk@users.sourceforge.net> (RPM Packager) 3 Nicoleau Fabien <nicoleau.fabien@gmail.com> (Fedora mantainer) 3 4 4 5 Tango Project (http://tango.freedesktop.org) -
branches/release/0.2/README
r320 r321 86 86 8. PROGRAM CREDITS: 87 87 88 Special thanks to James Henstridge for the excellent Python-GTK bindings and 89 their equally excellent documentation. 88 Special thanks to James Henstridge for the excellent Python-GTK bindings and their equally excellent documentation. 90 89 91 90 Thanks to the #pygtk and #gtk+ channels on irc.gimp.org and the #python and #twisted channels on irc.freenode.net for their help. … … 93 92 Thanks to Kurt Erickson for the RPM packages and to Nicoleau Fabien for including Itaka in Fedora. 94 93 95 Thanks to Nahuel M.for his continuing support and inspiration.94 Thanks to Nahuel and Ezequiel for his continuing support and inspiration. 96 95 97 96 Itaka's icon is based upon the work of the Tango Project and is follows their licensing. … … 99 98 This README file and the Makefile are based on the works of the BloGTK project (http://blogtk.sourceforge.net) 100 99 101 Thanks to all Itaka users for bug reports, feature requests, and their support 102 of this application. 100 Thanks to all Itaka users for bug reports, feature requests, and their support of this application. 103 101 104 102 See AUTHORS and COPYRIGHT files for further credit information. -
branches/release/0.2/debian/changelog
r310 r321 3 3 * Pulled 0.2.2 from upstream 4 4 5 -- Marc E. <santusmarc@users.sourceforge.net> Mon, 0 3Aug 2009 04:23:15 -07005 -- Marc E. <santusmarc@users.sourceforge.net> Mon, 06 Aug 2009 04:23:15 -0700 6 6 7 7 itaka (0.2.1-1) unstable; urgency=high -
branches/release/0.2/debian/itaka.docs
r305 r321 1 AUTHORS 2 BUGS 1 3 COPYRIGHT 2 BUGS3 AUTHORS4 4 HACKING 5 README 5 6 TODO 6 README -
branches/release/0.2/uigtk.py
r309 r321 937 937 self.aboutdialog.set_copyright(u'© 2003-2009 Marc E.') 938 938 self.aboutdialog.set_comments('Screenshooting de mercado.') 939 self.aboutdialog.set_authors(['Marc E. <santusmarc@users.sourceforge.net>', 'Kurt Erickson <psychogenicshk@users.sourceforge.net> (Packaging)' ])939 self.aboutdialog.set_authors(['Marc E. <santusmarc@users.sourceforge.net>', 'Kurt Erickson <psychogenicshk@users.sourceforge.net> (Packaging)', 'Nicoleau Fabien <nicoleau.fabien@gmail.com> (Fedora mantainer)']) 940 940 self.aboutdialog.set_artists(['Marc E. <santusmarc@users.sourceforge.net>', 'Tango Project (http://tango.freedesktop.org)']) 941 941 self.aboutdialog.set_license('''Itaka is free software; you can redistribute it and/or modify -
trunk/AUTHORS
r229 r321 1 1 Marc E. <santusmarc@users.sourceforge.net> (Lead developer) 2 2 Kurt Erickson <psychogenicshk@users.sourceforge.net> (RPM packager) 3 Nicoleau Fabien <nicoleau.fabien@gmail.com> (Fedora mantainer) -
trunk/COPYRIGHT
r235 r321 1 1 Marc E. <santusmarc@users.sourceforge.net> 2 2 Kurt Erickson <psychogenicshk@users.sourceforge.net> (RPM packager) 3 Nicoleau Fabien <nicoleau.fabien@gmail.com> (Fedora mantainer) 4 3 5 Tango Project (http://tango.freedesktop.org) 4 6 -
trunk/README
r320 r321 123 123 8. PROGRAM CREDITS: 124 124 125 Special thanks to James Henstridge for the excellent Python-GTK bindings and 126 their equally excellent documentation. 125 Special thanks to James Henstridge for the excellent Python-GTK bindings and their equally excellent documentation. 127 126 128 127 Thanks to the #pygtk and #gtk+ channels on irc.gimp.org and the #python and #twisted channels on irc.freenode.net for their help. … … 130 129 Thanks to Kurt Erickson for the RPM packages and to Nicoleau Fabien for including Itaka in Fedora. 131 130 132 Thanks to Nahuel M.for his continuing support and inspiration.131 Thanks to Nahuel and Ezequiel for his continuing support and inspiration. 133 132 134 133 Itaka's icon is based upon the work of the Tango Project and follows their licensing. -
trunk/debian/itaka.docs
r305 r321 1 AUTHORS 2 BUGS 1 3 COPYRIGHT 2 BUGS3 AUTHORS4 4 HACKING 5 README 5 6 TODO 6 README -
trunk/uigtk.py
r309 r321 1062 1062 self.about_dialog.set_copyright(u'© 2003-2009 Marc E.') 1063 1063 self.about_dialog.set_comments('Screenshooting de mercado.') 1064 self.about_dialog.set_authors(['Marc E. <santusmarc@users.sourceforge.net>', 'Kurt Erickson <psychogenicshk@users.sourceforge.net>' ])1064 self.about_dialog.set_authors(['Marc E. <santusmarc@users.sourceforge.net>', 'Kurt Erickson <psychogenicshk@users.sourceforge.net>', 'Nicoleau Fabien <nicoleau.fabien@gmail.com> (Fedora mantainer)']) 1065 1065 self.about_dialog.set_artists(['Marc E. <santusmarc@users.sourceforge.net>', 'Tango Project (http://tango.freedesktop.org)']) 1066 1066 self.about_dialog.set_license('''Itaka is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.

