Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | fix compile warnings | Clinton Stimpson | 2009-09-23 | 1 | -13/+13 |
| | |||||
* | fix issue 9346. add binary directory to window title to make it easier to ↵ | Clinton Stimpson | 2009-09-22 | 1 | -0/+9 |
| | | | | deal with multiple cmake-gui instances | ||||
* | fix focus fighting between search field and cache value editors | Clinton Stimpson | 2009-09-04 | 1 | -1/+8 |
| | |||||
* | ENH: Edit button label for new changes dialog. | Clinton Stimpson | 2009-07-17 | 1 | -2/+2 |
| | |||||
* | ENH: Add a "Show my changes" to the Tools menu. | Clinton Stimpson | 2009-07-17 | 1 | -0/+69 |
| | | | | | Changes by the user are recorded and when requested, it shows -D arguments for commandline or contents for a cache file. | ||||
* | ENH: Save/restore splitter sizes. Fixes #9070. | Clinton Stimpson | 2009-06-24 | 1 | -0/+4 |
| | |||||
* | ENH: Add version info to about dialog, including Qt version. | Clinton Stimpson | 2009-03-30 | 1 | -1/+7 |
| | |||||
* | ENH: | Clinton Stimpson | 2008-12-16 | 1 | -40/+37 |
| | | | | | | | For bug #7191. Improvements to the dialog that sets up the first configure. Fixing the large size of it by breaking it up into a wizard. Also incorporated suggestions from bug report. | ||||
* | ENH: Replace Advanced checkbox and group option in menu with a combo box to | Clinton Stimpson | 2008-07-05 | 1 | -14/+28 |
| | | | | choose view type. | ||||
* | ENH: Make original flat view the default. | Clinton Stimpson | 2008-06-13 | 1 | -3/+24 |
| | | | | Add option to switch to grouped view (and remember it). | ||||
* | ENH: Add items under the Options menu for collapsing and expanding the variable | Clinton Stimpson | 2008-06-11 | 1 | -0/+7 |
| | | | | tree. | ||||
* | ENH: Use a tree view of the properties instead of a flat list view. | Clinton Stimpson | 2008-06-10 | 1 | -15/+15 |
| | | | | | | | Properties are grouped by a prefix (up to first "_") and can be expanded or collapsed. Fixes #6359. | ||||
* | ENH: Add cross compiling support in the GUI in the same dialog that prompts for | Clinton Stimpson | 2008-05-15 | 1 | -61/+89 |
| | | | | | | | | | | the generator on the first configure. It either ask for a toolchain file or asks for all the information a toolchain file might contain. Also added option for setting non-default compilers if not cross compiling. Fixes #6849. Also a bit of code cleanup and re-organizing. | ||||
* | BUG: Fix issue when non-error messages were incorrectly colored red. | Clinton Stimpson | 2008-04-14 | 1 | -20/+6 |
| | |||||
* | BUG: Fix #6733. Always convert "\" to "/" in source & binary directory ↵ | Clinton Stimpson | 2008-04-07 | 1 | -3/+16 |
| | | | | fields on Windows. | ||||
* | ENH: Fix exit shortcut to be more standard, and add shortcut for advanced ↵ | Clinton Stimpson | 2008-04-03 | 1 | -1/+1 |
| | | | | checkbox. | ||||
* | ENH: Add more shortcuts. Fixes 6357. | Clinton Stimpson | 2008-04-03 | 1 | -7/+7 |
| | |||||
* | ENH: add ability to create symlinks for command line on mac from gui | Bill Hoffman | 2008-04-03 | 1 | -2/+15 |
| | |||||
* | ENH: Add debug output option to a new Options menu. | Clinton Stimpson | 2008-04-02 | 1 | -3/+14 |
| | | | | | Move dev warnings option to the new Options menu. Fixes #6335. | ||||
* | ENH: Allow cancelling the dialog that prompts for the generator. | Clinton Stimpson | 2008-04-02 | 1 | -9/+19 |
| | |||||
* | ENH: Better default size for help dialog. | Clinton Stimpson | 2008-03-28 | 1 | -1/+4 |
| | |||||
* | 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 | 1 | -1/+13 |
| | |||||
* | 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: Convert native paths from QFileDialog and QDirModel/QCompleter. | Clinton Stimpson | 2008-02-15 | 1 | -15/+7 |
| | | | | BUG: Block possible completion loop. | ||||
* | ENH: Add shortcut to start search/filter. | Clinton Stimpson | 2008-02-14 | 1 | -0/+14 |
| | | | | | | | | 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 | 1 | -2/+18 |
| | |||||
* | ENH: add a check before delete cache | Bill Hoffman | 2008-02-14 | 1 | -2/+11 |
| | |||||
* | ENH: Remove CurrentChanged from the table view's edit triggers. | Clinton Stimpson | 2008-02-13 | 1 | -1/+0 |
| | | | | | It results in editor issues when modifying the view. Remove workarounds for some of those issues. | ||||
* | BUG: Make sure editor closes when deleting cache entries. | Clinton Stimpson | 2008-02-08 | 1 | -0/+1 |
| | |||||
* | ENH: Show version number in window title. | Clinton Stimpson | 2008-02-01 | 1 | -1/+1 |
| | |||||
* | ENH: Use translation file if it exists for the locale. | Clinton Stimpson | 2008-02-01 | 1 | -25/+36 |
| | | | | | | | 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 |
| | |||||
* | 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 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: support specifying build or source directory at command line. | Clinton Stimpson | 2007-11-13 | 1 | -5/+4 |
| | |||||
* | ENH: Add ability to add cache entries (even before first configure). | Clinton Stimpson | 2007-11-13 | 1 | -1/+39 |
| | |||||
* | ENH: Fix layout with Qt 4.2. | Clinton Stimpson | 2007-11-12 | 1 | -2/+2 |
| | | | | BUG: Fix help comments to match what this GUI does. | ||||
* | BUG: Fix prompt for changes if they haven't been saved. | Clinton Stimpson | 2007-11-12 | 1 | -9/+3 |
| | |||||
* | BUG: Fix pause at shutdown. | Clinton Stimpson | 2007-11-12 | 1 | -60/+100 |
| | | | | | ENH: Remove interrupt button and make configure/generate turn to stop during runs. ENH: Add text to remove cache entry button. | ||||
* | ENH: Re-arrange UI a bit. | Clinton Stimpson | 2007-11-10 | 1 | -5/+35 |
| | | | | BUG: Properly update when values that changed since the last configure. | ||||
* | BUG: Don't prompt for unsaved changes if no changes were made. | Clinton Stimpson | 2007-11-09 | 1 | -32/+21 |
| | | | | ENH: Error messages go to output window instead of message boxes. | ||||
* | BUG: Don't enable generate if configure completed with errors. | Clinton Stimpson | 2007-11-08 | 1 | -1/+1 |
| | | | | ENH: Allow build w/ Qt configured with no STL support. | ||||
* | ENH: add context menu for deleting, ignoring, and getting help for cache ↵ | Clinton Stimpson | 2007-11-08 | 1 | -1/+5 |
| | | | | | | | | | | | entries. ENH: add delete cache button ENH: add information string above configure/generate buttons ENH: change search to search both columns, and from regex to plain string search ENH: add buddy info in cache entry view, so double clicking in the left column starts editing the associated value. BUG: fix file path editor so it goes away when focus is lost | ||||
* | ENH: remove status bar and move interrupt/progress next to configure/generate. | Clinton Stimpson | 2007-11-07 | 1 | -13/+4 |
| |