summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* PluginManager: Fix potential leakOrgad Shaneh2014-11-211-1/+3
* QmlJS: Fix potential null pointer access.Christian Kandeler2014-11-201-1/+1
* Theming: Do not use absolute path for built-in themesOrgad Shaneh2014-11-203-8/+13
* Theming: Store initial paletteOrgad Shaneh2014-11-202-5/+15
* qmljs: avoid warnings for empty qmltypes filesFawzi Mohamed2014-11-191-11/+11
* C++: Fix highlighting after "invalid code"Nikolai Kosjar2014-11-196-8/+22
* Botan: Fix potential null pointer access.Christian Kandeler2014-11-191-2/+5
* C++: Stop parsing a declaration after two triesNikolai Kosjar2014-11-182-2/+31
* qmljs: add isIdle method to detect background parsing/scannigFawzi Mohamed2014-11-182-0/+6
* Debugger: Tooltip timing workarounds.hjk2014-11-152-0/+7
* Debugger: Make pinned tooltips a frameless Tool windowhjk2014-11-154-23/+15
* Fix building with system botanTommi Asp2014-11-131-0/+1
* C++: Save a Symbol::asScope() callNikolai Kosjar2014-11-121-4/+2
* C++: Document::functionAt provides line informationNikolai Kosjar2014-11-122-3/+20
* Utils: Replace && with & for button tooltipsOrgad Shaneh2014-11-121-1/+3
* WelcomeScreen theming: Fix button border colorAlessandro Portale2014-11-121-1/+2
* C++: Include class name for inline functions in functionAtNikolai Kosjar2014-11-111-15/+2
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-1012-12/+0
* Theming: Enable theming info barOrgad Shaneh2014-11-101-2/+2
* Utils::FileName: Fix append("") appending a '/'Daniel Teske2014-11-071-0/+2
* Deprecate 'CurrentSession' in macros.hjk2014-11-072-6/+11
* Utils::transform: Add missing overloads, simplify implementationNikita Baryshnikov2014-11-071-64/+106
* C++: fix follow symbol for const argumentsPrzemyslaw Gorszkowski2014-11-072-13/+35
* CPlusPlus: Use QVector<Token> instead of QListhjk2014-11-064-12/+13
* SSH: Add support for the recommended cipher modes from RFC 4344.Christian Kandeler2014-11-065-28/+84
* qmljs: do not warn for QT_TR* functionsFawzi Mohamed2014-11-061-1/+4
* MacroExpander: Remove unused method and includehjk2014-11-062-9/+4
* Theming: allow to override base styleThorben Kroeger2014-11-063-0/+10
* Theming: Allow to apply theme palette globallyThorben Kroeger2014-11-061-1/+2
* Nicer error reporting for infinite recursionhjk2014-11-051-2/+13
* Use better context and simplify macro expander translationshjk2014-11-052-8/+6
* Prevent indefinite recursion in macro expansionhjk2014-11-051-1/+12
* Provide a facility to hide macros in the chooserhjk2014-11-052-5/+15
* MacroExpander: Minor interface cosmeticshjk2014-11-051-6/+4
* Doc: new QML code syntax check messagesLeena Miettinen2014-11-051-7/+7
* qmljsscopebuilder: avoid warning from clangRobert Loehning2014-11-041-19/+20
* Make Utils::transform more genericDaniel Teske2014-11-042-20/+136
* Always show title of floating dockwidget.David Schulz2014-11-041-2/+1
* C++: Remove unused fileOrgad Shaneh2014-11-043-4/+0
* TreeViewComboBox: Fix home and end keys in presence of unselectable itemsEike Ziller2014-11-031-2/+2
* Introduce and use FileName::exists()hjk2014-11-032-1/+9
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-032-2/+2
* Qt includes: Include qglobal.h when using QT_VERSIONTobias Hunger2014-10-311-0/+6
* BuildableHelperLibrary: Remove a unused methodTobias Hunger2014-10-312-12/+2
* QtVersion: Fix detection of system QtTobias Hunger2014-10-311-12/+30
* CdbExt: Add Dumper for QTimeZone.David Schulz2014-10-312-0/+11
* CdbExt: Fix dumping of QByteArray inside QPrivate class.David Schulz2014-10-311-4/+17
* QtSupport: Default to Qt5 module namesTobias Hunger2014-10-301-17/+25
* CdbExt: Determine the Qt version in static builds.David Schulz2014-10-282-78/+58
* CdbExt: Don't add the 'd' prefix for debug builds.David Schulz2014-10-281-0/+1