Show
Ignore:
Timestamp:
07/09/09 11:25:39 (4 years ago)
Author:
rcarvalho
Message:

Merged revisions 4366-4380 via svnmerge from
http://svn.umitproject.org/svnroot/umit/trunk

................

r4366 | gpolo | 2009-03-14 18:11:21 -0300 (Sáb, 14 Mar 2009) | 1 line


Fixed ticket #241: Temporarily rename bin/umit to bin/umit.py if py2app is supposed to be executed so it works properly.

................

r4367 | gpolo | 2009-03-14 18:14:20 -0300 (Sáb, 14 Mar 2009) | 1 line


Use the current UMIT_MAIN when patching it (this is somewhat a continuation of ticket #241).

................

r4368 | gpolo | 2009-03-15 13:14:31 -0300 (Dom, 15 Mar 2009) | 1 line


Rename bin/umit to bin/umit_main.py instead to not cause problems with the umit package.

................

r4369 | gpolo | 2009-03-15 13:25:24 -0300 (Dom, 15 Mar 2009) | 1 line


Added some includes.

................

r4370 | gpolo | 2009-03-15 13:28:28 -0300 (Dom, 15 Mar 2009) | 1 line


We don't need to store the old stdout and stderr, sys already does it for us.

................

r4371 | gpolo | 2009-03-15 13:34:53 -0300 (Dom, 15 Mar 2009) | 1 line


Just "import gtk" matters here.

................

r4372 | gpolo | 2009-03-15 13:38:27 -0300 (Dom, 15 Mar 2009) | 1 line


Cleaning tempfile imports.

................

r4373 | gpolo | 2009-03-15 13:40:30 -0300 (Dom, 15 Mar 2009) | 1 line


ImportError? handling moved to top.

................

r4374 | gpolo | 2009-03-15 13:49:07 -0300 (Dom, 15 Mar 2009) | 1 line


Use the nmap_command_path to run nmap if possible.

................

r4375 | gpolo | 2009-03-15 13:50:14 -0300 (Dom, 15 Mar 2009) | 1 line


Forgot to revert UMIT_DEVELOPMENT.

................

r4376 | gpolo | 2009-03-15 14:06:31 -0300 (Dom, 15 Mar 2009) | 1 line


Added utility function to correctly get the desired value of UMIT_DEVELOPMENT env var.

................

r4377 | gpolo | 2009-03-15 14:10:22 -0300 (Dom, 15 Mar 2009) | 1 line


Use the new umit.core.Utils.development_mode function.

................

r4378 | gpolo | 2009-03-15 14:20:08 -0300 (Dom, 15 Mar 2009) | 1 line


Use the new development_mode function.

................

r4379 | nopper | 2009-03-18 11:23:08 -0300 (Qua, 18 Mar 2009) | 1 line


Committing patch for ticket #243

................

r4380 | nopper | 2009-03-18 15:26:44 -0300 (Qua, 18 Mar 2009) | 9 lines


Merged revisions 4262 via svnmerge from
http://svn.umitproject.org/svnroot/umit/branch/UmitPlugins


........

r4262 | nopper | 2009-03-04 15:28:04 +0100 (Wed, 04 Mar 2009) | 1 line


print replaced with log.debug() function of UmitLogging?

........

................

Location:
branch/umitweb-ng
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branch/umitweb-ng

    • Property svnmerge-integrated changed from /trunk:1-3190,3263-3267,3269,3271-3278,3285,3307-3308,3366,3379,3383,3567,3628,3678-3679,3705,3720-3729,3735-3738,3742-3748,3765-3766,3771,3788-3789,3792,3794,3797-3804,3849,3858,3876-3877,3879-3880,3927-3930,3932,3936,3939-3940,3946-3948,3953-3954,3965-3966,3968,3972,3993,3995,4000,4006-4007,4010,4012-4013,4015,4017-4019,4021-4025,4027,4029-4031,4033,4035-4038,4040-4042,4044-4045,4049,4054-4064,4073,4087-4092,4095-4099,4101-4103,4106-4110,4113,4118-4123,4128-4137,4140-4144,4146,4152-4156,4158-4168,4174-4175,4184,4188-4189,4192,4198-4199,4202-4206,4208-4214,4218,4229-4231,4233,4237,4239-4248,4253,4255,4269-4277,4279-4287,4290-4299,4302,4326,4328-4329,4331,4336-4341,4343-4355,4357,4363 to /trunk:1-3190,3263-3267,3269,3271-3278,3285,3307-3308,3366,3379,3383,3567,3628,3678-3679,3705,3720-3729,3735-3738,3742-3748,3765-3766,3771,3788-3789,3792,3794,3797-3804,3849,3858,3876-3877,3879-3880,3927-3930,3932,3936,3939-3940,3946-3948,3953-3954,3965-3966,3968,3972,3993,3995,4000,4006-4007,4010,4012-4013,4015,4017-4019,4021-4025,4027,4029-4031,4033,4035-4038,4040-4042,4044-4045,4049,4054-4064,4073,4087-4092,4095-4099,4101-4103,4106-4110,4113,4118-4123,4128-4137,4140-4144,4146,4152-4156,4158-4168,4174-4175,4184,4188-4189,4192,4198-4199,4202-4206,4208-4214,4218,4229-4231,4233,4237,4239-4248,4253,4255,4269-4277,4279-4287,4290-4299,4302,4326,4328-4329,4331,4336-4341,4343-4355,4357,4363,4366-4380
  • branch/umitweb-ng/install_scripts/macosx/py2app_setup.py

    r5014 r5025  
    2424from setuptools import setup 
    2525 
    26 from install_scripts.common import BIN_DIRNAME 
     26from install_scripts import common 
     27 
     28# py2app requires the values in the app's list to have known extensions, but 
     29# bin/umit doesn't. Here bin/umit is renamed to bin/umit_main.py and the old 
     30# name is stored in common.OLD_UMIT_MAIN so it can be renamed again later. 
     31import shutil 
     32shutil.move(common.UMIT_MAIN, common.UMIT_MAIN + '_main.py') 
     33common.OLD_UMIT_MAIN = common.UMIT_MAIN 
     34common.UMIT_MAIN = os.path.join(common.BIN_DIRNAME, 'umit_main.py') 
     35 
     36def revert_rename(): 
     37    if not hasattr(common, 'OLD_UMIT_MAIN'): 
     38        # The rename hasn't happened. 
     39        return 
     40    shutil.move(common.UMIT_MAIN, common.OLD_UMIT_MAIN) 
    2741 
    2842py2app_options = dict( 
    29         app = [os.path.join(BIN_DIRNAME, 'umit')], 
    30         options = {'py2app': {'argv_emulation': True, 'compressed': True}}, 
     43        app = [common.UMIT_MAIN], 
     44        options = {'py2app': { 
     45            'argv_emulation': True, 
     46            'compressed': True, 
     47            'includes': ['gtk', 'pango', 'atk', 'gobject', 'pangocairo']} 
     48            }, 
    3149        setup_requires = ["py2app"] 
    3250        )