aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
* Apply current filter to search resultsJarek Kobus2017-05-041-2/+0
* Fix left sidebar width after switching modesEike Ziller2017-05-022-32/+34
* Specify Qt Creator's "display version" in qtcreator.pri/qtc.qbsEike Ziller2017-04-211-4/+3
* Fix Shortcut for right sidebarThomas Hartmann2017-04-192-4/+2
* Core: Fix compiler display name for MSVC2017Orgad Shaneh2017-04-181-5/+3
* Core: Handle an invalid theme id from the settingsAlessandro Portale2017-04-151-2/+10
* Use toByteArray() directlyMontel Laurent2017-04-141-1/+1
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+1
* Reserve some elementsMontel Laurent2017-04-141-0/+1
* Don't use return keyword when not necessaryMontel Laurent2017-04-142-7/+11
* Fix Toggle Right Sidebar shortcut on WindowsThomas Hartmann2017-04-121-1/+1
* Coreplugin: Fix UI text capitalizationLeena Miettinen2017-04-113-3/+3
* DocumentModel: Remove redundant returnRobert Loehning2017-04-061-1/+1
* TreeModel/Find: Save a few cycles when searchinghjk2017-04-051-3/+4
* Core: Do not warn about big file that is already openOrgad Shaneh2017-03-291-6/+3
* Support diff a file from project explorer against the current fileJarek Kobus2017-03-281-0/+1
* SearchResultDelegate: Fix display of icons on HiDPI screensEike Ziller2017-03-241-4/+5
* WelcomeMode: Remove screenDependHeightDistance()Alessandro Portale2017-03-242-7/+0
* Locator: Signal added column and resize headersOrgad Shaneh2017-03-221-4/+17
* Merge remote-tracking branch 'origin/4.2' into 4.3Eike Ziller2017-03-221-0/+6
|\
| * Fix system options not being retained after restartVladislav Tronko2017-03-161-0/+6
* | Core: Remove slot-by-name referenceOrgad Shaneh2017-03-204-11/+16
* | Core: Place "private slots" inside WITH_TESTS sectionOrgad Shaneh2017-03-201-1/+1
* | ManhattanStyle: remove QTabBar position adjustmentOleg Yadrov2017-03-161-20/+0
* | Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-145-2/+5
|\|
| * QRegExp include cleanupSamuel Gaist2017-03-135-1/+6
* | Locator: Expand first column when second one is emptyOrgad Shaneh2017-03-131-1/+8
* | TextEditor: add right sidebarSerhii Moroz2017-03-0910-134/+326
* | WelcomePage: Workaround broken QFrame in HighDPI casesAlessandro Portale2017-03-062-5/+31
* | Find: Assign button shortcutsSerhii Moroz2017-03-061-4/+5
* | Utils: Wrap MimeDatabase into static functionshjk2017-03-038-42/+27
* | RunControl: Make sure to reset the outputformaterTobias Hunger2017-03-021-7/+9
* | Add the needed infrastucture to enable application output filtersBogDan Vatra2017-02-281-0/+2
* | QtcProcess: fix cancel builds at windowsTim Jenssen2017-02-281-3/+22
* | Locator: Fix warning in directory filterTobias Hunger2017-02-282-3/+2
* | Provide exclusion filters for custom locator filtersEike Ziller2017-02-283-24/+45
* | Advanced search: Add exclusion patternsEike Ziller2017-02-281-1/+1
* | Move mimetype definitions to plugin specsEike Ziller2017-02-272-1/+13
* | Convert some 0 to nullptrMontel Laurent2017-02-234-4/+4
* | Remove spaces in initializer listsTim Jenssen2017-02-228-46/+46
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-201-3/+9
|\|
| * Settings: Do not crash when jumping to filtered out categoryEike Ziller2017-02-161-3/+9
* | VariableChooser: Use FancyLineEdit instead of QLineEditAlessandro Portale2017-02-151-4/+4
* | VariableChooser: add filterSerhii Moroz2017-02-151-1/+38
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-142-0/+2
|\|
| * Call QPainter::end() prior to QPixmapCache::insert()Friedemann Kleint2017-02-082-0/+2
* | Make Creator compile without Qt tools in some configurationhjk2017-02-102-1/+52
* | Replace occurrences of QStringList() << patternChristian Stenger2017-02-093-50/+39
* | Replace a few occurrences of QStringList() << ...hjk2017-02-087-9/+9
* | Core: Fix memory leak in InfoBarEntryNikolai Kosjar2017-02-022-14/+21