Show
Ignore:
Timestamp:
08/06/08 19:52:38 (5 months ago)
Author:
mariodebian
Message:

tcosmonitor (0.2.16~rc3)

  • New class: TcosListView?.py:
    • Move some code from TcosActions?.py (code to work with list view mode)
  • New class: TcosMenus?.py:
    • Move some code from TcosActions?.py to generate menus and capture events
  • Delete deprecated and comented gtk.gdk.threads_*() calls
  • Update template and spanish translation
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tcosmonitor/Makefile

    r930 r944  
    9999        install -m 644 WakeOnLan.py        $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 
    100100        install -m 644 TcosIconView.py     $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 
     101        install -m 644 TcosClassView.py    $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 
     102        install -m 644 TcosListView.py     $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 
    101103 
    102104        install -m 755 tcosmonitor.py           $(DESTDIR)/$(PREFIX)/bin/tcosmonitor 
     
    180182        sed -i 's/__VERSION__/$(VERSION)/g' TcosStaticHosts.py 
    181183        sed -i 's/__VERSION__/$(VERSION)/g' TcosIconView.py 
     184        sed -i 's/__VERSION__/$(VERSION)/g' TcosListView.py 
     185        sed -i 's/__VERSION__/$(VERSION)/g' TcosClassView.py 
    182186        sed -i 's/__VERSION__/$(VERSION)/g' tcos-devices-ng.py 
    183187        sed -i 's/__VERSION__/$(VERSION)/g' tcos-volume-manager.py