Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Prevent loading standard qt plugins at runtime (which we dont' care ↵ | Clinton Stimpson | 2008-03-14 | 1 | -0/+7 |
| | | | | | | about). This can cause problems if a Mac bundle doesn't contain the plugins. | ||||
* | ENH: make menu item match -Wno-dev command line | Bill Hoffman | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | ENH: Preserve white spaces when printing messages. | Clinton Stimpson | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | ENH: remove iostream, not used | Bill Hoffman | 2008-03-12 | 1 | -1/+0 |
| | |||||
* | ENH: add ability to suppress dev warnings to gui code | Bill Hoffman | 2008-03-12 | 4 | -3/+25 |
| | |||||
* | ENH: add KDE desktop stuff | Bill Hoffman | 2008-03-11 | 3 | -0/+30 |
| | |||||
* | ENH: Use fixed pitch font in output window. | Clinton Stimpson | 2008-03-07 | 1 | -0/+3 |
| | |||||
* | ENH: Adjust when log is cleared. Its kept doing generate, | Clinton Stimpson | 2008-02-25 | 1 | -2/+1 |
| | | | | | and cleared when changing the source directory. #6358. | ||||
* | ENH: better ui | Bill Hoffman | 2008-02-19 | 1 | -26/+39 |
| | |||||
* | ENH: install working with symlink qt tool | Bill Hoffman | 2008-02-19 | 4 | -7/+25 |
| | |||||
* | ENH: add mac install symlink option to dialog | Bill Hoffman | 2008-02-19 | 5 | -1/+195 |
| | |||||
* | ENH: make sure fixup has right paths | Bill Hoffman | 2008-02-18 | 1 | -26/+35 |
| | |||||
* | STYLE: use lowercase | Bill Hoffman | 2008-02-18 | 1 | -197/+197 |
| | |||||
* | ENH: have cpack work with DESTDIR install and ingest qt framework libs into ↵ | Bill Hoffman | 2008-02-18 | 2 | -1/+335 |
| | | | | cmake-gui | ||||
* | ENH: support for cpack and install of cmake-gui as mac app bundle | Bill Hoffman | 2008-02-16 | 3 | -3/+23 |
| | |||||
* | ENH: remove unused code. | Clinton Stimpson | 2008-02-15 | 1 | -5/+1 |
| | |||||
* | ENH: use package name on mac for edit cache | Bill Hoffman | 2008-02-15 | 1 | -0/+4 |
| | |||||
* | ENH: Convert native paths from QFileDialog and QDirModel/QCompleter. | Clinton Stimpson | 2008-02-15 | 3 | -27/+35 |
| | | | | BUG: Block possible completion loop. | ||||
* | ENH: Add shortcut to start search/filter. | Clinton Stimpson | 2008-02-14 | 5 | -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 window | Bill Hoffman | 2008-02-14 | 2 | -2/+19 |
| | |||||
* | ENH: add a check before delete cache | Bill Hoffman | 2008-02-14 | 1 | -2/+11 |
| | |||||
* | ENH: do not show unititialized entries | Bill Hoffman | 2008-02-14 | 1 | -1/+2 |
| | |||||
* | ENH: Remove CurrentChanged from the table view's edit triggers. | Clinton Stimpson | 2008-02-13 | 2 | -3/+4 |
| | | | | | It results in editor issues when modifying the view. Remove workarounds for some of those issues. | ||||
* | ENH: do not expand regular vars here | Bill Hoffman | 2008-02-12 | 1 | -1/+1 |
| | |||||
* | ENH: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 2 | -12/+33 |
| | |||||
* | ENH: make it so cmake-gui only installs if qt is static on windows | Bill Hoffman | 2008-02-09 | 2 | -9/+15 |
| | |||||
* | BUG: Make sure editor closes when deleting cache entries. | Clinton Stimpson | 2008-02-08 | 1 | -0/+1 |
| | |||||
* | ENH: Need to pick up the PreLoad.cmake files. | Clinton Stimpson | 2008-02-08 | 1 | -0/+1 |
| | |||||
* | COMP: Fix build with Qt 4.2. | Clinton Stimpson | 2008-02-08 | 2 | -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 Stimpson | 2008-02-07 | 2 | -15/+38 |
| | |||||
* | ENH: for windows only allow a static qt for install and NSIS of cmake-gui | Bill Hoffman | 2008-02-07 | 1 | -3/+11 |
| | |||||
* | ENH: Update some strings to match program name. | Clinton Stimpson | 2008-02-06 | 1 | -5/+5 |
| | |||||
* | BUG: On Mac OS X, give the CMake library the correct path to the cmake | Clinton Stimpson | 2008-02-06 | 1 | -1/+6 |
| | | | | exectuables. Fixes #6286. | ||||
* | ENH: change name of qt-dialog | Bill Hoffman | 2008-02-06 | 1 | -3/+3 |
| | |||||
* | ENH: Show version number in window title. | Clinton Stimpson | 2008-02-01 | 2 | -2/+5 |
| | |||||
* | ENH: Use translation file if it exists for the locale. | Clinton Stimpson | 2008-02-01 | 4 | -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 Stimpson | 2008-01-29 | 1 | -1/+5 |
| | |||||
* | ENH: remove patch as directory change was already fixed | Bill Hoffman | 2008-01-15 | 1 | -1/+3 |
| | |||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -1/+3 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | BUG: Fix logic to accept drop events. | Clinton Stimpson | 2007-12-12 | 1 | -4/+4 |
| | |||||
* | BUG: Prevent mapping of Configure to Preferences when Qt merges menu items with | Clinton Stimpson | 2007-12-06 | 1 | -0/+2 |
| | | | | the standard Mac OS X application menu. | ||||
* | ENH: Add handling of --help and related arguments. | Clinton Stimpson | 2007-11-27 | 1 | -0/+68 |
| | |||||
* | ENH: Add install command for executable. | Clinton Stimpson | 2007-11-19 | 1 | -0/+2 |
| | |||||
* | ENH: Remove debug printf | Clinton Stimpson | 2007-11-17 | 1 | -1/+0 |
| | |||||
* | ENH: more robust search filter. | Clinton Stimpson | 2007-11-16 | 1 | -4/+20 |
| | |||||
* | COMP: Fix warning. | Clinton Stimpson | 2007-11-15 | 1 | -7/+7 |
| | |||||
* | ENH: add completer for the source and binary dir lineedits | Alexander Neundorf | 2007-11-13 | 1 | -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 Stimpson | 2007-11-13 | 1 | -0/+2 |
| | |||||
* | BUG: The search is set to apply to all columns, but in Qt 4.2, that breaks | Clinton Stimpson | 2007-11-13 | 1 | -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 Stimpson | 2007-11-13 | 2 | -7/+23 |
| |