aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
...
* | Core: Fix enabling/disabling of zoomIn/Out buttons in output panesAlessandro Portale2019-04-232-7/+0
* | OutputWindow: Fix read-onlyness for output windowsOrgad Shaneh2019-04-181-5/+10
* | IOutputPane: Refactor zoom function into base classAndre Hartmann2019-04-166-64/+79
* | Make task details visible by defaultEike Ziller2019-04-121-1/+1
* | Core: Turn progress detail expander into a real iconAlessandro Portale2019-04-112-41/+3
* | Core: Fix qbs buildChristian Kandeler2019-04-081-0/+2
* | Add output filtering for Application Output paneAlessandro Ambrosano2019-04-087-87/+309
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-04-072-6/+11
|\|
| * Mode selector: Suppress change signals when clicking on active mode tabEike Ziller2019-04-051-5/+7
| * Fix missing mode changed signal on startupEike Ziller2019-04-032-2/+5
* | UpdateInfo: Show info when no updates are foundEike Ziller2019-04-042-2/+16
* | Add API for another info string for progress barsEike Ziller2019-04-046-20/+99
* | Allow pinning files to ensure that they are always openMitch Curtis2019-04-039-45/+180
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-021-1/+1
|\|
| * Core: Use mode stack index for FancyTabWidget::index()hjk2019-03-271-1/+1
* | Fix usage of deprecated API QMessageBox::standardIconEike Ziller2019-03-281-1/+1
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-271-2/+3
|\|
| * Windows: Fix submenu arrow stylev4.9.0-rc1Eike Ziller2019-03-261-2/+3
* | MessageManager: Cleanup part IIAndre Hartmann2019-03-251-2/+0
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-251-6/+0
|\|
| * Fix soft assert when opening widget designer formEike Ziller2019-03-251-6/+0
* | Add RightPaneWidget::widget()Eike Ziller2019-03-222-0/+6
* | General Messages Pane: Add font settings and zoomAndre Hartmann2019-03-204-2/+94
* | Utils: Rename one of the FileName::fromString overloadshjk2019-03-191-1/+1
* | Compile fixhjk2019-03-191-0/+2
* | MessageManager: Small cleanupAndre Hartmann2019-03-192-3/+4
* | MessageManager: Replace early return with QTC_ASSERTAndre Hartmann2019-03-191-4/+4
* | Advanced Search: Add horizontal scroll barEike Ziller2019-03-154-51/+120
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-145-6/+30
|\|
| * Fix selection color in locator popupEike Ziller2019-03-121-0/+8
| * Output pane manager: Fix two inconsistenciesChristian Kandeler2019-03-071-4/+4
| * Search results: Open editor on pressing enter on file itemEike Ziller2019-03-072-0/+17
| * Help: Improve handling of results from index lookupEike Ziller2019-03-051-2/+1
* | Unit tests: Print a warning at the end if not all tests passedChristian Kandeler2019-03-141-1/+4
* | EditorManager: add signals for opened/closed documentsDavid Schulz2019-03-122-5/+11
* | OutputWindow: Reorder members to avoid paddingAndre Hartmann2019-03-101-1/+1
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-052-0/+7
|\|
| * Add ICore::cacheResourcePath()Marco Bubke2019-03-042-0/+7
* | Replace static_casts by QOverload where possiblehjk2019-02-2613-21/+19
* | Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-157-16/+16
* | Bump minimum Qt version (to build Qt Creator) to 5.11Alessandro Portale2019-02-151-4/+0
|/
* Application icons refresh: Qt Creator == "QC"Alessandro Portale2019-02-158-0/+0
* HelpItem: Fix usage of isFuzzyMatchEike Ziller2019-02-132-1/+10
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-111-0/+1
|\
| * ExternalToolConfig: Fix choosing executableAndre Hartmann2019-02-111-0/+1
* | Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* | Help: Lookup in index if ID is not foundEike Ziller2019-02-115-34/+123
* | ExternalToolConfig: Cleanup and modernizeAndre Hartmann2019-02-102-28/+26
* | Core: add combo info to info bar entryDavid Schulz2019-02-072-1/+22
* | Help: Move finding the best documentation link to HelpItemEike Ziller2019-02-072-0/+32