summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* CMake GUI: Fix rendering issueMatthew Woehlke2021-01-151-4/+1
| | | | | | Remove style sheet from a combo box in the GUI. I have no idea why this was being set, but it causes a render glitch. Also, use a more sensible size policy on the same widget.
* CMake GUI: Use system icons when availableMatthew Woehlke2021-01-151-2/+2
| | | | | | | | Modify GUI to use system (theme) icons when available. This may only affect builds on Linux platforms when using the system-provided Qt, but will improve visual consistency with e.g. okay/cancel buttons which are also using the system/theme icons. This also means that the GUI will look slightly more "native" on Linux.
* CMake GUI: Don't use QToolButtonMatthew Woehlke2021-01-151-8/+2
| | | | | | | | Replace QToolButton instances with QPushButton. QToolButton is only meant to be used on tool bars and some other special situations. Worse, we had a mix of QToolButton and QPushButton for things that clearly should be using the same widget. This will improve visual consistency and may fix some rendering issues.
* CMake GUI: Disable preset fields instead of hiding themKyle Edwards2020-10-161-1/+5
|
* CMake GUI: Add presets functionalityKyle Edwards2020-10-051-4/+19
|
* CMake GUI: Add environment editorKyle Edwards2020-09-281-12/+64
|
* cmake-gui: Align source and binary directory path textZeex2018-09-041-0/+3
| | | | | | | | Text inputs for "where is the source code" and "where to build the binaries" had different amount of left spacing, so the two paths were not aligned. This could create a feeling that you typed something wrong in the input even though the paths were identical or had a common root path.
* cmake-gui: Add button to open the generated projectNico Heßler2016-09-131-0/+7
| | | | | | Look for VS or Xcode project files at the top of the build tree. If present, enable an "Open Project" button to open them through the OS desktop services.
* cmake-gui: Shrink spacing between search field and checkbox.Kevin Wojniak2015-01-261-1/+1
| | | | This allows the search field to show on OS X Yosemite
* cmake-gui: Change shortcut of the search field from Ctrl-F to Alt-EMarc Bartholomaeus2013-04-241-1/+4
| | | | | | Ctrl-F is now used by "Find in Output". Signed-off-by: Alex Neundorf <neundorf@kde.org>
* ENH: Add simple grouped view.Clinton Stimpson2010-04-261-123/+117
|
* BUG: Path lengths in combo box for binary directory was forcing a minimum sizeClinton Stimpson2009-04-161-3/+1
| | | | on the main window. Fixed that.
* ENH: Replace Advanced checkbox and group option in menu with a combo box toClinton Stimpson2008-07-051-2/+14
| | | | choose view type.
* ENH: Use a tree view of the properties instead of a flat list view.Clinton Stimpson2008-06-101-1/+1
| | | | | | | Properties are grouped by a prefix (up to first "_") and can be expanded or collapsed. Fixes #6359.
* ENH: Fix exit shortcut to be more standard, and add shortcut for advanced ↵Clinton Stimpson2008-04-031-1/+1
| | | | checkbox.
* ENH: Add more shortcuts. Fixes 6357.Clinton Stimpson2008-04-031-6/+6
|
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-131-0/+16
|
* ENH: Fix layout with Qt 4.2.Clinton Stimpson2007-11-121-4/+37
| | | | BUG: Fix help comments to match what this GUI does.
* BUG: Fix pause at shutdown.Clinton Stimpson2007-11-121-71/+71
| | | | | ENH: Remove interrupt button and make configure/generate turn to stop during runs. ENH: Add text to remove cache entry button.
* ENH: Allow build with Qt 4.2.Clinton Stimpson2007-11-121-10/+1
| | | | | 4.3 dependence fell out when errors go to output window instead of message box blocking cmake thread.
* ENH: Re-arrange UI a bit.Clinton Stimpson2007-11-101-154/+176
| | | | BUG: Properly update when values that changed since the last configure.
* ENH: add context menu for deleting, ignoring, and getting help for cache ↵Clinton Stimpson2007-11-081-3/+26
| | | | | | | | | | | entries. ENH: add delete cache button ENH: add information string above configure/generate buttons ENH: change search to search both columns, and from regex to plain string search ENH: add buddy info in cache entry view, so double clicking in the left column starts editing the associated value. BUG: fix file path editor so it goes away when focus is lost
* ENH: remove status bar and move interrupt/progress next to configure/generate.Clinton Stimpson2007-11-071-0/+20
|
* BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}DirectoryClinton Stimpson2007-11-071-0/+16
| | | | | | | so they work right when called externally. Disable the generate button when one hits configure again. ENH: Some UI tweaks for spacing. Allow viewing cache values while configure/generate (but not edit).
* ENH: Disable menu/buttons when doing configure.Clinton Stimpson2007-11-071-13/+19
| | | | | | | | Also disable generate until configure is done. Save more settings (last 10 binary directories, exit after generate, last generator) Some UI tweaks for better layout. Support drag & drop of CMakeLists.txt/CMakeCache.txt files.
* ENH: Add menus in menu bar.Clinton Stimpson2007-11-061-14/+0
| | | | | | | | Add reload & delete cache options. Add option to quit after generation step (not yet remembered between sessions). Add Help -> About Remove Help button (in menu now) Remove Cancel button (File -> Exit and the Window 'X' button exist)
* ENH: clarify label for current generator.Clinton Stimpson2007-11-061-3/+0
|
* ENH: search is case insensitiveClinton Stimpson2007-11-061-4/+1
| | | | | ENH: put back prompt for generator, and change combo to label showing current generator.
* ENH: Replace prompt for generator with combobox in UI.Clinton Stimpson2007-11-061-128/+167
| | | | | | ENH: Make "Show Advanced" toggle work. ENH: Add regex search capabilities. ENH: Read existing registry entries from MFC CMakeSetup.exe (will save later).
* ENH: Allow working with empty build directories.Clinton Stimpson2007-11-031-1/+1
| | | | | | Make output window a bit smaller compared to cache view. Prompt on X'ing window as well as hitting cancel. Color new cache values red, and put them first.
* ENH: Add interrupt button near progress bar.Clinton Stimpson2007-11-031-124/+129
| | | | | | | | | | | | Implement help button. Implement cancel button. Add scrollable output window. Replace ON/OFF & combobox editors with checkboxes. Tab/backtab in cache table jumps between values (not names and values) Add tooltips to show help strings. Add application icon and qtmain for Windows. BUG: Fix save of cache values on configure.
* ENH: Beginnings of a Qt UI for CMake.Clinton Stimpson2007-11-021-0/+155