Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Patch from Alexander Neundorf to remove "KDevelop3" from list of ↵ | Clinton Stimpson | 2009-08-10 | 1 | -0/+9 |
| | | | | generators. "KDevelop3 - Unix Makefiles" should be used instead. | ||||
* | BUG: Fix inconsistency with lowercase drive letters on Windows. | Clinton Stimpson | 2009-03-30 | 1 | -2/+6 |
| | |||||
* | ENH: Add support for showing combo box for choosing from a list of strings ↵ | Clinton Stimpson | 2009-03-12 | 1 | -0/+4 |
| | | | | that a cache property can have. | ||||
* | ENH: Add cross compiling support in the GUI in the same dialog that prompts for | Clinton Stimpson | 2008-05-15 | 1 | -21/+21 |
| | | | | | | | | | | 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 #6733. Always convert "\" to "/" in source & binary directory ↵ | Clinton Stimpson | 2008-04-07 | 1 | -5/+7 |
| | | | | fields on Windows. | ||||
* | ENH: Add debug output option to a new Options menu. | Clinton Stimpson | 2008-04-02 | 1 | -0/+15 |
| | | | | | Move dev warnings option to the new Options menu. Fixes #6335. | ||||
* | ENH: add ability to suppress dev warnings to gui code | Bill Hoffman | 2008-03-12 | 1 | -0/+7 |
| | |||||
* | ENH: support for cpack and install of cmake-gui as mac app bundle | Bill Hoffman | 2008-02-16 | 1 | -2/+8 |
| | |||||
* | 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: Add shortcut to start search/filter. | Clinton Stimpson | 2008-02-14 | 1 | -10/+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: do not show unititialized entries | Bill Hoffman | 2008-02-14 | 1 | -1/+2 |
| | |||||
* | ENH: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 1 | -0/+1 |
| | |||||
* | ENH: Need to pick up the PreLoad.cmake files. | Clinton Stimpson | 2008-02-08 | 1 | -0/+1 |
| | |||||
* | ENH: Use translation file if it exists for the locale. | Clinton Stimpson | 2008-02-01 | 1 | -0/+2 |
| | | | | | | | Consolidate some strings. More responsive interrupting. Prompt user if they try to close during configure, and allow them to close. | ||||
* | ENH: Add ability to add cache entries (even before first configure). | Clinton Stimpson | 2007-11-13 | 1 | -1/+40 |
| | |||||
* | BUG: Don't prompt for unsaved changes if no changes were made. | Clinton Stimpson | 2007-11-09 | 1 | -3/+3 |
| | | | | 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 | -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 Stimpson | 2007-11-08 | 1 | -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 Stimpson | 2007-11-07 | 1 | -1/+2 |
| | |||||
* | ENH: Disable menu/buttons when doing configure. | Clinton Stimpson | 2007-11-07 | 1 | -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 Stimpson | 2007-11-06 | 1 | -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 Stimpson | 2007-11-05 | 1 | -13/+54 |
| | | | | Many minor improvements, bug fixes, and style fixes. | ||||
* | ENH: Allow working with empty build directories. | Clinton Stimpson | 2007-11-03 | 1 | -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 Stimpson | 2007-11-03 | 1 | -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 Stimpson | 2007-11-02 | 1 | -0/+16 |
| | |||||
* | ENH: Beginnings of a Qt UI for CMake. | Clinton Stimpson | 2007-11-02 | 1 | -0/+179 |