summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
Commit message (Expand)AuthorAgeFilesLines
...
* 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: better uiBill Hoffman2008-02-191-26/+39
* ENH: install working with symlink qt toolBill Hoffman2008-02-194-7/+25
* ENH: add mac install symlink option to dialogBill Hoffman2008-02-195-1/+195
* ENH: make sure fixup has right pathsBill Hoffman2008-02-181-26/+35
* STYLE: use lowercaseBill Hoffman2008-02-181-197/+197
* ENH: have cpack work with DESTDIR install and ingest qt framework libs into c...Bill Hoffman2008-02-182-1/+335
* ENH: support for cpack and install of cmake-gui as mac app bundleBill Hoffman2008-02-163-3/+23
* ENH: remove unused code.Clinton Stimpson2008-02-151-5/+1
* ENH: use package name on mac for edit cacheBill Hoffman2008-02-151-0/+4
* ENH: Convert native paths from QFileDialog and QDirModel/QCompleter.Clinton Stimpson2008-02-153-27/+35
* ENH: Add shortcut to start search/filter.Clinton Stimpson2008-02-145-36/+37
* ENH: make sure html < > & stuff is escaped for the output windowBill Hoffman2008-02-142-2/+19
* ENH: add a check before delete cacheBill Hoffman2008-02-141-2/+11
* ENH: do not show unititialized entriesBill Hoffman2008-02-141-1/+2
* ENH: Remove CurrentChanged from the table view's edit triggers.Clinton Stimpson2008-02-132-3/+4
* ENH: do not expand regular vars hereBill Hoffman2008-02-121-1/+1
* ENH: fix make edit_cache for cmake-guiBill Hoffman2008-02-122-12/+33
* ENH: make it so cmake-gui only installs if qt is static on windowsBill Hoffman2008-02-092-9/+15
* BUG: Make sure editor closes when deleting cache entries.Clinton Stimpson2008-02-081-0/+1
* ENH: Need to pick up the PreLoad.cmake files.Clinton Stimpson2008-02-081-0/+1
* COMP: Fix build with Qt 4.2.Clinton Stimpson2008-02-082-2/+11
* ENH: Show cache variable name in title of file dialogs.Clinton Stimpson2008-02-072-15/+38
* 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