Show
Ignore:
Timestamp:
12/15/08 18:12:22 (4 years ago)
Author:
gpolo
Message:

Merged revisions 3792,3794,3797-3804 via svnmerge from
http://svn.umitproject.org/svnroot/umit/trunk

........

r3792 | nopper | 2008-11-18 06:48:17 -0200 (Tue, 18 Nov 2008) | 1 line


Merging UmitPlugins into trunk

........

r3794 | nopper | 2008-11-18 19:32:15 -0200 (Tue, 18 Nov 2008) | 1 line


Fixing plugins building

........

r3797 | getxsick | 2008-11-29 15:55:16 -0200 (Sat, 29 Nov 2008) | 1 line


ticket #174: patched proposed by nopper, rewritten and modified by getxsick

........

r3798 | luis | 2008-11-29 16:08:19 -0200 (Sat, 29 Nov 2008) | 6 lines


Integration of RadialNet:

  • higwidgets
  • Added Mapper to Notebook
  • Change version number Credit for commit: me and Daniel Cassiano AUTHOR of RadialNet: Joao Medeiros

........

r3799 | luis | 2008-11-29 16:08:46 -0200 (Sat, 29 Nov 2008) | 1 line


Forget add Mapper Page

........

r3800 | luis | 2008-11-30 11:00:58 -0200 (Sun, 30 Nov 2008) | 1 line


Fixed RadialNet rotate

........

r3801 | nopper | 2008-11-30 12:32:25 -0200 (Sun, 30 Nov 2008) | 1 line


Stupid fix

........

r3802 | getxsick | 2008-11-30 13:17:26 -0200 (Sun, 30 Nov 2008) | 1 line


fixed #179: casting to int with correct condition and rewritten the related code block.

........

r3803 | luis | 2008-11-30 13:31:56 -0200 (Sun, 30 Nov 2008) | 1 line


Fixed box packing issue for each Node

........

r3804 | luis | 2008-11-30 14:17:30 -0200 (Sun, 30 Nov 2008) | 1 line


Fix: update list of profiles inside ProfileManager?

........

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,2560-2571,2617-2796,2805-2998,3010-3285,3307-3679,3705-3789 to /trunk:1-560,1370-1397,1399-1418,1420-1464,1471-2012,2560-2571,2617-2796,2805-2998,3010-3285,3307-3679,3705-3789,3792-3804
  • branch/NetworkInventory/umitCore/BasePaths.py

    r3827 r3835  
    4444ICONS_DIR = os.path.join(main_dir, "share", "icons", "umit") 
    4545PIXMAPS_DIR = os.path.join(main_dir, "share", "pixmaps", "umit") 
     46PLUGINS_DIR = os.path.join(main_dir, "share", "umit", "plugins") 
    4647DOCS_DIR = os.path.join(main_dir, "share", "doc", "umit") 
    4748 
     
    5960                  scripts_dir = os.path.join('share', 'scripts'), 
    6061                  pixmaps_dir = PIXMAPS_DIR, 
     62                  plugins_dir = PLUGINS_DIR, 
    6163                  i18n_dir = LOCALE_DIR, 
    6264                  i18n_message_file = 'umit.mo',