aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Utils: move 2 images to utilsTim Jenssen2017-11-155-0/+4
* Improve horizontal scrolling in the navigation viewsEike Ziller2017-11-072-0/+28
* NavigationTreeView: Add overridesEike Ziller2017-11-071-3/+3
* QmlJS: Add error message for dynamic property called "data"Thomas Hartmann2017-11-061-6/+11
* CamelHump: Prefer plain match over camel humpOrgad Shaneh2017-10-301-2/+2
* ModelEditor: Fix another const vs non-const iterator mismatchEike Ziller2017-10-241-2/+2
* ExtensionSystem: Work around linguist issueEike Ziller2017-10-241-1/+2
* Utils: Fix translation issueEike Ziller2017-10-241-0/+2
* ModelEditor: Fix mixup of const vs non-const iteratorEike Ziller2017-10-201-3/+3
* FileInProjectFinder: Avoid multiple construction of QFileInfoEike Ziller2017-10-191-1/+2
* ExtensionSystem: Avoid using iterators from temporariesEike Ziller2017-10-192-3/+4
* Json: Avoid using iterators from temporariesEike Ziller2017-10-191-3/+4
* Remove unused class BraceMatcherEike Ziller2017-10-194-189/+0
* Plugins: Fix capitalization of Plugin Loader Messages dialogLeena Miettinen2017-10-181-1/+1
* ClangSupport: Rename export macroOrgad Shaneh2017-10-1671-95/+95
* QmlJs: fix bug in resolving qml importsMarco Benelli2017-10-163-62/+31
* Do not arbitrarily create directoriesEike Ziller2017-10-121-1/+1
* Add icons to file system view directory selectorEike Ziller2017-10-115-0/+9
* Utils: Add an icon for "Project"Alessandro Portale2017-10-105-0/+5
* Utils: Make Benchmarker log to a configurable loggingcategoryTobias Hunger2017-10-052-7/+30
* CamelHump: Fix case insensitive matching after the same caseOrgad Shaneh2017-10-051-6/+15
* Merge remote-tracking branch 'origin/4.4' into 4.5Orgad Shaneh2017-10-045-1456/+1509
|\
| * GLSL: Avoid infinite loop at error recoveryNikolai Kosjar2017-09-282-323/+353
| * GLSL: Fix conversion warnings on WindowsNikolai Kosjar2017-09-283-14/+14
| * GLSL: Re-generate parserNikolai Kosjar2017-09-284-1767/+1790
* | ShellCommand: Apply progress parser also to stderrOrgad Shaneh2017-10-041-0/+2
* | CamelHump: Minor cleanupOrgad Shaneh2017-10-031-6/+6
* | CamelHumpMatcher: Fix matching word continuations without humpAndre Hartmann2017-09-281-0/+3
* | timeline: fix forward declarationLaurent Montel2017-09-282-4/+0
* | Clang: Initialize HighlightingTypes to InvalidMarco Bubke2017-09-261-1/+1
* | Merge remote-tracking branch 'origin/master' into 4.5Orgad Shaneh2017-09-2515-246/+68
|\ \
| * | Benchmarks: Provide infrastructure for benchmarksTobias Hunger2017-09-255-1/+135
| * | Clang: Remove unused messagesNikolai Kosjar2017-09-2512-312/+0
* | | Environment::value(): Use findKey() helperFriedemann Kleint2017-09-251-2/+3
|/ /
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-251-6/+10
|\|
| * C++: Fix crash with invalid raw string literalNikolai Kosjar2017-09-201-6/+10
* | Utils: Fix comment in optional.hOrgad Shaneh2017-09-251-1/+1
* | TextEditor: move convenience from texteditor to utilsIvan Donchevskii2017-09-224-2/+183
* | Clang: use HighlightingMarks for hover with Ctrl highlightingIvan Donchevskii2017-09-226-33/+37
* | Sqlite: Improve SqliteStatementMarco Bubke2017-09-215-200/+141
* | Utils: Import std::experimental::in_place to Utils namespaceMarco Bubke2017-09-211-0/+2
* | Utils: Add Utils::SmallStringView::emptyMarco Bubke2017-09-211-0/+6
* | Sqlite: Extend databaseMarco Bubke2017-09-214-21/+30
* | Utils: Fix reverse iterators in SmallStringMarco Bubke2017-09-213-8/+8
* | Clang: Add RefactoringDatabaseInitializerMarco Bubke2017-09-202-1/+95
* | Sqlite: Add locking for sqlite transactionsMarco Bubke2017-09-202-6/+14
* | Sqlite: Don't copy values for bindingMarco Bubke2017-09-202-9/+9
* | Sqlite: Don't use the lower level interface of the statementsMarco Bubke2017-09-203-31/+0
* | Sqlite: Improve exception handlingMarco Bubke2017-09-207-52/+346
* | CamelHumpMatcher: Support uppercase snake matchingAndre Hartmann2017-09-191-1/+4