aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-1115-77/+119
|\
| * EditorManager: Add NoNewSplits to OpenEditorFlagsTobias Hunger2014-03-072-5/+15
| * EditorManager: Add OpenEditorFlags to openEditorWithContentsTobias Hunger2014-03-072-3/+9
| * Save settings less aggressively.Eike Ziller2014-03-075-20/+3
| * Core: add punctuation to messagesLeena Miettinen2014-03-073-7/+7
| * EditorManager: Add NoFlags as 0-optionTobias Hunger2014-03-061-5/+7
| * VcsManager: Add convenience signal for Vcs config changesTobias Hunger2014-03-052-0/+4
| * VcsManager: Add method to get additionalToolsPaths from all IVcsControlsTobias Hunger2014-03-052-1/+29
| * IVcsControl: Add additionalToolsPath()Tobias Hunger2014-03-052-0/+12
| * Core: Remove settings accessor indirection via MainWindowhjk2014-03-053-38/+35
* | Editors: Move id() from editor to document.Eike Ziller2014-03-058-23/+29
* | Fix escape handling in find tool bar.Eike Ziller2014-03-054-26/+19
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-03-042-2/+3
|\|
| * Core: Restore main window state before showing.David Schulz2014-03-031-1/+1
| * Remove leading newline characters from translated messages.Friedemann Kleint2014-02-281-1/+2
* | ActionManager: Remove QShortcut registration APIEike Ziller2014-03-0312-361/+94
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-02-282-12/+114
|\|
| * Make find options in tool bar more accessible.Eike Ziller2014-02-282-12/+114
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-02-274-2/+5
|\|
| * Fix crash when restoring settings in registerShortcutEike Ziller2014-02-271-1/+1
| * Core: Delay coreOpened signal emissionhjk2014-02-271-1/+1
| * Do '&', '&&' conversion when creating id for external toolEike Ziller2014-02-271-0/+1
| * Shortcut settings: Update collision markers when resetting shortcutEike Ziller2014-02-271-0/+2
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-02-2725-351/+384
|\|
| * Editors: Minor branch consolidationhjk2014-02-261-3/+4
| * Shortcuts: Remember them even for plugins that are not loadedEike Ziller2014-02-264-25/+47
| * Editors: Sanity check that an id was set in the editor implementation.Eike Ziller2014-02-261-0/+1
| * MainWindow: Delay restoreWindowState even moreOrgad Shaneh2014-02-261-3/+2
| * Core: Mark shortcut conflicts in keyboard settings input boxhjk2014-02-267-292/+265
| * Unify text on buttons that open the options dialogEike Ziller2014-02-256-4/+11
| * Make buttons in find tool bar accessible with tabEike Ziller2014-02-252-17/+28
| * Core: Fix plugin unit test on WinChristian Stenger2014-02-251-2/+5
| * Add "..." to buttons which open a dialogRobert Loehning2014-02-252-4/+4
| * Core: Make IEditor::id a value member and adjust usershjk2014-02-252-1/+17
| * Find/Locator: Re-establish initialization order from before the moveEike Ziller2014-02-251-1/+1
* | Improve Copy/CutLine actions usabilityFrantisek Vacek2014-02-262-0/+3
|/
* Settings: Performance optimizationsEike Ziller2014-02-241-0/+3
* Improve performance of writing settingsEike Ziller2014-02-214-0/+21
* Optimize usage of QPaletteLorenz Haas2014-02-214-7/+4
* EditorManager: Avoid some duplicated codehjk2014-02-201-16/+10
* Avoid raising the main window after loading projectEike Ziller2014-02-201-1/+0
* Core: Remove "Filter" from find toolbarOrgad Shaneh2014-02-201-1/+1
* IVersionControl: Fix documentationOrgad Shaneh2014-02-191-15/+28
* Core: Compile fix with Qt 4hjk2014-02-191-0/+1
* fix build on WindowsJoerg Bornemann2014-02-191-1/+1
* IVersionControl: Implement topic cache in the base classOrgad Shaneh2014-02-192-6/+82
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-3/+4
* IVersionControl: Remove parent argumentOrgad Shaneh2014-02-191-1/+1
* IVersionControl: Remove a TODO already doneOrgad Shaneh2014-02-191-3/+0
* Core: Buildfix for locator testTobias Hunger2014-02-171-1/+1