summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMakeCacheView.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* QCMakeCacheView: prever QVector over QListDaniel Pfeifer2017-05-051-2/+2
* QtDialog: add reference in foreachDaniel Pfeifer2017-05-051-4/+4
* QCMakeCacheView: avoid temporary containers for iterationDaniel Pfeifer2017-05-051-4/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* QCMakeCacheView: simplify boolean expressionDaniel Pfeifer2016-09-081-4/+1
* QCMakeCacheView: no else after returnDaniel Pfeifer2016-09-081-3/+5
* QtDialog: fix clang-tidy warningsDaniel Pfeifer2016-09-061-9/+11
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-223/+171
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* Fix spelling and typos (product names)Andreas Mohr2013-05-071-1/+1
* cmake-gui: Use the QStandardItemModel workaround until 5.1.0.Stephen Kelly2013-03-191-1/+1
* cmake-gui: Workaround bug in Qt 5.0.0 to 5.0.3 QStandardItemModelStephen Kelly2013-03-121-1/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-35/+35
* Fix grouping bug where "Ungrouped Entries" showed up as a child.Clinton Stimpson2011-01-281-4/+10
* cmake-gui: always enable generate button.Clinton Stimpson2010-12-181-7/+21
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* fix compile warningsClinton Stimpson2009-09-231-18/+22
* ENH: Allow edit on single click. Fixes #9393. Also fix row heights to be c...Clinton Stimpson2009-08-101-4/+17
* ENH: Add a "Show my changes" to the Tools menu.Clinton Stimpson2009-07-171-1/+53
* BUG: Don't return checkable flag for item when in the middle of configure/ge...Clinton Stimpson2009-03-261-0/+1
* ENH: Add support for showing combo box for choosing from a list of strings t...Clinton Stimpson2009-03-121-2/+18
* BUG: Fix column widths on some systems.Clinton Stimpson2008-06-301-1/+1
* BUG: Don't create empty property. Fixes bug #7193.Clinton Stimpson2008-06-241-0/+5
* ENH: remove red blending. It didn't look good on some systems.Clinton Stimpson2008-06-131-4/+4
* ENH: instead of solid red for new entries, blend it with the alternatingClinton Stimpson2008-06-131-4/+4
* ENH: Make original flat view the default.Clinton Stimpson2008-06-131-383/+263
* ENH: better name for ungrouped entries.Clinton Stimpson2008-06-111-1/+1
* BUG: need to invalidate filtering when using Qt 4.3+.Clinton Stimpson2008-06-111-0/+5
* ENH: Give a label for the group of properties that didn't get put into anotherClinton Stimpson2008-06-111-0/+4
* ENH: group together items with no prefix and items that won't beClinton Stimpson2008-06-101-3/+24
* ENH: Use a tree view of the properties instead of a flat list view.Clinton Stimpson2008-06-101-130/+355
* ENH: Add cross compiling support in the GUI in the same dialog that prompts forClinton Stimpson2008-05-151-124/+51
* BUG: Keep editor alive when file dialog comes up to pick another file or path.Clinton Stimpson2008-04-021-3/+31
* ENH: Convert native paths from QFileDialog and QDirModel/QCompleter.Clinton Stimpson2008-02-151-12/+19
* ENH: Add shortcut to start search/filter.Clinton Stimpson2008-02-141-24/+8
* ENH: Remove CurrentChanged from the table view's edit triggers.Clinton Stimpson2008-02-131-2/+4
* COMP: Fix build with Qt 4.2.Clinton Stimpson2008-02-081-0/+1
* ENH: Show cache variable name in title of file dialogs.Clinton Stimpson2008-02-071-12/+34
* ENH: more robust search filter.Clinton Stimpson2007-11-161-4/+20
* COMP: Fix warning.Clinton Stimpson2007-11-151-7/+7
* ENH: single click can start editing cache values.Clinton Stimpson2007-11-131-0/+2
* BUG: The search is set to apply to all columns, but in Qt 4.2, that breaksClinton Stimpson2007-11-131-0/+2
* ENH: Allow clicking anywhere in field to toggle check boxes.Clinton Stimpson2007-11-131-2/+48
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-131-20/+70
* ENH: Re-arrange UI a bit.Clinton Stimpson2007-11-101-86/+13
* BUG: Don't prompt for unsaved changes if no changes were made.Clinton Stimpson2007-11-091-10/+6
* ENH: Add completion to editor for files and file paths.Clinton Stimpson2007-11-091-0/+11
* COMP: Fix warnings.Clinton Stimpson2007-11-081-8/+8