Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix column widths on some systems. | Clinton Stimpson | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | BUG: Don't create empty property. Fixes bug #7193. | Clinton Stimpson | 2008-06-24 | 1 | -0/+5 |
| | |||||
* | ENH: remove red blending. It didn't look good on some systems. | Clinton Stimpson | 2008-06-13 | 1 | -4/+4 |
| | |||||
* | ENH: instead of solid red for new entries, blend it with the alternating | Clinton Stimpson | 2008-06-13 | 1 | -4/+4 |
| | | | | white/gray (depending on style). | ||||
* | ENH: Make original flat view the default. | Clinton Stimpson | 2008-06-13 | 1 | -383/+263 |
| | | | | Add option to switch to grouped view (and remember it). | ||||
* | ENH: better name for ungrouped entries. | Clinton Stimpson | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | BUG: need to invalidate filtering when using Qt 4.3+. | Clinton Stimpson | 2008-06-11 | 1 | -0/+5 |
| | |||||
* | ENH: Give a label for the group of properties that didn't get put into another | Clinton Stimpson | 2008-06-11 | 1 | -0/+4 |
| | | | | group. | ||||
* | ENH: group together items with no prefix and items that won't be | Clinton Stimpson | 2008-06-10 | 1 | -3/+24 |
| | | | | grouped with others. | ||||
* | ENH: Use a tree view of the properties instead of a flat list view. | Clinton Stimpson | 2008-06-10 | 1 | -130/+355 |
| | | | | | | | 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 | -124/+51 |
| | | | | | | | | | | 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: Keep editor alive when file dialog comes up to pick another file or path. | Clinton Stimpson | 2008-04-02 | 1 | -3/+31 |
| | | | | The editor going away prematurely Seems to only happen on Mac OS X. | ||||
* | ENH: Convert native paths from QFileDialog and QDirModel/QCompleter. | Clinton Stimpson | 2008-02-15 | 1 | -12/+19 |
| | | | | BUG: Block possible completion loop. | ||||
* | ENH: Add shortcut to start search/filter. | Clinton Stimpson | 2008-02-14 | 1 | -24/+8 |
| | | | | | | | | 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: Remove CurrentChanged from the table view's edit triggers. | Clinton Stimpson | 2008-02-13 | 1 | -2/+4 |
| | | | | | It results in editor issues when modifying the view. Remove workarounds for some of those issues. | ||||
* | COMP: Fix build with Qt 4.2. | Clinton Stimpson | 2008-02-08 | 1 | -0/+1 |
| | | | | | 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 | 1 | -12/+34 |
| | |||||
* | 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: 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: Allow clicking anywhere in field to toggle check boxes. | Clinton Stimpson | 2007-11-13 | 1 | -2/+48 |
| | |||||
* | ENH: Add ability to add cache entries (even before first configure). | Clinton Stimpson | 2007-11-13 | 1 | -20/+70 |
| | |||||
* | ENH: Re-arrange UI a bit. | Clinton Stimpson | 2007-11-10 | 1 | -86/+13 |
| | | | | 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 | -10/+6 |
| | | | | ENH: Error messages go to output window instead of message boxes. | ||||
* | ENH: Add completion to editor for files and file paths. | Clinton Stimpson | 2007-11-09 | 1 | -0/+11 |
| | |||||
* | COMP: Fix warnings. | Clinton Stimpson | 2007-11-08 | 1 | -8/+8 |
| | |||||
* | ENH: add context menu for deleting, ignoring, and getting help for cache ↵ | Clinton Stimpson | 2007-11-08 | 1 | -22/+129 |
| | | | | | | | | | | | 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 | ||||
* | BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}Directory | Clinton Stimpson | 2007-11-07 | 1 | -2/+13 |
| | | | | | | | so they work right when called externally. Disable the generate button when one hits configure again. ENH: Some UI tweaks for spacing. Allow viewing cache values while configure/generate (but not edit). | ||||
* | ENH: Disable menu/buttons when doing configure. | Clinton Stimpson | 2007-11-07 | 1 | -7/+7 |
| | | | | | | | | Also disable generate until configure is done. Save more settings (last 10 binary directories, exit after generate, last generator) Some UI tweaks for better layout. Support drag & drop of CMakeLists.txt/CMakeCache.txt files. | ||||
* | ENH: search is case insensitive | Clinton Stimpson | 2007-11-06 | 1 | -0/+1 |
| | | | | | ENH: put back prompt for generator, and change combo to label showing current generator. | ||||
* | ENH: Replace prompt for generator with combobox in UI. | Clinton Stimpson | 2007-11-06 | 1 | -4/+28 |
| | | | | | | ENH: Make "Show Advanced" toggle work. ENH: Add regex search capabilities. ENH: Read existing registry entries from MFC CMakeSetup.exe (will save later). | ||||
* | ENH: Prompt user for generator when there is none. | Clinton Stimpson | 2007-11-05 | 1 | -46/+66 |
| | | | | Many minor improvements, bug fixes, and style fixes. | ||||
* | ENH: Allow working with empty build directories. | Clinton Stimpson | 2007-11-03 | 1 | -2/+25 |
| | | | | | | Make output window a bit smaller compared to cache view. Prompt on X'ing window as well as hitting cancel. Color new cache values red, and put them first. | ||||
* | COMP: Fix some compile warnings. | Clinton Stimpson | 2007-11-03 | 1 | -7/+7 |
| | | | | STYLE: Make style a bit more consistent. | ||||
* | ENH: Add interrupt button near progress bar. | Clinton Stimpson | 2007-11-03 | 1 | -45/+124 |
| | | | | | | | | | | | | Implement help button. Implement cancel button. Add scrollable output window. Replace ON/OFF & combobox editors with checkboxes. Tab/backtab in cache table jumps between values (not names and values) Add tooltips to show help strings. Add application icon and qtmain for Windows. BUG: Fix save of cache values on configure. | ||||
* | STYLE: Add license info to code. | Clinton Stimpson | 2007-11-02 | 1 | -0/+16 |
| | |||||
* | ENH: Beginnings of a Qt UI for CMake. | Clinton Stimpson | 2007-11-02 | 1 | -0/+192 |