summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* fix compile warningsClinton Stimpson2009-09-231-13/+13
* fix issue 9346. add binary directory to window title to make it easier to de...Clinton Stimpson2009-09-221-0/+9
* fix focus fighting between search field and cache value editorsClinton Stimpson2009-09-041-1/+8
* ENH: Edit button label for new changes dialog.Clinton Stimpson2009-07-171-2/+2
* ENH: Add a "Show my changes" to the Tools menu.Clinton Stimpson2009-07-171-0/+69
* ENH: Save/restore splitter sizes. Fixes #9070.Clinton Stimpson2009-06-241-0/+4
* ENH: Add version info to about dialog, including Qt version.Clinton Stimpson2009-03-301-1/+7
* ENH:Clinton Stimpson2008-12-161-40/+37
* ENH: Replace Advanced checkbox and group option in menu with a combo box toClinton Stimpson2008-07-051-14/+28
* ENH: Make original flat view the default.Clinton Stimpson2008-06-131-3/+24
* ENH: Add items under the Options menu for collapsing and expanding the variableClinton Stimpson2008-06-111-0/+7
* ENH: Use a tree view of the properties instead of a flat list view.Clinton Stimpson2008-06-101-15/+15
* ENH: Add cross compiling support in the GUI in the same dialog that prompts forClinton Stimpson2008-05-151-61/+89
* BUG: Fix issue when non-error messages were incorrectly colored red.Clinton Stimpson2008-04-141-20/+6
* BUG: Fix #6733. Always convert "\" to "/" in source & binary directory fiel...Clinton Stimpson2008-04-071-3/+16
* ENH: Fix exit shortcut to be more standard, and add shortcut for advanced ch...Clinton Stimpson2008-04-031-1/+1
* ENH: Add more shortcuts. Fixes 6357.Clinton Stimpson2008-04-031-7/+7
* ENH: add ability to create symlinks for command line on mac from guiBill Hoffman2008-04-031-2/+15
* ENH: Add debug output option to a new Options menu.Clinton Stimpson2008-04-021-3/+14
* ENH: Allow cancelling the dialog that prompts for the generator.Clinton Stimpson2008-04-021-9/+19
* ENH: Better default size for help dialog.Clinton Stimpson2008-03-281-1/+4
* ENH: make menu item match -Wno-dev command lineBill Hoffman2008-03-131-1/+1
* ENH: Preserve white spaces when printing messages.Clinton Stimpson2008-03-131-0/+1
* ENH: remove iostream, not usedBill Hoffman2008-03-121-1/+0
* ENH: add ability to suppress dev warnings to gui codeBill Hoffman2008-03-121-1/+13
* ENH: Use fixed pitch font in output window.Clinton Stimpson2008-03-071-0/+3
* ENH: Adjust when log is cleared. Its kept doing generate,Clinton Stimpson2008-02-251-2/+1
* ENH: Convert native paths from QFileDialog and QDirModel/QCompleter.Clinton Stimpson2008-02-151-15/+7
* ENH: Add shortcut to start search/filter.Clinton Stimpson2008-02-141-0/+14
* ENH: make sure html < > & stuff is escaped for the output windowBill Hoffman2008-02-141-2/+18
* ENH: add a check before delete cacheBill Hoffman2008-02-141-2/+11
* ENH: Remove CurrentChanged from the table view's edit triggers.Clinton Stimpson2008-02-131-1/+0
* BUG: Make sure editor closes when deleting cache entries.Clinton Stimpson2008-02-081-0/+1
* ENH: Show version number in window title.Clinton Stimpson2008-02-011-1/+1
* ENH: Use translation file if it exists for the locale.Clinton Stimpson2008-02-011-25/+36
* ENH: Correctly format multi-line error messages.Clinton Stimpson2008-01-291-1/+5
* BUG: Fix logic to accept drop events.Clinton Stimpson2007-12-121-4/+4
* BUG: Prevent mapping of Configure to Preferences when Qt merges menu items withClinton Stimpson2007-12-061-0/+2
* ENH: add completer for the source and binary dir lineeditsAlexander Neundorf2007-11-131-0/+14
* ENH: support specifying build or source directory at command line.Clinton Stimpson2007-11-131-5/+4
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-131-1/+39
* ENH: Fix layout with Qt 4.2.Clinton Stimpson2007-11-121-2/+2
* BUG: Fix prompt for changes if they haven't been saved.Clinton Stimpson2007-11-121-9/+3
* BUG: Fix pause at shutdown.Clinton Stimpson2007-11-121-60/+100
* ENH: Re-arrange UI a bit.Clinton Stimpson2007-11-101-5/+35
* BUG: Don't prompt for unsaved changes if no changes were made.Clinton Stimpson2007-11-091-32/+21
* BUG: Don't enable generate if configure completed with errors.Clinton Stimpson2007-11-081-1/+1
* ENH: add context menu for deleting, ignoring, and getting help for cache ent...Clinton Stimpson2007-11-081-1/+5
* ENH: remove status bar and move interrupt/progress next to configure/generate.Clinton Stimpson2007-11-071-13/+4