summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin
Commit message (Expand)AuthorAgeFilesLines
* (Help)SideBar fixesEike Ziller2014-10-134-22/+14
* Add index and filter combo box to external help windowEike Ziller2014-10-135-7/+29
* Navigation side bar: It is "View", not "Pane"Eike Ziller2014-10-132-2/+2
* ManhattanStyle: Reduce scope of local variableOrgad Shaneh2014-10-121-1/+1
* Help: Save side bar visibility without keeping track manuallyEike Ziller2014-10-091-1/+2
* New Qt Creator logoAlessandro Portale2014-10-098-0/+0
* Remove StandardFileWizardFactoryTobias Hunger2014-10-092-52/+0
* Style: Fix sunken style for menu againOrgad Shaneh2014-10-061-1/+1
* Fix follow symbol in next split, and simplify codeEike Ziller2014-09-292-13/+7
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-292-2/+2
|\
| * Session: Fix saving session data on shutdown from project modeDaniel Teske2014-09-262-2/+2
* | Reuse code for open documents and open help pages panesEike Ziller2014-09-266-122/+250
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-262-5/+5
* | Core: Reorganize ReadOnlyFilesDialoghjk2014-09-253-132/+134
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-252-20/+21
* | Coreplugin: Simplify include structureTobias Hunger2014-09-242-3/+3
* | Editors: Support drag & drop from bookmarks paneEike Ziller2014-09-238-25/+48
* | Locator filters: Fix various thread-safety issuesEike Ziller2014-09-2312-37/+77
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-232-6/+14
|\ \ | |/
| * Locator: Fix the fix of the deadlockEike Ziller2014-09-222-6/+14
* | Locator: Fix local variable nameEike Ziller2014-09-222-5/+5
* | JsExpander: Do not crash on exitTobias Hunger2014-09-181-0/+1
* | Core: Have the JsExpander take ownership of registered QObjectsTobias Hunger2014-09-181-4/+4
* | Core: Add a basic extension for the JsExpanderTobias Hunger2014-09-185-2/+207
* | ManhattanStyle: Use QRectF instead of QRect for adjustmentOrgad Shaneh2014-09-181-1/+2
* | ManhattanStyle: Simplify focus frame drawingOrgad Shaneh2014-09-171-3/+1
* | Core: Fix compile for gcc 4.7.3Christian Stenger2014-09-171-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-161-1/+2
|\ \ | |/
| * Only insert SideBarWidget for existing idThomas Hartmann2014-09-101-1/+2
* | VariableManager: Add support for javascript varibalesTobias Hunger2014-09-166-0/+178
* | VariableManager: Remove unused static variableTobias Hunger2014-09-161-3/+0
* | VariableManager: Allow variables that are triggered by a prefixTobias Hunger2014-09-162-10/+48
* | use DISTFILES instead of OTHER_FILES in creator's own build systemOswald Buddenhagen2014-09-151-1/+1
* | Editors: Support drag and drop from open editors pane to splitsEike Ziller2014-09-123-0/+47
* | EditorToolBar: Show editor context menu when clicking on file iconEike Ziller2014-09-124-31/+51
* | Support drag and drop between splitsEike Ziller2014-09-124-16/+82
* | Core: fix possible nullptr deref.Erik Verbruggen2014-09-111-1/+1
* | Editors: change QTC_CHECK to Q_ASSERT to prevent nullptr derefs.Erik Verbruggen2014-09-111-1/+1
* | Core: Fix compileChristian Stenger2014-09-111-1/+2
* | OutputPaneManager: Compile fixhjk2014-09-112-2/+2
* | Core: High-DPI support for output pane buttonsAlessandro Portale2014-09-109-83/+120
* | Remove Qt version checks.Christian Kandeler2014-09-087-46/+7
* | C++: Change QStringList to QSet<QString> to prevent conversions.Erik Verbruggen2014-09-042-2/+2
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-045-6/+6
* | Core: Use std::function for info bar callbackshjk2014-09-048-42/+34
* | Core: Define some more constants for the wizardsTobias Hunger2014-09-032-1/+7
* | IWizardFactory: Factor out plugin feature set generationTobias Hunger2014-09-032-15/+20
* | Core: Export PromptOverwriteDialogTobias Hunger2014-09-033-6/+4
* | ExternalTool: Add missing member to assignment operatorTobias Hunger2014-09-031-0/+1
* | DocumentManager: Reduce scope of variableTobias Hunger2014-09-031-1/+1