summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Prevent loading standard qt plugins at runtime (which we dont' care ↵Clinton Stimpson2008-03-141-0/+7
| | | | | | about). This can cause problems if a Mac bundle doesn't contain the plugins.
* 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-124-3/+25
|
* ENH: add KDE desktop stuffBill Hoffman2008-03-113-0/+30
|
* 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
| | | | | and cleared when changing the source directory. #6358.
* 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 ↵Bill Hoffman2008-02-182-1/+335
| | | | cmake-gui
* 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
| | | | BUG: Block possible completion loop.
* ENH: Add shortcut to start search/filter.Clinton Stimpson2008-02-145-36/+37
| | | | | | | | A bit of cleanup. Disable tab navigation in cache variable list. Enable home/end keys. BUG: Ensure currently edited values are saved before doing configure.
* 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
| | | | | It results in editor issues when modifying the view. Remove workarounds for some of those issues.
* 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
| | | | | BUG: Fix new editors stealing focus while typing search text. ENH: Look for translation in data dir, not bin dir.
* 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
| | | | exectuables. Fixes #6286.
* 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
| | | | | | | Consolidate some strings. More responsive interrupting. Prompt user if they try to close during configure, and allow them to close.
* 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. ↵Brad King2007-12-131-1/+3
| | | | This eliminates startup paths that failed to produce this information.
* 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
| | | | the standard Mac OS X application menu.
* 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
| | | | | | | | Clinton: do I actually have to create separate models for each completer, and a separate completer for each widget, or could the models/completers be used for multiple widgets ? Alex
* 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
| | | | the search entirely. Search on the first column only when using Qt 4.2.
* ENH: support specifying build or source directory at command line.Clinton Stimpson2007-11-132-7/+23
|