Changeset 268


Ignore:
Timestamp:
07/20/09 07:04:27 (3 years ago)
Author:
marc
Message:

Fixed fatal PyGTK bug on some versions; Updated years, emails, changelog, README, version numbers for new release; fixed a fatal pynotify bug; fixed window width for some themes

Location:
trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r264 r268  
    1 1.0 (Say no more): 
     10.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 
    24 * Added interface translations #4 
     5 * Added a favicon to the server 
     6 * Added RPM packages 
    37 * Switch to GPLv3 
    4  * Added RPM packages 
    5  * Added a favicon to the server 
     8 * Better console help 
    69 * Don't clean out status labels when restarting server 
    710 * Don't check for system compatibility of Libnotify 
  • trunk/README

    r267 r268  
    11Itaka: Screenshooting de Mercado. 
    2 Version 1.0 
     2Version 0.3 
    33 
    44http://itaka.jardinpresente.com.ar 
     
    8484    $ msgmerge -U locale/de/LC_MESSAGES/itaka.po locale/itaka.pot 
    8585 
    86 Of course relace 'de' for the language you are using. 
     86Of course relace 'de_DE' for the language you are using. 
    8787 
    8888Now edit the itaka.po file. When you are done translating the strings, submit 
  • trunk/config.py

    r264 r268  
    1616# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1717# 
    18 # Copyright 2003-2007 Marc E. 
     18# Copyright 2003-2009 Marc E. 
    1919# http://itaka.jardinpresente.com.ar 
    2020# 
     
    2323""" Itaka configuration engine """ 
    2424 
    25 __version__ = '1.0' 
     25__version__ = '0.3' 
    2626__revision__ = '$Rev$' 
    2727 
  • trunk/console.py

    r256 r268  
    1616# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1717# 
    18 # Copyright 2003-2007 Marc E. 
     18# Copyright 2003-2009 Marc E. 
    1919# http://itaka.jardinpresente.com.ar 
    2020# 
  • trunk/debian/changelog

    r222 r268  
    33  * Pulled 1.0 from upstream. 
    44 
    5  -- Marc E. <santusmarc@gmail.com>  Tue,  27 Jun 2007 18:01:13 -0700 
     5 -- Marc E. <santusmarc@users.sf.net>  Tue,  27 Jun 2007 18:01:13 -0700 
    66itaka (0.2-1) unstable; urgency=low 
    77 
    88  * Pulled 0.2 from upstream. 
    99 
    10  -- Marc E. <santusmarc@gmail.com>  Tue,  27 Jun 2007 18:01:13 -0700 
     10 -- Marc E. <santusmarc@users.sf.net>  Tue,  27 Jun 2007 18:01:13 -0700 
    1111itaka (0.1-1) unstable; urgency=low 
    1212 
    1313  * Initial release 
    1414 
    15  -- Marc E. <santusmarc@gmail.com>  Tue,  5 Jun 2007 18:01:13 -0700 
     15 -- Marc E. <santusmarc@users.sf.net>  Tue,  5 Jun 2007 18:01:13 -0700 
    1616 
  • trunk/debian/control

    r235 r268  
    22Section: web 
    33Priority: extra 
    4 Maintainer: Marc E. <santusmarc@gmail.com> 
     4Maintainer: Marc E. <santusmarc@users.sf.net> 
    55Build-Depends: imagemagick, docbook-to-man, python, intltool, gettext, debhelper (>= 5.0.37.2) 
    66Standards-Version: 3.7.2 
  • trunk/debian/copyright

    r124 r268  
    1 This package was debianized by Marc E. <santusmarc@gmail.com> on 
     1This package was debianized by Marc E. <santusmarc@users.sf.net> on 
    22Tue,  5 Jun 2007 18:01:13 -0700. 
    33 
    44It was downloaded from http://itaka.jardinpresente.com.ar 
    55 
    6 Upstream Author: Marc E. <santusmarc@gmail.com> 
     6Upstream Author: Marc E. <santusmarc@users.sf.net> 
    77 
    8 Copyright: 2003-2007 by Marc E. 
     8Copyright: 2003-2009 by Marc E. 
    99 
    1010Released under the GNU GPL. 
    1111Please see /usr/share/common-licenses/GPL for the full license. 
    1212 
    13 The Debian packaging is (C) 2007, Marc E. <santusmarc@gmail.com> and 
     13The Debian packaging is 2007-2009, Marc E. <santusmarc@users.sf.net> and 
    1414is licensed under the GPL, see `/usr/share/common-licenses/GPL'. 
    1515 
  • trunk/debian/itaka.sgml

    r124 r268  
    33  <!-- Please adjust the date whenever revising the manpage. --> 
    44  <!ENTITY dhdate      "<date>5 Jun 2007</date>"> 
    5   <!ENTITY dhemail     "<email>santusmarc@gmail.com</email>"> 
     5  <!ENTITY dhemail     "<email>santusmarc@users.sf.net</email>"> 
    66  <!ENTITY dhusername  "Marc E."> 
    77  <!ENTITY dhpackage   "itaka"> 
  • trunk/error.py

    r264 r268  
    1616# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1717# 
    18 # Copyright 2003-2007 Marc E. 
     18# Copyright 2003-2009 Marc E. 
    1919# http://itaka.jardinpresente.com.ar 
    2020# 
  • trunk/itaka.py

    r264 r268  
    1616# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1717# 
    18 # Copyright 2003-2007 Marc E. 
     18# Copyright 2003-2009 Marc E. 
    1919# http://itaka.jardinpresente.com.ar 
    2020# 
  • trunk/screenshot.py

    r264 r268  
    1616# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1717# 
    18 # Copyright 2003-2007 Marc E. 
     18# Copyright 2003-2009 Marc E. 
    1919# http://itaka.jardinpresente.com.ar 
    2020# 
  • trunk/server.py

    r264 r268  
    1616# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1717# 
    18 # Copyright 2003-2007 Marc E. 
     18# Copyright 2003-2009 Marc E. 
    1919# http://itaka.jardinpresente.com.ar 
    2020# 
     
    475475        if self.configuration['server']['notify'] and self.itaka_globals.notify_available: 
    476476            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) 
    478479 
    479480            n = pynotify.Notification(_('Screenshot taken'), _('%s requested screenshot' % (self.ip)), uri) 
    480481 
    481482            n.set_timeout(1500) 
    482             n.attach_to_status_icon(self.gui.statusIcon) 
     483            n.attach_to_status_icon(self.gui.status_icon) 
    483484            n.show() 
    484485        self.gui.update_gui(self.counter, self.ip, self.time) 
  • trunk/share/itaka.1

    r257 r268  
    2929.SH "AUTHOR"  
    3030.PP  
    31 Itaka was written by: Marc E. <santusmarc@gmail.com> 
     31Itaka was written by: Marc E. <santusmarc@users.sf.net> 
    3232.PP  
    33 This manual page was written by Marc E. santusmarc@gmail.com for  
     33This manual page was written by Marc E. santusmarc@users.sf.net for  
    3434the \fBDebian\fP system (but may be used by others).  Permission is  
    3535granted to copy, distribute and/or modify this document under  
  • trunk/share/win-setup.py

    r227 r268  
    2121    description = 'On-demand screen capture server', 
    2222    author = 'Marc E.', 
    23     author_email = 'santusmarc@gmail.com', 
     23    author_email = 'santusmarc@users.sf.net', 
    2424    url = 'http://itaka.jardinpresente.com.ar', 
    2525    license = 'GPL', 
  • trunk/uigtk.py

    r265 r268  
    1616# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1717# 
    18 # Copyright 2003-2007 Marc E. 
     18# Copyright 2003-2009 Marc E. 
    1919# http://itaka.jardinpresente.com.ar 
    2020# 
     
    312312        self.window.set_icon(self.icon_pixbuf) 
    313313        self.window.set_border_width(6) 
    314         self.window.set_default_size(370, 1) 
     314        self.window.set_default_size(400, 1) 
    315315        self.window.set_position(gtk.WIN_POS_CENTER) 
    316316        self.window_position = self.window.get_position() 
     
    378378        self.box.pack_start(self.itaka_logo, False, False, 35) 
    379379 
    380         self.button_start_stop = gtk.ToggleButton(_('Start'), gtk.STOCK_PREFERENCES) 
     380        self.button_start_stop = gtk.ToggleButton(_('Start')) 
    381381        self.start_stop_image = gtk.Image() 
    382382 
     
    956956        self.about_dialog.set_name('Itaka') 
    957957        self.about_dialog.set_version(self.itaka_globals.__version__) 
    958         self.about_dialog.set_copyright(u'© 2003-2007 Marc E.') 
     958        self.about_dialog.set_copyright(u'© 2003-2009 Marc E.') 
    959959        self.about_dialog.set_comments('Screenshooting de mercado.') 
    960960        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.