Changeset 278bc7818f in tspsg for src/defaults.h


Ignore:
Timestamp:
Feb 27, 2010, 2:13:50 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
162d5c5f94
Parents:
b2bf8e3b6b
Message:

+ Added Symmetric mode: in this mode the cost of travel from city 1 to city 2 and vice versa is the same.
+ Added the ability to reset all settings to their defaults: hold Shift while clicking Save button in Settings Dialog.

  • Better SIP show/hide handling under wince: no need to resize the Main Window, when it isn't active.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defaults.h

    rb2bf8e3b6b r278bc7818f  
    4545#endif // Q_OS_WINCE
    4646//! Default for "Save main window state and position"
    47 #define DEF_SAVEPOS false
     47#define DEF_SAVEPOS true
    4848//! Default for "Use translucency effects in Vista/7"
    4949#define DEF_USE_TRANSLUCENCY true
     
    5858//! Default for "Fractional random values"
    5959#define DEF_FRACTIONAL_RANDOM false
     60//! Default for "Symmetric tasks mode"
     61#define DEF_SYMMETRIC_MODE false
    6062
    6163//////// OUTPUT
     
    6769#define DEF_SHOW_MATRIX_LIMIT 15
    6870//! Default for "Scroll to the end of output after solving"
    69 #define DEF_SCROLL_TO_END true
     71#define DEF_SCROLL_TO_END false
    7072/*!
    7173 * \def DEF_FONT_FAMILY
Note: See TracChangeset for help on using the changeset viewer.