Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: make sure the gui still runs... | Bill Hoffman | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | BUG: make sure an x server is not required for the build | Bill Hoffman | 2009-02-21 | 1 | -36/+36 |
| | |||||
* | ENH: change name for start menu entry | Bill Hoffman | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | ENH: take cmake-gui out of beta | Bill Hoffman | 2009-02-13 | 2 | -1/+3 |
| | |||||
* | ENH: Use the latest CMake-logo-triangle-high-res.png to improve the look of ↵ | David Cole | 2009-01-21 | 1 | -0/+0 |
| | | | | CMakeSetup.icns on the Mac. | ||||
* | ENH: Tweak System Name field for cross compiling, so it doesn't have a file ↵ | Clinton Stimpson | 2009-01-07 | 1 | -6/+1 |
| | | | | chooser button. | ||||
* | COMP: Fix installation of cmake-gui by CMake 2.4 | Brad King | 2009-01-05 | 1 | -0/+5 |
| | | | | | | | | | When CMake 2.4 generates the build tree for CMake itself it asks the built CMake to install itself using the rules that 2.4 generated. Since the install rules use undocumented commands that are not compatible from 2.4 to 2.6 we need a special case to avoid failure. This sets a special indicator variable in the install rules that enables a compatibility hack to support the old install rule format. | ||||
* | ENH: Remove Application category. See #8151. | Clinton Stimpson | 2008-12-18 | 1 | -1/+1 |
| | |||||
* | ENH: Improve performance with file completion. Fix for #8292. | Clinton Stimpson | 2008-12-16 | 1 | -6/+23 |
| | |||||
* | ENH: | Clinton Stimpson | 2008-12-16 | 10 | -942/+1055 |
| | | | | | | | For bug #7191. Improvements to the dialog that sets up the first configure. Fixing the large size of it by breaking it up into a wizard. Also incorporated suggestions from bug report. | ||||
* | ENH: Replace Advanced checkbox and group option in menu with a combo box to | Clinton Stimpson | 2008-07-05 | 3 | -17/+43 |
| | | | | choose view type. | ||||
* | 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 | 4 | -418/+320 |
| | | | | 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: Add items under the Options menu for collapsing and expanding the variable | Clinton Stimpson | 2008-06-11 | 1 | -0/+7 |
| | | | | tree. | ||||
* | 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 | 4 | -157/+417 |
| | | | | | | | 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 | 15 | -282/+1298 |
| | | | | | | | | | | 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. | ||||
* | ENH: add better error checks to symlink create stuff | Bill Hoffman | 2008-04-23 | 1 | -3/+29 |
| | |||||
* | BUG: Fix issue when non-error messages were incorrectly colored red. | Clinton Stimpson | 2008-04-14 | 2 | -20/+9 |
| | |||||
* | ENH: make sure cmake-gui builds with cmake 2.4.X | Bill Hoffman | 2008-04-08 | 1 | -4/+4 |
| | |||||
* | BUG: Fix #6733. Always convert "\" to "/" in source & binary directory ↵ | Clinton Stimpson | 2008-04-07 | 4 | -8/+26 |
| | | | | fields on Windows. | ||||
* | ENH: install the mac application bundle into /Applications directly with no ↵ | Bill Hoffman | 2008-04-04 | 4 | -5/+33 |
| | | | | enclosing folder | ||||
* | ENH: Fix exit shortcut to be more standard, and add shortcut for advanced ↵ | Clinton Stimpson | 2008-04-03 | 2 | -2/+2 |
| | | | | checkbox. | ||||
* | ENH: do not link . and .. during install | Bill Hoffman | 2008-04-03 | 1 | -2/+6 |
| | |||||
* | ENH: Add more shortcuts. Fixes 6357. | Clinton Stimpson | 2008-04-03 | 2 | -13/+13 |
| | |||||
* | ENH: add ability to create symlinks for command line on mac from gui | Bill Hoffman | 2008-04-03 | 3 | -2/+23 |
| | |||||
* | ENH: Add debug output option to a new Options menu. | Clinton Stimpson | 2008-04-02 | 4 | -3/+36 |
| | | | | | Move dev warnings option to the new Options menu. Fixes #6335. | ||||
* | BUG: Keep editor alive when file dialog comes up to pick another file or path. | Clinton Stimpson | 2008-04-02 | 2 | -3/+38 |
| | | | | The editor going away prematurely Seems to only happen on Mac OS X. | ||||
* | ENH: Allow cancelling the dialog that prompts for the generator. | Clinton Stimpson | 2008-04-02 | 2 | -10/+20 |
| | |||||
* | ENH: Better default size for help dialog. | Clinton Stimpson | 2008-03-28 | 1 | -1/+4 |
| | |||||
* | ENH: Prevent loading standard qt plugins at runtime (which we dont' care ↵ | Clinton Stimpson | 2008-03-14 | 1 | -0/+7 |
| | | | | | | about). This can cause problems if a Mac bundle doesn't contain the plugins. | ||||
* | ENH: make menu item match -Wno-dev command line | Bill Hoffman | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | ENH: Preserve white spaces when printing messages. | Clinton Stimpson | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | ENH: remove iostream, not used | Bill Hoffman | 2008-03-12 | 1 | -1/+0 |
| | |||||
* | ENH: add ability to suppress dev warnings to gui code | Bill Hoffman | 2008-03-12 | 4 | -3/+25 |
| | |||||
* | ENH: add KDE desktop stuff | Bill Hoffman | 2008-03-11 | 3 | -0/+30 |
| | |||||
* | ENH: Use fixed pitch font in output window. | Clinton Stimpson | 2008-03-07 | 1 | -0/+3 |
| | |||||
* | ENH: Adjust when log is cleared. Its kept doing generate, | Clinton Stimpson | 2008-02-25 | 1 | -2/+1 |
| | | | | | and cleared when changing the source directory. #6358. | ||||
* | ENH: better ui | Bill Hoffman | 2008-02-19 | 1 | -26/+39 |
| | |||||
* | ENH: install working with symlink qt tool | Bill Hoffman | 2008-02-19 | 4 | -7/+25 |
| | |||||
* | ENH: add mac install symlink option to dialog | Bill Hoffman | 2008-02-19 | 5 | -1/+195 |
| | |||||
* | ENH: make sure fixup has right paths | Bill Hoffman | 2008-02-18 | 1 | -26/+35 |
| | |||||
* | STYLE: use lowercase | Bill Hoffman | 2008-02-18 | 1 | -197/+197 |
| | |||||
* | ENH: have cpack work with DESTDIR install and ingest qt framework libs into ↵ | Bill Hoffman | 2008-02-18 | 2 | -1/+335 |
| | | | | cmake-gui |