summaryrefslogtreecommitdiff
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* support the latest g++ on macFawzi Mohamed2014-05-131-1/+2
* process_ctrlc_stub: close process and thread handlesJoerg Bornemann2014-04-111-0/+2
* Fix qbs build on Windows.Christian Kandeler2014-04-081-1/+2
* Prevent 'qmake -query' from bringing up modal message dialog on startupKai Koehne2014-04-072-0/+35
* VCS: Use OutputFormatter for output windowOrgad Shaneh2014-03-192-1/+7
* Utils: Support \r handling in OutputFormatterOrgad Shaneh2014-03-193-2/+31
* Vcs: Leave lone CRs alone when normalizing line endingsTobias Hunger2014-03-181-15/+4
* Fix QT_VERSION checks in logging.hKai Koehne2014-03-141-7/+7
* use new base import style in qbs filesJoerg Bornemann2014-03-113-3/+3
* utils: fix logging.hFawzi Mohamed2014-03-061-3/+3
* ConsoleProcess: Remove asserthjk2014-03-061-1/+0
* Environment: Don't search the same directory repeatedlyTobias Hunger2014-03-051-0/+8
* PathChooser: Small cleanupTobias Hunger2014-03-051-2/+2
* PathChooser: Trigger revalidation when environment or base name changeTobias Hunger2014-03-051-1/+4
* Fix some typosSergio Ahumada2014-03-053-3/+3
* Debugger: remove platform ifdefs in terminal adapterhjk2014-03-042-2/+8
* Utils: Fix replace with preserve case.David Schulz2014-03-031-1/+1
* Make find options in tool bar more accessible.Eike Ziller2014-02-282-2/+42
* winutils: Fix warning about unused functions on non windowsTobias Hunger2014-02-281-0/+2
* Re-arrange Ctrl-C stub argument passing.hjk2014-02-211-8/+10
* Utils: Compile winutils on all platformhjk2014-02-204-20/+25
* PathChooser: Provide more direct access to button labelhjk2014-02-192-9/+7
* QtcProcess: pass arguments only once to child processJoerg Bornemann2014-02-191-0/+2
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-194-682/+731
* Utils: Merge BaseValidatingLineEdit into FancyLineEdithjk2014-02-1416-342/+223
* Utils: Merge FilterLineEdit into FancyLineEdithjk2014-02-146-132/+48
* Add support for qCDebug and friendsKai Koehne2014-02-143-1/+132
* Utils::FileName: Enable qDebug() << Utils::FileName()Daniel Teske2014-02-132-0/+13
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-124-12/+4
* FileUtils: Add static method to construct FileNames from Latin1Tobias Hunger2014-02-112-0/+8
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-02-112-2/+2
|\
| * Allow + for file names in file wizardEike Ziller2014-01-271-1/+1
| * ProjectNameValidatingLineEdit: Fix WSTobias Hunger2014-01-231-1/+1
* | HistoryCompleter: Do not overwrite text in the FancyLineEditTobias Hunger2014-02-061-1/+1
* | Make sure to generate qmake friendly file namesTobias Hunger2014-02-063-2/+29
* | Utils: Fix getting a case sensitive path on windows.David Schulz2014-01-312-43/+10
* | AnsiEscapeHandler: Avoid some iterations over the stringTobias Hunger2014-01-201-4/+5
* | AnsiEscapeHandler: Use a dedicated struct in favor of a qPairTobias Hunger2014-01-203-19/+30
* | AnsiEscapeCodeHandler: Make enum privateTobias Hunger2014-01-202-14/+13
* | Utils: Introduce CompletingLineEditOrgad Shaneh2014-01-148-39/+142
* | Utils::FileName: Rename append to appendString()Daniel Teske2014-01-092-6/+6
* | Incremented year in copyright infoRobert Loehning2014-01-092-2/+2
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-08168-167/+168
|\ \ | |/
| * Incremented year in copyright infoRobert Loehning2014-01-08167-167/+167
| * make sure Xlib is in our dependenciesOswald Buddenhagen2014-01-071-0/+1
* | Assume UTF-8 in TextFileFormat::readFileUTF8 as fallbackNikolai Kosjar2014-01-061-7/+2
* | Utils: Remove superseded readFileUTF8 overloadNikolai Kosjar2013-12-102-35/+0
* | Utils: Export execMenuAtWidgetOrgad Shaneh2013-12-095-33/+125
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-291-3/+21
|\ \ | |/
| * Mac/Retina: Fix painting of "Details" buttonEike Ziller2013-11-291-3/+21