Show
Ignore:
Timestamp:
12/15/08 13:01:32 (4 years ago)
Author:
gpolo
Message:

Merged revisions 2560,2562,2564-2566,2570-2571 via svnmerge from
http://svn.umitproject.org/svnroot/umit/trunk

........

r2560 | boltrix | 2007-09-22 10:46:19 -0300 (Sat, 22 Sep 2007) | 1 line


Removed the PIL dependency from package generation system, as asked by Fyodor. Now, I'm using GTK to put the version and revision number inside the Splash screen. Also, fixed a bug reported by David, in which Umit crashes after removal of target_list.txt and other files that are sent empty. I also removed them from repository, and now umit creates them if needed

........

r2562 | boltrix | 2007-09-22 11:36:48 -0300 (Sat, 22 Sep 2007) | 1 line


Fixed a bug on About dialog

........

r2564 | boltrix | 2007-09-22 11:40:46 -0300 (Sat, 22 Sep 2007) | 1 line


Removed a debug from About

........

r2565 | boltrix | 2007-09-22 11:49:05 -0300 (Sat, 22 Sep 2007) | 1 line


Improved bug report title, to ease the task of finding duplicated bug reports

........

r2566 | boltrix | 2007-09-22 12:06:34 -0300 (Sat, 22 Sep 2007) | 1 line


Fixed a bug caused by trying to execute a command generated through the wizard with no scan tab openned.

........

r2570 | boltrix | 2007-09-22 14:25:53 -0300 (Sat, 22 Sep 2007) | 1 line


Moved option_parser to the beginning, to avoid loosing the help if not in development mode

........

r2571 | boltrix | 2007-09-22 14:49:24 -0300 (Sat, 22 Sep 2007) | 1 line


Updated some names on Credits window. Four of them are still missing and I'll update them as soon as I get their names and emails. Also, pushed the version and revision 5 pixels up on splash screen.

........

Location:
branch/NetworkInventory
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branch/NetworkInventory

    • Property svnmerge-integrated changed from /trunk:1-560,1370-1397,1399-1418,1420-1464,1471-2012 to /trunk:1-560,1370-1397,1399-1418,1420-1464,1471-2012,2560-2571
  • branch/NetworkInventory/umitCore/BasePaths.py

    r1349 r3823  
    4242                  wizard = 'wizard.xml', 
    4343                  options = 'options.xml', 
    44                   umit_op = 'umit.op', 
    4544                  umit_opf = 'umit.opf', 
    46                   umit_opi = 'umit.opi', 
    4745                  umit_opt = 'umit.opt', 
    4846                  pixmaps_dir = os.path.join('share', 'pixmaps'),