David Cole
88a499c54c
ENH: Use the latest CMake-logo-triangle-high-res.png to improve the look of CMakeSetup.icns on the Mac.
2009-01-21 13:20:47 -05:00
Clinton Stimpson
497b6df207
ENH: Tweak System Name field for cross compiling, so it doesn't have a file chooser button.
2009-01-07 17:28:02 -05:00
Brad King
86aeefc7c9
COMP: Fix installation of cmake-gui by CMake 2.4
...
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.
2009-01-05 11:05:57 -05:00
Clinton Stimpson
e382ec035e
ENH: Remove Application category. See #8151 .
2008-12-18 09:37:20 -05:00
Clinton Stimpson
b0c8b15fb9
ENH: Improve performance with file completion. Fix for #8292 .
2008-12-16 15:15:33 -05:00
Clinton Stimpson
64b377d707
ENH:
...
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.
2008-12-16 15:00:17 -05:00
Clinton Stimpson
f729538aaa
ENH: Replace Advanced checkbox and group option in menu with a combo box to
...
choose view type.
2008-07-05 13:25:04 -04:00
Clinton Stimpson
667d5f9446
BUG: Fix column widths on some systems.
2008-06-30 14:29:08 -04:00
Clinton Stimpson
88a9a3254e
BUG: Don't create empty property. Fixes bug #7193 .
2008-06-24 00:00:42 -04:00
Clinton Stimpson
b428350d1e
ENH: remove red blending. It didn't look good on some systems.
2008-06-13 16:57:07 -04:00
Clinton Stimpson
82a5b8000e
ENH: instead of solid red for new entries, blend it with the alternating
...
white/gray (depending on style).
2008-06-13 15:29:07 -04:00
Clinton Stimpson
b1c31be668
ENH: Make original flat view the default.
...
Add option to switch to grouped view (and remember it).
2008-06-13 11:19:53 -04:00
Clinton Stimpson
db016a096e
ENH: better name for ungrouped entries.
2008-06-11 15:08:52 -04:00
Clinton Stimpson
b31b420b65
BUG: need to invalidate filtering when using Qt 4.3+.
2008-06-11 14:47:56 -04:00
Clinton Stimpson
dfea280ff1
ENH: Add items under the Options menu for collapsing and expanding the variable
...
tree.
2008-06-10 22:19:14 -04:00
Clinton Stimpson
36576a4e7a
ENH: Give a label for the group of properties that didn't get put into another
...
group.
2008-06-10 20:17:23 -04:00
Clinton Stimpson
2d37d2a48d
ENH: group together items with no prefix and items that won't be
...
grouped with others.
2008-06-10 18:53:22 -04:00
Clinton Stimpson
13d55b6ae4
ENH: Use a tree view of the properties instead of a flat list view.
...
Properties are grouped by a prefix (up to first "_") and can be expanded
or collapsed.
Fixes #6359 .
2008-06-10 00:17:00 -04:00
Clinton Stimpson
f8f4140b6c
ENH: Add cross compiling support in the GUI in the same dialog that prompts for
...
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.
2008-05-15 19:21:01 -04:00
Bill Hoffman
456b5dab0f
ENH: add better error checks to symlink create stuff
2008-04-23 09:58:18 -04:00
Clinton Stimpson
3052d2c854
BUG: Fix issue when non-error messages were incorrectly colored red.
2008-04-14 16:15:28 -04:00
Bill Hoffman
fb62f79163
ENH: make sure cmake-gui builds with cmake 2.4.X
2008-04-08 11:30:47 -04:00
Clinton Stimpson
7d2bbfe842
BUG: Fix #6733 . Always convert "\" to "/" in source & binary directory fields on Windows.
2008-04-07 19:19:50 -04:00
Bill Hoffman
45ce11a075
ENH: install the mac application bundle into /Applications directly with no enclosing folder
2008-04-04 16:02:50 -04:00
Clinton Stimpson
7bd2da3eff
ENH: Fix exit shortcut to be more standard, and add shortcut for advanced checkbox.
2008-04-03 18:35:02 -04:00
Bill Hoffman
763791fc27
ENH: do not link . and .. during install
2008-04-03 17:02:26 -04:00
Clinton Stimpson
3cb2ba9e90
ENH: Add more shortcuts. Fixes 6357.
2008-04-03 16:49:46 -04:00
Bill Hoffman
5d01572348
ENH: add ability to create symlinks for command line on mac from gui
2008-04-03 16:18:37 -04:00
Clinton Stimpson
7ff914227d
ENH: Add debug output option to a new Options menu.
...
Move dev warnings option to the new Options menu.
Fixes #6335 .
2008-04-02 17:41:24 -04:00
Clinton Stimpson
1e61bb1f4c
BUG: Keep editor alive when file dialog comes up to pick another file or path.
...
The editor going away prematurely Seems to only happen on Mac OS X.
2008-04-02 15:28:17 -04:00
Clinton Stimpson
76ed89cede
ENH: Allow cancelling the dialog that prompts for the generator.
2008-04-02 14:01:37 -04:00
Clinton Stimpson
369379f0c6
ENH: Better default size for help dialog.
2008-03-28 12:53:31 -04:00
Clinton Stimpson
2edb9c4e32
ENH: Prevent loading standard qt plugins at runtime (which we dont' care about).
...
This can cause problems if a Mac bundle doesn't contain the plugins.
2008-03-14 15:18:04 -04:00
Bill Hoffman
af55f854d4
ENH: make menu item match -Wno-dev command line
2008-03-13 16:21:44 -04:00
Clinton Stimpson
970cf01f08
ENH: Preserve white spaces when printing messages.
2008-03-13 16:13:40 -04:00
Bill Hoffman
f15026cff6
ENH: remove iostream, not used
2008-03-11 22:52:53 -04:00
Bill Hoffman
420725077c
ENH: add ability to suppress dev warnings to gui code
2008-03-11 22:51:56 -04:00
Bill Hoffman
b125a2ae7b
ENH: add KDE desktop stuff
2008-03-11 17:27:41 -04:00
Clinton Stimpson
8fb74f97ef
ENH: Use fixed pitch font in output window.
2008-03-07 11:50:11 -05:00
Clinton Stimpson
0a9f041d2f
ENH: Adjust when log is cleared. Its kept doing generate,
...
and cleared when changing the source directory.
#6358 .
2008-02-25 15:07:38 -05:00
Bill Hoffman
01bd9819c3
ENH: better ui
2008-02-19 14:47:32 -05:00
Bill Hoffman
ee2a13b11f
ENH: install working with symlink qt tool
2008-02-19 14:26:20 -05:00
Bill Hoffman
4a9517a688
ENH: add mac install symlink option to dialog
2008-02-19 14:06:10 -05:00
Bill Hoffman
6e63fc0a58
ENH: make sure fixup has right paths
2008-02-18 14:51:43 -05:00
Bill Hoffman
8b2dd3a281
STYLE: use lowercase
2008-02-18 13:11:34 -05:00
Bill Hoffman
ef537ffec7
ENH: have cpack work with DESTDIR install and ingest qt framework libs into cmake-gui
2008-02-18 10:26:28 -05:00
Bill Hoffman
22927ede1e
ENH: support for cpack and install of cmake-gui as mac app bundle
2008-02-16 13:05:03 -05:00
Clinton Stimpson
cdb193c77a
ENH: remove unused code.
2008-02-15 15:36:16 -05:00
Bill Hoffman
a1dbf38c30
ENH: use package name on mac for edit cache
2008-02-15 12:12:48 -05:00
Clinton Stimpson
d0d67d0015
ENH: Convert native paths from QFileDialog and QDirModel/QCompleter.
...
BUG: Block possible completion loop.
2008-02-14 19:58:31 -05:00