summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | white/gray (depending on style).
* ENH: Make original flat view the default.Clinton Stimpson2008-06-134-418/+320
| | | | Add option to switch to grouped view (and remember it).
* 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: Add items under the Options menu for collapsing and expanding the variableClinton Stimpson2008-06-111-0/+7
| | | | tree.
* ENH: Give a label for the group of properties that didn't get put into anotherClinton Stimpson2008-06-111-0/+4
| | | | group.
* ENH: group together items with no prefix and items that won't beClinton Stimpson2008-06-101-3/+24
| | | | grouped with others.
* ENH: Use a tree view of the properties instead of a flat list view.Clinton Stimpson2008-06-104-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 forClinton Stimpson2008-05-1515-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 stuffBill Hoffman2008-04-231-3/+29
|
* BUG: Fix issue when non-error messages were incorrectly colored red.Clinton Stimpson2008-04-142-20/+9
|
* ENH: make sure cmake-gui builds with cmake 2.4.XBill Hoffman2008-04-081-4/+4
|
* BUG: Fix #6733. Always convert "\" to "/" in source & binary directory ↵Clinton Stimpson2008-04-074-8/+26
| | | | fields on Windows.
* ENH: install the mac application bundle into /Applications directly with no ↵Bill Hoffman2008-04-044-5/+33
| | | | enclosing folder
* ENH: Fix exit shortcut to be more standard, and add shortcut for advanced ↵Clinton Stimpson2008-04-032-2/+2
| | | | checkbox.
* ENH: do not link . and .. during installBill Hoffman2008-04-031-2/+6
|
* ENH: Add more shortcuts. Fixes 6357.Clinton Stimpson2008-04-032-13/+13
|
* ENH: add ability to create symlinks for command line on mac from guiBill Hoffman2008-04-033-2/+23
|
* ENH: Add debug output option to a new Options menu.Clinton Stimpson2008-04-024-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 Stimpson2008-04-022-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 Stimpson2008-04-022-10/+20
|
* ENH: Better default size for help dialog.Clinton Stimpson2008-03-281-1/+4
|
* ENH: Prevent loading standard qt plugins at runtime (which we dont' care ↵Clinton Stimpson2008-03-141-0/+7
| | | | | | about). This can cause problems if a Mac bundle doesn't contain the plugins.
* ENH: make menu item match -Wno-dev command lineBill Hoffman2008-03-131-1/+1
|
* ENH: Preserve white spaces when printing messages.Clinton Stimpson2008-03-131-0/+1
|
* ENH: remove iostream, not usedBill Hoffman2008-03-121-1/+0
|
* ENH: add ability to suppress dev warnings to gui codeBill Hoffman2008-03-124-3/+25
|
* ENH: add KDE desktop stuffBill Hoffman2008-03-113-0/+30
|
* ENH: Use fixed pitch font in output window.Clinton Stimpson2008-03-071-0/+3
|
* ENH: Adjust when log is cleared. Its kept doing generate,Clinton Stimpson2008-02-251-2/+1
| | | | | and cleared when changing the source directory. #6358.
* ENH: better uiBill Hoffman2008-02-191-26/+39
|
* ENH: install working with symlink qt toolBill Hoffman2008-02-194-7/+25
|
* ENH: add mac install symlink option to dialogBill Hoffman2008-02-195-1/+195
|
* ENH: make sure fixup has right pathsBill Hoffman2008-02-181-26/+35
|
* STYLE: use lowercaseBill Hoffman2008-02-181-197/+197
|
* ENH: have cpack work with DESTDIR install and ingest qt framework libs into ↵Bill Hoffman2008-02-182-1/+335
| | | | cmake-gui
* ENH: support for cpack and install of cmake-gui as mac app bundleBill Hoffman2008-02-163-3/+23
|
* ENH: remove unused code.Clinton Stimpson2008-02-151-5/+1
|
* ENH: use package name on mac for edit cacheBill Hoffman2008-02-151-0/+4
|
* ENH: Convert native paths from QFileDialog and QDirModel/QCompleter.Clinton Stimpson2008-02-153-27/+35
| | | | BUG: Block possible completion loop.
* ENH: Add shortcut to start search/filter.Clinton Stimpson2008-02-145-36/+37
| | | | | | | | A bit of cleanup. Disable tab navigation in cache variable list. Enable home/end keys. BUG: Ensure currently edited values are saved before doing configure.
* ENH: make sure html < > & stuff is escaped for the output windowBill Hoffman2008-02-142-2/+19
|
* ENH: add a check before delete cacheBill Hoffman2008-02-141-2/+11
|
* ENH: do not show unititialized entriesBill Hoffman2008-02-141-1/+2
|
* ENH: Remove CurrentChanged from the table view's edit triggers.Clinton Stimpson2008-02-132-3/+4
| | | | | It results in editor issues when modifying the view. Remove workarounds for some of those issues.
* ENH: do not expand regular vars hereBill Hoffman2008-02-121-1/+1
|
* ENH: fix make edit_cache for cmake-guiBill Hoffman2008-02-122-12/+33
|
* ENH: make it so cmake-gui only installs if qt is static on windowsBill Hoffman2008-02-092-9/+15
|
* BUG: Make sure editor closes when deleting cache entries.Clinton Stimpson2008-02-081-0/+1
|