aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
* Locator: Do not remove uninitialized objectOrgad Shaneh2018-02-061-0/+2
* ModelEditor: Move export actions to File menuEike Ziller2018-02-052-0/+3
* Unify zooming actions of image viewer and model editorEike Ziller2018-02-052-0/+27
* Add new settings to control new file dialogThomas Hartmann2018-02-051-1/+10
* JavaScriptFilter: Use QScriptEngine to avoid endless loopsAndre Hartmann2018-02-025-14/+55
* Core: modernize HelpManagerDavid Schulz2018-01-242-26/+31
* JavaScriptFilter: Add engine resetAndre Hartmann2018-01-232-12/+26
* Core: Return context help id by callbackNikolai Kosjar2018-01-181-1/+4
* Locator: Allow simple calculations by using QJSEngineAndre Hartmann2018-01-166-2/+197
* Core: add menu bar locator filterDavid Schulz2018-01-155-73/+373
* Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-01-112-0/+2
|\
| * Fix includesJarek Kobus2018-01-112-0/+2
* | Do not construct settings/resource paths from QSettings objectEike Ziller2018-01-112-0/+7
* | Core: return QMainWindow * from Core::mainWindowDavid Schulz2018-01-112-2/+3
* | Use IDE_ID for user resource pathEike Ziller2018-01-101-1/+1
* | Utils: Remove directory iconChristian Stenger2018-01-081-3/+0
* | Attach progress details to the toggle progress details buttonEike Ziller2018-01-082-1/+1
* | Find: Remember the find flags per completer entryFriedemann Kleint2018-01-036-18/+151
* | BaseFileFilter: Rate full matches higher than fuzzy matchesAndre Hartmann2018-01-032-10/+42
* | BaseFileFilter: Fix typo in commentAndre Hartmann2018-01-021-1/+1
* | Core: Avoid a color->name->color conversion in locatorwidgetAlessandro Portale2018-01-021-1/+1
* | Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-3024-153/+163
* | InfoBar::enableInfo -> InfoBar::unsuppressInfoEike Ziller2017-12-203-4/+4
* | Squish: Assign custom name to distinguish main tabbar from othersChristian Stenger2017-12-151-0/+1
* | Core: Remove OutputPaneManager::m_paneshjk2017-12-152-19/+17
* | De-emphasize PluginManager::getObjects<Type>()hjk2017-12-1531-84/+265
* | Add "Remove File" to file system viewEike Ziller2017-12-122-0/+7
* | Move RemoveFileDialog to UtilsEike Ziller2017-12-125-252/+0
* | Refactor HighlightScrollBarJarek Kobus2017-12-124-206/+202
* | Editor: Remove dead code from EditorManagerDavid Schulz2017-11-211-5/+2
* | Add some mechanism to help screenshot creationhjk2017-11-163-0/+54
* | Add function for getting DiffServiceEike Ziller2017-11-137-7/+48
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-091-7/+7
|\|
| * Fix buildEike Ziller2017-11-071-1/+1
| * NewDialog: Use nullptrTobias Hunger2017-11-071-8/+8
* | Merge remote-tracking branch 'origin/4.5'Orgad Shaneh2017-11-053-2/+32
|\|
| * Restrict suggested file filters to registered supported mime typesEike Ziller2017-11-013-2/+32
* | EditorManager: Sprinkle const over the window title logicHugo Holgersson2017-11-051-1/+1
* | FuzzyMatcher: Improve wildcard matchingOrgad Shaneh2017-11-042-31/+1
* | Rename CamelHumpMatcher -> FuzzyMatcherOrgad Shaneh2017-11-021-4/+4
* | Modernize InfoBar codeEike Ziller2017-11-011-21/+11
* | Remove use of global state from InfoBarEike Ziller2017-11-013-12/+32
* | Merge remote-tracking branch 'origin/4.5'Orgad Shaneh2017-10-301-3/+1
|\|
| * HighlightScrollBar: Modernize overlay paintingDavid Schulz2017-10-261-3/+1
* | Wizards: add basic testsTim Jenssen2017-10-301-1/+2
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-256-10/+13
|\|
| * HighlightScrollbar: Avoid creation of unneeded temporary containerEike Ziller2017-10-241-4/+5
| * Finding: Add a period to the end of an error messageLeena Miettinen2017-10-201-1/+1
| * Fix line number handling for file based locator filtersEike Ziller2017-10-202-2/+2
| * DocumentManager: Avoid unneeded allocation of potentially large listEike Ziller2017-10-191-1/+3