Changeset 268
- Timestamp:
- 07/20/09 07:04:27 (3 years ago)
- Location:
- trunk
- Files:
-
- 15 edited
-
ChangeLog (modified) (1 diff)
-
README (modified) (2 diffs)
-
config.py (modified) (2 diffs)
-
console.py (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
debian/copyright (modified) (1 diff)
-
debian/itaka.sgml (modified) (1 diff)
-
error.py (modified) (1 diff)
-
itaka.py (modified) (1 diff)
-
screenshot.py (modified) (1 diff)
-
server.py (modified) (2 diffs)
-
share/itaka.1 (modified) (1 diff)
-
share/win-setup.py (modified) (1 diff)
-
uigtk.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r264 r268 1 1.0 (Say no more): 1 0.3 (Two years later, I am still here): 2 * Fixed a fatal bug with some recent versions of Python/PyGTK 3 * Fixed some minor window width issues with popular GTK themes 2 4 * Added interface translations #4 5 * Added a favicon to the server 6 * Added RPM packages 3 7 * Switch to GPLv3 4 * Added RPM packages 5 * Added a favicon to the server 8 * Better console help 6 9 * Don't clean out status labels when restarting server 7 10 * Don't check for system compatibility of Libnotify -
trunk/README
r267 r268 1 1 Itaka: Screenshooting de Mercado. 2 Version 1.02 Version 0.3 3 3 4 4 http://itaka.jardinpresente.com.ar … … 84 84 $ msgmerge -U locale/de/LC_MESSAGES/itaka.po locale/itaka.pot 85 85 86 Of course relace 'de ' for the language you are using.86 Of course relace 'de_DE' for the language you are using. 87 87 88 88 Now edit the itaka.po file. When you are done translating the strings, submit -
trunk/config.py
r264 r268 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # … … 23 23 """ Itaka configuration engine """ 24 24 25 __version__ = ' 1.0'25 __version__ = '0.3' 26 26 __revision__ = '$Rev$' 27 27 -
trunk/console.py
r256 r268 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
trunk/debian/changelog
r222 r268 3 3 * Pulled 1.0 from upstream. 4 4 5 -- Marc E. <santusmarc@ gmail.com> Tue, 27 Jun 2007 18:01:13 -07005 -- Marc E. <santusmarc@users.sf.net> Tue, 27 Jun 2007 18:01:13 -0700 6 6 itaka (0.2-1) unstable; urgency=low 7 7 8 8 * Pulled 0.2 from upstream. 9 9 10 -- Marc E. <santusmarc@ gmail.com> Tue, 27 Jun 2007 18:01:13 -070010 -- Marc E. <santusmarc@users.sf.net> Tue, 27 Jun 2007 18:01:13 -0700 11 11 itaka (0.1-1) unstable; urgency=low 12 12 13 13 * Initial release 14 14 15 -- Marc E. <santusmarc@ gmail.com> Tue, 5 Jun 2007 18:01:13 -070015 -- Marc E. <santusmarc@users.sf.net> Tue, 5 Jun 2007 18:01:13 -0700 16 16 -
trunk/debian/control
r235 r268 2 2 Section: web 3 3 Priority: extra 4 Maintainer: Marc E. <santusmarc@ gmail.com>4 Maintainer: Marc E. <santusmarc@users.sf.net> 5 5 Build-Depends: imagemagick, docbook-to-man, python, intltool, gettext, debhelper (>= 5.0.37.2) 6 6 Standards-Version: 3.7.2 -
trunk/debian/copyright
r124 r268 1 This package was debianized by Marc E. <santusmarc@ gmail.com> on1 This package was debianized by Marc E. <santusmarc@users.sf.net> on 2 2 Tue, 5 Jun 2007 18:01:13 -0700. 3 3 4 4 It was downloaded from http://itaka.jardinpresente.com.ar 5 5 6 Upstream Author: Marc E. <santusmarc@ gmail.com>6 Upstream Author: Marc E. <santusmarc@users.sf.net> 7 7 8 Copyright: 2003-200 7by Marc E.8 Copyright: 2003-2009 by Marc E. 9 9 10 10 Released under the GNU GPL. 11 11 Please see /usr/share/common-licenses/GPL for the full license. 12 12 13 The Debian packaging is (C) 2007, Marc E. <santusmarc@gmail.com> and13 The Debian packaging is 2007-2009, Marc E. <santusmarc@users.sf.net> and 14 14 is licensed under the GPL, see `/usr/share/common-licenses/GPL'. 15 15 -
trunk/debian/itaka.sgml
r124 r268 3 3 <!-- Please adjust the date whenever revising the manpage. --> 4 4 <!ENTITY dhdate "<date>5 Jun 2007</date>"> 5 <!ENTITY dhemail "<email>santusmarc@ gmail.com</email>">5 <!ENTITY dhemail "<email>santusmarc@users.sf.net</email>"> 6 6 <!ENTITY dhusername "Marc E."> 7 7 <!ENTITY dhpackage "itaka"> -
trunk/error.py
r264 r268 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
trunk/itaka.py
r264 r268 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
trunk/screenshot.py
r264 r268 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
trunk/server.py
r264 r268 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # … … 475 475 if self.configuration['server']['notify'] and self.itaka_globals.notify_available: 476 476 import pynotify 477 uri = "file://" + (os.path.join(self.itaka_globals.image_dir, "itaka-take.png")) 477 uri = "file://" + (os.path.join(self.itaka_globals.image_dir, "itaka64x64.png")) 478 print_m(uri) 478 479 479 480 n = pynotify.Notification(_('Screenshot taken'), _('%s requested screenshot' % (self.ip)), uri) 480 481 481 482 n.set_timeout(1500) 482 n.attach_to_status_icon(self.gui.status Icon)483 n.attach_to_status_icon(self.gui.status_icon) 483 484 n.show() 484 485 self.gui.update_gui(self.counter, self.ip, self.time) -
trunk/share/itaka.1
r257 r268 29 29 .SH "AUTHOR" 30 30 .PP 31 Itaka was written by: Marc E. <santusmarc@ gmail.com>31 Itaka was written by: Marc E. <santusmarc@users.sf.net> 32 32 .PP 33 This manual page was written by Marc E. santusmarc@ gmail.comfor33 This manual page was written by Marc E. santusmarc@users.sf.net for 34 34 the \fBDebian\fP system (but may be used by others). Permission is 35 35 granted to copy, distribute and/or modify this document under -
trunk/share/win-setup.py
r227 r268 21 21 description = 'On-demand screen capture server', 22 22 author = 'Marc E.', 23 author_email = 'santusmarc@ gmail.com',23 author_email = 'santusmarc@users.sf.net', 24 24 url = 'http://itaka.jardinpresente.com.ar', 25 25 license = 'GPL', -
trunk/uigtk.py
r265 r268 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # … … 312 312 self.window.set_icon(self.icon_pixbuf) 313 313 self.window.set_border_width(6) 314 self.window.set_default_size( 370, 1)314 self.window.set_default_size(400, 1) 315 315 self.window.set_position(gtk.WIN_POS_CENTER) 316 316 self.window_position = self.window.get_position() … … 378 378 self.box.pack_start(self.itaka_logo, False, False, 35) 379 379 380 self.button_start_stop = gtk.ToggleButton(_('Start') , gtk.STOCK_PREFERENCES)380 self.button_start_stop = gtk.ToggleButton(_('Start')) 381 381 self.start_stop_image = gtk.Image() 382 382 … … 956 956 self.about_dialog.set_name('Itaka') 957 957 self.about_dialog.set_version(self.itaka_globals.__version__) 958 self.about_dialog.set_copyright(u'© 2003-200 7Marc E.')958 self.about_dialog.set_copyright(u'© 2003-2009 Marc E.') 959 959 self.about_dialog.set_comments('Screenshooting de mercado.') 960 960 self.about_dialog.set_authors(['Marc E. <santusmarc@users.sourceforge.net>', 'Kurt Erickson <psychogenicshk@users.sourceforge.net>'])
Note: See TracChangeset
for help on using the changeset viewer.

