summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMake.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-131-1/+40
|
* BUG: Don't prompt for unsaved changes if no changes were made.Clinton Stimpson2007-11-091-3/+3
| | | | ENH: Error messages go to output window instead of message boxes.
* BUG: Don't enable generate if configure completed with errors.Clinton Stimpson2007-11-081-2/+2
| | | | ENH: Allow build w/ Qt configured with no STL support.
* ENH: add context menu for deleting, ignoring, and getting help for cache ↵Clinton Stimpson2007-11-081-5/+28
| | | | | | | | | | | 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: For Mac OSX -- add app icon, and implement find of cmake executable.Clinton Stimpson2007-11-071-1/+2
|
* ENH: Disable menu/buttons when doing configure.Clinton Stimpson2007-11-071-0/+10
| | | | | | | | 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 Stimpson2007-11-061-0/+24
| | | | | | | | 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: Prompt user for generator when there is none.Clinton Stimpson2007-11-051-13/+54
| | | | Many minor improvements, bug fixes, and style fixes.
* ENH: Allow working with empty build directories.Clinton Stimpson2007-11-031-10/+16
| | | | | | 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.
* ENH: Add interrupt button near progress bar.Clinton Stimpson2007-11-031-10/+18
| | | | | | | | | | | | 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 Stimpson2007-11-021-0/+16
|
* ENH: Beginnings of a Qt UI for CMake.Clinton Stimpson2007-11-021-0/+179