- 03 Jun, 2014 1 commit
-
-
Brad King authored
Use the name "Kitware" rather than "Kitware, Inc." to simplify the text. Provide a CMake-specific URL.
-
- 16 Jan, 2014 1 commit
-
-
Store variable types together with their names in the variable completion list so that the type is automatically recovered when you select a variable. Keep variable names and types in separate lists. This removes the :TYPE string from completion list and the Name field and makes variable search easier. The variable names and types are now kept in two different settings - AddVariableNames and AddVariableTypes. Drop the old AddVariableCompletionEntries setting.
-
- 21 Nov, 2013 1 commit
-
-
Brad King authored
Download http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt and place it as Licenses/LGPLv2.1.txt in our source tree. When building cmake-gui, use option CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL to enable notification in the "About" dialog of how the distribution of Qt is licensed. Install the license file as ${CMAKE_ROOT}/Licenses/LGPLv2.1.txt so that the dialog can display a path to it.
-
- 20 Nov, 2013 1 commit
-
-
Clinton Stimpson authored
-
- 19 Nov, 2013 1 commit
-
-
Brad King authored
Add maintenance credit to command-line "--version" output and the cmake-gui "About" dialog.
-
- 01 Nov, 2013 1 commit
-
-
Brad King authored
Address warnings: Source/QtDialog/CMakeSetupDialog.cxx:1233:15: warning: declaration of 'cursor' shadows a member of 'this' [-Wshadow] Source/QtDialog/CMakeSetupDialog.cxx:1260:15: warning: declaration of 'cursor' shadows a member of 'this' [-Wshadow] by renaming the local variable to 'textCursor'.
-
- 10 Sep, 2013 1 commit
-
-
Clinton Stimpson authored
-
- 24 Apr, 2013 5 commits
-
-
Alexander Neundorf authored
Before it was used also for "Find Next" and "Find Previous" Alex
-
Using new shortcuts: F8 (Visual Studio) and Ctrl-. (Eclipse) Signed-off-by:
Alex Neundorf <neundorf@kde.org>
-
Ctrl-F is now used by "Find in Output". Signed-off-by:
Alex Neundorf <neundorf@kde.org>
-
Signed-off-by:
Alex Neundorf <neundorf@kde.org>
-
Signed-off-by:
Alex Neundorf <neundorf@kde.org>
-
- 06 Jul, 2012 1 commit
-
-
Clinton Stimpson authored
This means non-ascii characters now work correctly on systems that have a non-ascii 8 bit encoding as the current locale.
-
- 30 Apr, 2012 1 commit
-
-
Clinton Stimpson authored
A prevous fix to interrupt granularity makes it so we don't have to wait very long.
-
- 02 Jan, 2012 1 commit
-
-
Clinton Stimpson authored
Instead of enabling interrupt only when a progress or message callback is called, add a new callback specifically for interrupt. This new callback is called from GetFatalErrorOccured() so cmake-gui can immediately report interrupt status instead of calling queuing a call to cmSystemTools::SetFatalErrorOccured() and waiting for the progress or message callback to be called to process that queued call.
-
- 15 Dec, 2011 1 commit
-
-
QKeySequence::Quit does not work on all platforms, and since it translates to Ctrl+Q on all platforms where it does work, Ctrl+Q was hardcoded instead.
-
- 19 Nov, 2011 1 commit
-
-
Alexander Neundorf authored
Up to 100 completion strings for the names of added variables are saved in the settings, so it will remember the variables you are usually adding. It also ensures that CMAKE_INSTALL_PREFIX is always there, since this is maybe the one which is set most often. Alex
-
- 17 Dec, 2010 1 commit
-
-
Clinton Stimpson authored
-
- 23 Sep, 2010 2 commits
-
-
Alexander Neundorf authored
Alex
-
Alexander Neundorf authored
Alex
-
- 01 Sep, 2010 4 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
-
- 26 Apr, 2010 1 commit
-
-
Clinton Stimpson authored
-
- 03 Nov, 2009 1 commit
-
-
Brad King authored
-
- 30 Oct, 2009 1 commit
-
-
Clinton Stimpson authored
-
- 09 Oct, 2009 1 commit
-
-
Bill Hoffman authored
-
- 05 Oct, 2009 1 commit
-
-
Clinton Stimpson authored
-
- 01 Oct, 2009 1 commit
-
-
Bill Hoffman authored
-
- 28 Sep, 2009 1 commit
-
-
Brad King authored
This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
-
- 23 Sep, 2009 1 commit
-
-
Clinton Stimpson authored
-
- 22 Sep, 2009 1 commit
-
-
Clinton Stimpson authored
fix issue 9346. add binary directory to window title to make it easier to deal with multiple cmake-gui instances
-
- 04 Sep, 2009 1 commit
-
-
Clinton Stimpson authored
-
- 17 Jul, 2009 2 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
ENH: Add a "Show my changes" to the Tools menu. Changes by the user are recorded and when requested, it shows -D arguments for commandline or contents for a cache file.
-
- 24 Jun, 2009 1 commit
-
-
Clinton Stimpson authored
ENH: Save/restore splitter sizes. Fixes #9070.
-
- 30 Mar, 2009 1 commit
-
-
Clinton Stimpson authored
ENH: Add version info to about dialog, including Qt version.
-
- 16 Dec, 2008 1 commit
-
-
Clinton Stimpson authored
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.
-
- 05 Jul, 2008 1 commit
-
-
Clinton Stimpson authored
ENH: Replace Advanced checkbox and group option in menu with a combo box to choose view type.
-