summaryrefslogtreecommitdiff
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-08167-167/+167
* make sure Xlib is in our dependenciesOswald Buddenhagen2014-01-071-0/+1
* Mac/Retina: Fix painting of "Details" buttonEike Ziller2013-11-291-3/+21
* Select executable when selecting app bundle with path chooserEike Ziller2013-11-181-0/+9
* CppTools: Use editor manager's codec as fallbackNikolai Kosjar2013-11-182-1/+37
* Remove loop and use QSettings "api" to remove all subkeys.Eike Ziller2013-11-061-2/+1
* Make "Reset warnings" option reset "Do not ask again" messages.Eike Ziller2013-11-012-2/+113
* Revert "utils/function: expose also ref and cref"Fawzi Mohamed2013-10-292-13/+3
* WinUtils: Remove purged functions from headerOrgad Shaneh2013-10-291-9/+0
* PathChooser: Grant direct access to lineEdit's history keyhjk2013-10-282-0/+8
* utils/function: expose also ref and crefFawzi Mohamed2013-10-282-3/+13
* Crossify normalizePathNameOrgad Shaneh2013-10-243-48/+59
* Fix assert on "Current Project" search without projectEike Ziller2013-10-161-1/+3
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-105-12/+12
* Fix MSVC64 warning about integer truncation in qtChooserToQmakePath().Friedemann Kleint2013-10-101-2/+3
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-093-3/+3
* Unify wizards with TOC and cancel button.Eike Ziller2013-10-092-14/+15
* C++ Preprocessor additions widget.David Schulz2013-10-022-26/+34
* PathChooser - fix handling of predefined pathPetar Perisin2013-10-021-3/+12
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-2713-72/+73
|\
| * Doc: edit utils docsLeena Miettinen2013-09-0913-72/+73
* | Introduce ExitCodeInterpreter, useful when exit code != 0 is validjkobus2013-09-262-1/+35
* | QDoc: Fix QDoc warningsTobias Hunger2013-09-262-2/+2
* | Remove unneded breakjkobus2013-09-241-1/+0
* | Port welcome screen to Qt Quick 2Jens Bache-Wiig2013-09-161-2/+2
* | Fix break point warning dialogKai Koehne2013-09-132-0/+31
* | Utils: Remove dead codeTobias Hunger2013-09-132-14/+0
* | Debugger: Remove avoidable platform dependent compilationhjk2013-09-132-9/+3
* | Utils: Cleanup of Tooltip interfacehjk2013-09-133-33/+21
* | ANSI: Simplify escape sequenceOrgad Shaneh2013-09-121-1/+1
* | Utils: Remove unneeded decleration.David Schulz2013-09-121-4/+0
* | C++: change working-copy to work on UTF-8 encoded QByteArrays.Erik Verbruggen2013-09-112-0/+35
* | Utils: Fixing codestyle issues in reloadpromptutils.David Schulz2013-09-112-22/+54
* | AnsiEscapeCodeHandler: Fix build againAndre Hartmann2013-09-091-1/+1
* | Clear formatting if there is no numberPetar Perisin2013-09-091-0/+5
* | Fix MSVC buildOrgad Shaneh2013-09-091-1/+1
* | Utils: Introduce sleep functionOrgad Shaneh2013-09-094-0/+92
* | Added color support of ANSI escape codesPetar Perisin2013-09-096-3/+294
* | qbs project files: Fix some dependency exports.Christian Kandeler2013-09-091-1/+0
* | Editor: Added a close all option to the deleted file dialog.David Schulz2013-09-092-1/+9
* | Kill ";;" at end of statementNikolai Kosjar2013-09-042-2/+2
* | Remove superfluous include paths from project files.Christian Kandeler2013-09-021-1/+0
* | VCS: Enable terminating a commandOrgad Shaneh2013-09-022-0/+8
* | Reduce usage of QStringRef::toString() in settings reader.Friedemann Kleint2013-08-291-1/+1
* | Qt4BC: Simplify shadowbuild/builddirectory handlingTobias Hunger2013-08-282-0/+13
* | utils: adding Utils::Function to support polymorphic function wrappersFawzi Mohamed2013-08-214-2/+122
* | Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-1/+3
|\ \ | |/
| * HostOsInfo: compile, #define _WIN32_WINNT for GetNativeSystemInfoDaniel Teske2013-08-121-1/+3
* | VCS: Enable calling runVcs from non-GUI threadsOrgad Shaneh2013-08-201-2/+12
* | fix warning C4267Joerg Bornemann2013-08-191-1/+1