aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/pathchooser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Document PathChooser::Kindhjk2020-05-271-3/+34
* Utils: Rename FilePath::rawFileName to rawFilePathhjk2020-05-221-3/+3
* PathChooser: Allow for chooser-only selection of files/directoriesTobias Hunger2020-04-211-18/+49
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-8/+3
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-3/+3
* Utils: Remove "ok" and "error" colors accessors for FancyLineEditAlessandro Portale2019-12-191-20/+0
* Utils: Use FilePath for PathChooser::m_baseDirectoryhjk2019-12-191-18/+8
* Utils: Use Theme default "ok" and "error" colors for FancyLineEditAlessandro Portale2019-12-181-1/+0
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-0/+4
|\
| * macOS: Work around window stacking order issue after closing dialogEike Ziller2019-09-091-0/+4
* | Utils: Add CommandLine convenience constructorshjk2019-07-231-2/+2
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-111-6/+7
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-10/+10
* PathChooser: Move setTextKeepingActiveCursor() to FancyLineEditChristian Kandeler2019-02-071-11/+2
* Allow non-host-platform libraries in Add Library wizardEike Ziller2018-10-011-0/+1
* Utils: ModernizeOrgad Shaneh2018-09-211-2/+1
* Expand QTC variables from PathChooserAlexis Jeandet2018-09-111-2/+15
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-301-2/+11
|\
| * Fix editing of custom executable pathEike Ziller2018-08-281-2/+11
* | Utils: ModernizeAlessandro Portale2018-07-201-2/+2
* | Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-4/+4
* | Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-1/+1
|/
* Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-271-1/+1
* Utils: Fix manual usage of PathChooserChristian Stenger2018-05-141-1/+1
* PathChooser: Remove wrong commentsTobias Hunger2018-04-251-3/+3
* Environment: Use Utils::FileName for path() and related methodsTobias Hunger2017-09-271-1/+1
* PathChooser: ModernizeAndre Hartmann2017-08-221-19/+19
* PathChooser: Avoid unneeded validation when base is unchangedOrgad Shaneh2017-05-191-2/+1
* PathChooser: Expand ~ to home directoryOrgad Shaneh2017-05-051-1/+1
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+1
* PathChooser: Consistently put "" around file namesTobias Hunger2016-10-091-4/+4
* Utils: Get default error color from ThemeAlessandro Portale2016-07-251-0/+2
* PathChooser: Make path/rawPath and fileName/rawFileName more consistentTobias Hunger2016-06-271-5/+5
* PathChooser: Handle things like %{buildDir}/../somethingTobias Hunger2016-06-271-1/+1
* Use SynchronousProcess::runBlockingTobias Hunger2016-05-261-1/+1
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-9/+5
* PathChooser: Remove duplicate codeTobias Hunger2016-03-041-45/+12
* TextEditor: Use PathChooser for FindInFilesOrgad Shaneh2016-01-211-2/+2
* PathChooser: Provide static way to expand a directory...Christian Stenger2016-01-201-0/+14
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ProjectExplorer: Use FileName in WorkingDirectoryAspectOrgad Shaneh2016-01-061-1/+6
* PathChooser: Fix segfault on destructionMartin Kampas2015-11-231-0/+4
* PathChooser: Add interface to set ok/error color for lineeditTobias Hunger2015-10-141-0/+20
* FancyLineEdit: Refactor classTobias Hunger2015-10-131-2/+2
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-031-2/+3
* Utils::PathChooser: Allow the core plugin to extend the context menuDaniel Teske2015-08-311-0/+23
* Utils: Make the meaning of PathChooser::changed() consistent.Christian Kandeler2015-08-251-1/+1
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-071-9/+16
|\
| * Debugger: Fix attaching to running debug serverEike Ziller2015-05-071-9/+16
* | PathChooser: Use a std::function as callbackhjk2015-05-071-12/+7