| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Correctly format multi-line error messages. | Clinton Stimpson | 2008-01-29 | 1 | -1/+5 |
|
|
* | ENH: remove patch as directory change was already fixed | Bill Hoffman | 2008-01-15 | 1 | -1/+3 |
|
|
* | ENH: Centralized and globalized computation of CMake program locations. This... | Brad King | 2007-12-13 | 1 | -1/+3 |
|
|
* | 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 |
|
|
* | ENH: Add handling of --help and related arguments. | Clinton Stimpson | 2007-11-27 | 1 | -0/+68 |
|
|
* | ENH: Add install command for executable. | Clinton Stimpson | 2007-11-19 | 1 | -0/+2 |
|
|
* | ENH: Remove debug printf | Clinton Stimpson | 2007-11-17 | 1 | -1/+0 |
|
|
* | 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: add completer for the source and binary dir lineedits | Alexander Neundorf | 2007-11-13 | 1 | -0/+14 |
|
|
* | 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 |
|
|
* | 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 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: Allow build with Qt 4.2. | Clinton Stimpson | 2007-11-12 | 2 | -11/+2 |
|
|
* | ENH: Re-arrange UI a bit. | Clinton Stimpson | 2007-11-10 | 7 | -246/+227 |
|
|
* | BUG: Don't prompt for unsaved changes if no changes were made. | Clinton Stimpson | 2007-11-09 | 6 | -52/+37 |
|
|
* | 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: Put black outline around all resolutions of the new ico files. Looks bet... | David Cole | 2007-11-08 | 1 | -0/+0 |
|
|
* | COMP: Fix warnings. | Clinton Stimpson | 2007-11-08 | 1 | -8/+8 |
|
|
* | ENH: add context menu for deleting, ignoring, and getting help for cache ent... | Clinton Stimpson | 2007-11-08 | 5 | -37/+197 |
|
|
* | 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 |
|
|
* | 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: Disable menu/buttons when doing configure. | Clinton Stimpson | 2007-11-07 | 7 | -60/+196 |
|
|
* | ENH: Add menus in menu bar. | Clinton Stimpson | 2007-11-06 | 5 | -26/+105 |
|
|
* | 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: Replace prompt for generator with combobox in UI. | Clinton Stimpson | 2007-11-06 | 5 | -134/+253 |
|
|
* | ENH: Prompt user for generator when there is none. | Clinton Stimpson | 2007-11-05 | 7 | -141/+301 |
|
|
* | ENH: Allow working with empty build directories. | Clinton Stimpson | 2007-11-03 | 7 | -24/+78 |
|
|
* | COMP: Fix some compile warnings. | Clinton Stimpson | 2007-11-03 | 1 | -7/+7 |
|
|
* | 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 |
|
|
* | 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 |
|
|