summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
Commit message (Expand)AuthorAgeFilesLines
* ENH: for windows only allow a static qt for install and NSIS of cmake-guiBill Hoffman2008-02-071-3/+11
* ENH: Update some strings to match program name.Clinton Stimpson2008-02-061-5/+5
* BUG: On Mac OS X, give the CMake library the correct path to the cmakeClinton Stimpson2008-02-061-1/+6
* ENH: change name of qt-dialogBill Hoffman2008-02-061-3/+3
* ENH: Show version number in window title.Clinton Stimpson2008-02-012-2/+5
* ENH: Use translation file if it exists for the locale.Clinton Stimpson2008-02-014-29/+46
* ENH: Correctly format multi-line error messages.Clinton Stimpson2008-01-291-1/+5
* ENH: remove patch as directory change was already fixedBill Hoffman2008-01-151-1/+3
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-1/+3
* 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 handling of --help and related arguments.Clinton Stimpson2007-11-271-0/+68
* ENH: Add install command for executable.Clinton Stimpson2007-11-191-0/+2
* ENH: Remove debug printfClinton Stimpson2007-11-171-1/+0
* ENH: more robust search filter.Clinton Stimpson2007-11-161-4/+20
* COMP: Fix warning.Clinton Stimpson2007-11-151-7/+7
* ENH: add completer for the source and binary dir lineeditsAlexander Neundorf2007-11-131-0/+14
* ENH: single click can start editing cache values.Clinton Stimpson2007-11-131-0/+2
* BUG: The search is set to apply to all columns, but in Qt 4.2, that breaksClinton Stimpson2007-11-131-0/+2
* ENH: support specifying build or source directory at command line.Clinton Stimpson2007-11-132-7/+23
* ENH: Allow clicking anywhere in field to toggle check boxes.Clinton Stimpson2007-11-132-2/+50
* STYLE: add license.Clinton Stimpson2007-11-132-0/+32
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-1312-34/+391
* ENH: Fix layout with Qt 4.2.Clinton Stimpson2007-11-122-6/+39
* 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-123-132/+177
* ENH: Allow build with Qt 4.2.Clinton Stimpson2007-11-122-11/+2
* ENH: Re-arrange UI a bit.Clinton Stimpson2007-11-107-246/+227
* BUG: Don't prompt for unsaved changes if no changes were made.Clinton Stimpson2007-11-096-52/+37
* ENH: Add completion to editor for files and file paths.Clinton Stimpson2007-11-091-0/+11
* BUG: Don't enable generate if configure completed with errors.Clinton Stimpson2007-11-082-3/+3
* ENH: Put black outline around all resolutions of the new ico files. Looks bet...David Cole2007-11-081-0/+0
* COMP: Fix warnings.Clinton Stimpson2007-11-081-8/+8
* ENH: add context menu for deleting, ignoring, and getting help for cache ent...Clinton Stimpson2007-11-085-37/+197
* ENH: remove status bar and move interrupt/progress next to configure/generate.Clinton Stimpson2007-11-073-15/+24
* BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}DirectoryClinton Stimpson2007-11-075-8/+66
* ENH: For Mac OSX -- add app icon, and implement find of cmake executable.Clinton Stimpson2007-11-073-4/+10
* BUG: disable drag & drop while busy.Clinton Stimpson2007-11-071-0/+10
* BUG: only handle drop events if they'll really change something.Clinton Stimpson2007-11-071-3/+9
* BUG: Put back read/write of original WhereBuild* settings.Clinton Stimpson2007-11-072-23/+69
* ENH: Disable menu/buttons when doing configure.Clinton Stimpson2007-11-077-60/+196
* ENH: Add menus in menu bar.Clinton Stimpson2007-11-065-26/+105
* ENH: clarify label for current generator.Clinton Stimpson2007-11-062-4/+1
* ENH: search is case insensitiveClinton Stimpson2007-11-064-20/+24
* ENH: Replace prompt for generator with combobox in UI.Clinton Stimpson2007-11-065-134/+253
* ENH: Prompt user for generator when there is none.Clinton Stimpson2007-11-057-141/+301
* ENH: Allow working with empty build directories.Clinton Stimpson2007-11-037-24/+78
* COMP: Fix some compile warnings.Clinton Stimpson2007-11-031-7/+7
* ENH: remove qt warnings from qt with MS compilerBill Hoffman2007-11-034-3/+7
* ENH: fix compile error on windowsBill Hoffman2007-11-031-1/+1