summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move icons to UtilsUlf Hermann2016-08-05214-654/+598
* QmlProfiler: Move unrelated code out of QmlProfilerClientManagerUlf Hermann2016-08-0510-126/+67
* Utils: Rename the "error" icon to "broken"Ulf Hermann2016-08-057-7/+7
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-08-05125-1402/+1411
|\
| * qbs build: Fix warnings on WindowsChristian Kandeler2016-08-051-1/+4
| * Help: Fix fallback font family on UNIXChristian Stenger2016-08-051-1/+1
| * Utils: Add a missing include in small stringOrgad Shaneh2016-08-041-0/+1
| * Dark Theme: Make unfocussed minitargetchoser item easier to spotAlessandro Portale2016-08-041-1/+1
| * Qml Designer Theming: Fix background colorAlessandro Portale2016-08-047-8/+8
| * ResourceEditor: Fix typos in non-translatable, but user-visible stringsLeena Miettinen2016-08-041-1/+1
| * Doc: Update External Tools options screenshotLeena Miettinen2016-08-041-0/+0
| * Doc: Describe shortcuts for moving within and between blocksLeena Miettinen2016-08-044-9/+31
| * Tests: Remove Utils dependency in algorithm testOrgad Shaneh2016-08-042-2/+1
| * Tests: Fix missing reference to algorithm testChristian Stenger2016-08-041-0/+1
| * Doc: Specifying keyboard shortcuts for Emacs actionsLeena Miettinen2016-08-041-0/+31
| * Update changes-4.1.0.mdAlessandro Portale2016-08-041-1/+12
| * Debugger: Add more safety net for failing dumperhjk2016-08-041-0/+7
| * Nim: Set environment for running projectChristian Stenger2016-08-041-0/+1
| * Nim: Removed wrong asserts triggered during restore of buildstepsFilippo Cucchetto2016-08-041-3/+1
| * Debugger: Only use random QML port if none was givenUlf Hermann2016-08-041-10/+12
| * Debugger: Do a hard shutdown when QML debugger is stoppedv4.1.0-rc1Ulf Hermann2016-08-031-1/+1
| * Doc: Introduce a macro \macos to adapt to upcoming renamingshjk2016-08-0328-82/+83
| * Doc: Update CPU Usage Analyzer screenshotLeena Miettinen2016-08-031-0/+0
| * Debugger: Fix empty memory when viewing inaccessible addressDavid Schulz2016-08-031-1/+5
| * Squish: Stabilize test for removal of break pointsChristian Stenger2016-08-031-0/+1
| * Flat Light Theme: Fix inactive project tab in Projects modeAlessandro Portale2016-08-031-1/+1
| * Doc: Describe Autorun CMake check box in CMake optionsLeena Miettinen2016-08-032-0/+11
| * ProjectExplorer: Load images lazily in mini target selectorOrgad Shaneh2016-08-031-5/+2
| * adjust to changed QMakeParser APIOswald Buddenhagen2016-08-031-5/+5
| * Qt Creator Dark text color scheme: Fix #d64564Alessandro Portale2016-08-021-3/+3
| * Doc: Describe C++ Options Getter and Setter tabLeena Miettinen2016-08-024-0/+10
| * Doc: Restructure the beautifier topicLeena Miettinen2016-08-023-25/+22
| * Doc: Describe requesting Clang warningsLeena Miettinen2016-08-022-4/+42
| * Doc: Update screenshot of Clang Static Analyzer optionsLeena Miettinen2016-08-021-0/+0
| * Doc: Update QML Profiler screenshotLeena Miettinen2016-08-021-0/+0
| * Doc: Update screenshot of Build & Run General optionsLeena Miettinen2016-08-022-1/+1
| * Doc: Add screenshot of Search Results > Find in File SystemLeena Miettinen2016-08-022-0/+2
| * Debugger: Fix startup of PdbEngineChristian Stenger2016-08-021-0/+4
| * Debugger: Only clear the locals view when updating the QML localsUlf Hermann2016-08-021-1/+1
| * Debugger: Register step out action also for QMLUlf Hermann2016-08-021-2/+1
| * Doc: Add missing textLeena Miettinen2016-08-021-3/+3
| * Improve error reporting when parsing JSON filesLars Knoll2016-08-022-3/+9
| * add $$sorted() functionOswald Buddenhagen2016-08-022-1/+11
| * add $$str_member() functionOswald Buddenhagen2016-08-022-37/+74
| * add $$str_size() functionOswald Buddenhagen2016-08-021-2/+9
| * add $$num_add() (numeric addition) functionOswald Buddenhagen2016-08-021-2/+26
| * add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-08-021-1/+18
| * make split_value_list() take a QStringRef as inputOswald Buddenhagen2016-08-023-10/+12
| * make QMakeParser take a QStringRef as inputOswald Buddenhagen2016-08-027-29/+33
| * add ProStringList::join(ProString) overload and make use of itOswald Buddenhagen2016-08-023-3/+8