index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
QtDialog
/
QCMakeCacheView.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-2/+2
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
QCMakeCacheView: prever QVector over QList
Daniel Pfeifer
2017-05-05
1
-2/+2
*
QtDialog: add reference in foreach
Daniel Pfeifer
2017-05-05
1
-4/+4
*
QCMakeCacheView: avoid temporary containers for iteration
Daniel Pfeifer
2017-05-05
1
-4/+10
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
QCMakeCacheView: simplify boolean expression
Daniel Pfeifer
2016-09-08
1
-4/+1
*
QCMakeCacheView: no else after return
Daniel Pfeifer
2016-09-08
1
-3/+5
*
QtDialog: fix clang-tidy warnings
Daniel Pfeifer
2016-09-06
1
-9/+11
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-223/+171
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-4/+4
*
Fix spelling and typos (product names)
Andreas Mohr
2013-05-07
1
-1/+1
*
cmake-gui: Use the QStandardItemModel workaround until 5.1.0.
Stephen Kelly
2013-03-19
1
-1/+1
*
cmake-gui: Workaround bug in Qt 5.0.0 to 5.0.3 QStandardItemModel
Stephen Kelly
2013-03-12
1
-1/+5
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-35/+35
*
Fix grouping bug where "Ungrouped Entries" showed up as a child.
Clinton Stimpson
2011-01-28
1
-4/+10
*
cmake-gui: always enable generate button.
Clinton Stimpson
2010-12-18
1
-7/+21
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
fix compile warnings
Clinton Stimpson
2009-09-23
1
-18/+22
*
ENH: Allow edit on single click. Fixes #9393. Also fix row heights to be c...
Clinton Stimpson
2009-08-10
1
-4/+17
*
ENH: Add a "Show my changes" to the Tools menu.
Clinton Stimpson
2009-07-17
1
-1/+53
*
BUG: Don't return checkable flag for item when in the middle of configure/ge...
Clinton Stimpson
2009-03-26
1
-0/+1
*
ENH: Add support for showing combo box for choosing from a list of strings t...
Clinton Stimpson
2009-03-12
1
-2/+18
*
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
*
ENH: Make original flat view the default.
Clinton Stimpson
2008-06-13
1
-383/+263
*
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: Give a label for the group of properties that didn't get put into another
Clinton Stimpson
2008-06-11
1
-0/+4
*
ENH: group together items with no prefix and items that won't be
Clinton Stimpson
2008-06-10
1
-3/+24
*
ENH: Use a tree view of the properties instead of a flat list view.
Clinton Stimpson
2008-06-10
1
-130/+355
*
ENH: Add cross compiling support in the GUI in the same dialog that prompts for
Clinton Stimpson
2008-05-15
1
-124/+51
*
BUG: Keep editor alive when file dialog comes up to pick another file or path.
Clinton Stimpson
2008-04-02
1
-3/+31
*
ENH: Convert native paths from QFileDialog and QDirModel/QCompleter.
Clinton Stimpson
2008-02-15
1
-12/+19
*
ENH: Add shortcut to start search/filter.
Clinton Stimpson
2008-02-14
1
-24/+8
*
ENH: Remove CurrentChanged from the table view's edit triggers.
Clinton Stimpson
2008-02-13
1
-2/+4
*
COMP: Fix build with Qt 4.2.
Clinton Stimpson
2008-02-08
1
-0/+1
*
ENH: Show cache variable name in title of file dialogs.
Clinton Stimpson
2008-02-07
1
-12/+34
*
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: 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: Allow clicking anywhere in field to toggle check boxes.
Clinton Stimpson
2007-11-13
1
-2/+48
*
ENH: Add ability to add cache entries (even before first configure).
Clinton Stimpson
2007-11-13
1
-20/+70
*
ENH: Re-arrange UI a bit.
Clinton Stimpson
2007-11-10
1
-86/+13
*
BUG: Don't prompt for unsaved changes if no changes were made.
Clinton Stimpson
2007-11-09
1
-10/+6
*
ENH: Add completion to editor for files and file paths.
Clinton Stimpson
2007-11-09
1
-0/+11
*
COMP: Fix warnings.
Clinton Stimpson
2007-11-08
1
-8/+8
[next]