aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* CPlusPlus: Fix some crashhjk2018-05-161-0/+3
* Tracing: Untangle some includesUlf Hermann2018-05-154-2/+6
* QmlDesigner: Use a less expensive QColor constructorAlessandro Portale2018-05-141-3/+3
* Utils: Fix manual usage of PathChooserChristian Stenger2018-05-141-1/+1
* ExtensionSystem: Forward setEnabledBySettings to PluginSpecIvan Donchevskii2018-05-142-0/+7
* Utils: Consistently use nullptrTobias Hunger2018-05-1352-95/+101
* Utils: Use override consistentlyTobias Hunger2018-05-1346-117/+122
* Tracing: Simplify saving and loadingUlf Hermann2018-05-113-73/+44
* Modeling: Use override consistentlyTobias Hunger2018-05-095-5/+5
* Modeling: Add a missing breakOrgad Shaneh2018-05-081-0/+1
* Tracing: Move event storage out of trace managerUlf Hermann2018-05-083-12/+45
* Tracing: Move the type storage out of the trace managerUlf Hermann2018-05-082-12/+52
* Tracing: Generalize event filteringUlf Hermann2018-05-082-7/+6
* Tracing: Drop restricted start/end times from trace managerUlf Hermann2018-05-082-23/+5
* Tracing: Don't restore notes for events that have been filtered outUlf Hermann2018-05-081-1/+1
* Tracing: Make sure we cannot create a bare TraceEvent or TraceEventTypeUlf Hermann2018-05-082-12/+20
* ProjectExplorer: Do not overwrite shared project settingsOrgad Shaneh2018-05-082-2/+4
* Tracing: Consistently use nullptrTobias Hunger2018-05-088-9/+9
* ExtensionSystem: Consistently use nullptrTobias Hunger2018-05-086-7/+7
* GLSL: Use override consistentlyTobias Hunger2018-05-086-219/+219
* Tracing: Use the same "lock" mechanism in flame graph as in timelineUlf Hermann2018-05-083-8/+6
* Unify flame graph and timeline details windowsUlf Hermann2018-05-087-508/+227
* Tracing: Reset the selected type ID when clicking empty spaceUlf Hermann2018-05-081-0/+2
* Tracing: Don't call selectClicked() after changing the rootUlf Hermann2018-05-081-1/+2
* Add generic FlameGraphView QML componentUlf Hermann2018-05-083-0/+350
* Clang: Fix compiler warningsOrgad Shaneh2018-05-081-1/+1
* QmlDebug: Use override consistentlyTobias Hunger2018-05-075-7/+7
* QmlEditorWidgets: Use override consistentlyTobias Hunger2018-05-078-25/+25
* ExtensionSystem/Aggregation: Use override consistentlyTobias Hunger2018-05-077-7/+7
* Tracing: Use override consistentlyTobias Hunger2018-05-0710-18/+18
* CDB: Fix delete of base class without virtual dtorOrgad Shaneh2018-05-071-1/+2
* Move Timeline and FlameGraph into a common "Tracing" libraryUlf Hermann2018-05-0493-169/+86
* Get rid of size type conversion warning in Utils::transformEike Ziller2018-05-041-1/+1
* Utils: Add reset call to ExecuteOnDestructionIvan Donchevskii2018-05-031-2/+5
* TextEditor: Highlight punctuators as TextHugo Holgersson2018-05-034-15/+23
* EnvironmentDialog: Add help text to make usage more obviousAndre Hartmann2018-05-031-6/+10
* Utils: Fix treemodel's hasChildrenChristian Stenger2018-05-022-0/+9
* Clang: Add semantic C++ operator-token stylingHugo Holgersson2018-04-302-0/+4
* PathChooser: Remove wrong commentsTobias Hunger2018-04-251-3/+3
* Utils: Use free functions in OsSpecificAspectshjk2018-04-243-41/+38
* Utils: Introduce a OsSpecificAspect::pathWithNativeSeparators(QString)hjk2018-04-241-0/+14
* Remove TimelineTraceManager::StateUlf Hermann2018-04-232-58/+0
* Clang: Simplify name and type in FullTokenInfo for functionsIvan Donchevskii2018-04-232-7/+1
* ToolChain: Use SettingsAccessor to access XML settingsTobias Hunger2018-04-202-6/+15
* QmlProfiler: Move parts of model manager and trace file to TimelineUlf Hermann2018-04-197-3/+890
* fix windows buildTim Jenssen2018-04-182-2/+2
* Timeline: Move modelId generation into aggregatorUlf Hermann2018-04-174-4/+14
* Move parts of QmlEvent and QmlEventType to timelineUlf Hermann2018-04-174-2/+126
* QmlDesigner: Add a couple of new theme colorsThomas Hartmann2018-04-171-1/+4
* Timeline: Add stash() and restore() methods to notes modelUlf Hermann2018-04-172-1/+11