Changeset 12407


Ignore:
Timestamp:
08/30/10 09:38:31 (18 months ago)
Author:
adamk
Message:
  • The startup splash is now disabled by default. Padre starts up very quickly these days, and delaying image loading should reduce the per-thread memory cost more (ADAMK)
Location:
trunk/Padre
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/Changes

    r12401 r12407  
    1919    - Fixed small translation problem in ActionLibrary (ZENOG) 
    2020    - Initial working version of the keyboard shortcut editor (ZENOG) 
     21    - The startup splash is now disabled by default. Padre starts up very 
     22      quickly these days, and delaying image loading should reduce the 
     23      per-thread memory cost more (ADAMK) 
    2124 
    22250.69 2010.08.17 
  • trunk/Padre/lib/Padre/Config.pm

    r12388 r12407  
    381381    type    => Padre::Constant::BOOLEAN, 
    382382    store   => Padre::Constant::HUMAN, 
    383     default => 1, 
     383    default => 0, 
    384384    startup => 1, 
    385385); 
  • trunk/Padre/lib/Padre/Startup.pm

    r12251 r12407  
    5959        main_singleinstance      => Padre::Constant::DEFAULT_SINGLEINSTANCE, 
    6060        main_singleinstance_port => Padre::Constant::DEFAULT_SINGLEINSTANCE_PORT, 
    61         startup_splash           => 1, 
     61        startup_splash           => 0, 
    6262        threads                  => 1, 
    6363    ); 
Note: See TracChangeset for help on using the changeset viewer.