Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: Allow clicking anywhere in field to toggle check boxes. | Clinton Stimpson | 2007-11-13 | 2 | -2/+50 |
| | |||||
* | STYLE: add license. | Clinton Stimpson | 2007-11-13 | 2 | -0/+32 |
| | |||||
* | ENH: Add ability to add cache entries (even before first configure). | Clinton Stimpson | 2007-11-13 | 12 | -34/+391 |
| | |||||
* | ENH: Fix layout with Qt 4.2. | Clinton Stimpson | 2007-11-12 | 2 | -6/+39 |
| | | | | 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 | 3 | -132/+177 |
| | | | | | ENH: Remove interrupt button and make configure/generate turn to stop during runs. ENH: Add text to remove cache entry button. | ||||
* | ENH: Allow build with Qt 4.2. | Clinton Stimpson | 2007-11-12 | 2 | -11/+2 |
| | | | | | 4.3 dependence fell out when errors go to output window instead of message box blocking cmake thread. | ||||
* | ENH: Re-arrange UI a bit. | Clinton Stimpson | 2007-11-10 | 7 | -246/+227 |
| | | | | 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 | 6 | -52/+37 |
| | | | | 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 |
| | |||||
* | BUG: Don't enable generate if configure completed with errors. | Clinton Stimpson | 2007-11-08 | 2 | -3/+3 |
| | | | | ENH: Allow build w/ Qt configured with no STL support. | ||||
* | ENH: Put black outline around all resolutions of the new ico files. Looks ↵ | David Cole | 2007-11-08 | 1 | -0/+0 |
| | | | | better on a dark background than the lighter outline... | ||||
* | 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 | 5 | -37/+197 |
| | | | | | | | | | | | 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 | 3 | -15/+24 |
| | |||||
* | BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}Directory | Clinton Stimpson | 2007-11-07 | 5 | -8/+66 |
| | | | | | | | 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: For Mac OSX -- add app icon, and implement find of cmake executable. | Clinton Stimpson | 2007-11-07 | 3 | -4/+10 |
| | |||||
* | BUG: disable drag & drop while busy. | Clinton Stimpson | 2007-11-07 | 1 | -0/+10 |
| | |||||
* | BUG: only handle drop events if they'll really change something. | Clinton Stimpson | 2007-11-07 | 1 | -3/+9 |
| | |||||
* | BUG: Put back read/write of original WhereBuild* settings. | Clinton Stimpson | 2007-11-07 | 2 | -23/+69 |
| | | | | | | ENH: Make public a couple functions to support command line args. Try removing exit after generate to see if others like it. COMP: Fix warnings. | ||||
* | ENH: Disable menu/buttons when doing configure. | Clinton Stimpson | 2007-11-07 | 7 | -60/+196 |
| | | | | | | | | 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: Add menus in menu bar. | Clinton Stimpson | 2007-11-06 | 5 | -26/+105 |
| | | | | | | | | Add reload & delete cache options. Add option to quit after generation step (not yet remembered between sessions). Add Help -> About Remove Help button (in menu now) Remove Cancel button (File -> Exit and the Window 'X' button exist) | ||||
* | ENH: clarify label for current generator. | Clinton Stimpson | 2007-11-06 | 2 | -4/+1 |
| | |||||
* | ENH: search is case insensitive | Clinton Stimpson | 2007-11-06 | 4 | -20/+24 |
| | | | | | 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 | 5 | -134/+253 |
| | | | | | | 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 | 7 | -141/+301 |
| | | | | Many minor improvements, bug fixes, and style fixes. | ||||
* | ENH: Allow working with empty build directories. | Clinton Stimpson | 2007-11-03 | 7 | -24/+78 |
| | | | | | | 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: remove qt warnings from qt with MS compiler | Bill Hoffman | 2007-11-03 | 4 | -3/+7 |
| | |||||
* | ENH: fix compile error on windows | Bill Hoffman | 2007-11-03 | 1 | -1/+1 |
| | |||||
* | ENH: Add interrupt button near progress bar. | Clinton Stimpson | 2007-11-03 | 13 | -264/+461 |
| | | | | | | | | | | | | 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. | ||||
* | COMP: Fix build on Windows. | Clinton Stimpson | 2007-11-02 | 1 | -1/+6 |
| | |||||
* | STYLE: Add license info to code. | Clinton Stimpson | 2007-11-02 | 7 | -0/+112 |
| | |||||
* | ENH: Beginnings of a Qt UI for CMake. | Clinton Stimpson | 2007-11-02 | 11 | -0/+1007 |
| | |||||
* | ENH: create a directory for qt interface to cmake | Bill Hoffman | 2007-11-01 | 1 | -0/+1 |