aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
* Add line/column number handling to spotlight locator filterEike Ziller2018-09-031-5/+7
* Fix Ctrl+n shortcut in locator widget in some configurationsEike Ziller2018-08-161-0/+7
* FileProperties: Use native separators for file pathAndre Hartmann2018-07-121-1/+2
* use initializer listTim Jenssen2018-07-101-1/+1
* Expand variables in external tool environmentEike Ziller2018-07-101-1/+6
* VcsCommand: Block auto reload while a command is runningOrgad Shaneh2018-06-272-1/+11
* FancyTabWidget: Set focus on widget changeOrgad Shaneh2018-06-261-0/+7
* Core: Fix indentationOrgad Shaneh2018-06-181-1/+1
* Set parents for menus in the main menu barEike Ziller2018-06-181-0/+2
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-4/+4
* Core: Write MIME type in all caps in UI textLeena Miettinen2018-06-081-1/+1
* Utils: Properly name withNtfsPermissions()Andre Hartmann2018-06-051-2/+2
* Core: Make preview work when FOO is both a variable and a prefixTobias Hunger2018-06-051-3/+1
* Core: Fix icon size calculation in the mode bar (Icon + text mode)Alessandro Portale2018-05-291-4/+5
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-283-7/+4
* Fix that removing splits results in code model issuesEike Ziller2018-05-254-23/+48
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-142-4/+13
|\
| * Merge remote-tracking branch 'origin/4.6' into 4.7Eike Ziller2018-05-142-4/+13
| |\
| | * VCS locator filters: Let locator close its popupEike Ziller2018-05-022-4/+13
* | | Core: Fix compile with MSVC2015Christian Stenger2018-05-091-2/+2
|/ /
* | Core: Icon-only option for the mode selection barAlessandro Portale2018-05-099-87/+233
* | Core: Fix crash after second showOptionsDialog callIvan Donchevskii2018-05-081-12/+9
* | Core: Consistently use nullptrTobias Hunger2018-05-0844-74/+74
* | Core: Use override consistentlyTobias Hunger2018-05-0764-218/+218
* | Refactor the highlight scrollbar paintingJarek Kobus2018-05-042-84/+215
* | Core: Options: Fix category list widthAlessandro Portale2018-05-021-1/+1
* | DocumentModel: Replace optional::value by non-throwing alternativeRobert Loehning2018-05-021-1/+1
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-05-021-2/+5
|\|
| * Make the locator popup track the window positionMorten Johan Sørvig2018-04-261-2/+5
* | Update Options dialog iconsAlessandro Portale2018-04-248-4/+6
* | Core: Turn soft assert into if clauseChristian Stenger2018-04-241-1/+2
* | Core: Make IOptionsPageProvider::categoryIcon a Utils::IconAlessandro Portale2018-04-242-3/+3
* | Core: Remove unused category_locator.pngAlessandro Portale2018-04-242-1/+0
* | Utils: Use free functions in OsSpecificAspectshjk2018-04-242-4/+4
* | EditorToolBar: Replace another optional::value to not throwRobert Loehning2018-04-231-1/+1
* | Clean up options page category display name and icon set upEike Ziller2018-04-237-15/+2
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-171-0/+2
|\|
| * ExternalToolsConfig: Fix tab order for path choosersAndre Hartmann2018-04-151-0/+2
* | EditorToolBar: Replace optional::value by non-throwing alternativeRobert Loehning2018-04-161-1/+1
* | Fix potential nullptr access in editor managerEike Ziller2018-04-161-1/+1
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-132-7/+8
|\|
| * Core: Avoid duplicating options pageChristian Stenger2018-04-112-7/+8
* | SettingsDialog: Use RAII for event loopsTobias Hunger2018-04-121-11/+12
* | DocumentModel: Replace optional::value by non-throwing alternativeRobert Loehning2018-04-121-2/+2
* | SettingsDialog: Set a more reasonable default sizeTobias Hunger2018-04-111-1/+3
* | Allow to disable or enable high DPI scalingThomas Hartmann2018-04-102-17/+64
* | Utils: Purge asConstOrgad Shaneh2018-04-0910-23/+12
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-311-2/+2
|\|
| * Locator/JavaScript: Fix min/max with more than 2 argumentsEike Ziller2018-03-291-2/+2
* | Shortcut settings: Simplify code that extracts shortcut itemEike Ziller2018-03-291-17/+18