summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editormanager/editorview.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Do not use tooltip foreground/background on the editor's info bar.Leandro Melo2010-09-151-7/+5
* EditorManager: Change openEditor/activateEditor to not do mode switchingdt2010-09-141-5/+8
* Cleanup of the "empty-editor-focus" paintingAlessandro Portale2010-08-051-30/+4
* Added EditorView::editorArea()Alessandro Portale2010-08-051-0/+6
* Pedantic cleanup of filename parameters for QIcon constructorAlessandro Portale2010-07-301-2/+2
* Wrap text in EditorView's info barLasse Holmstedt2010-07-301-1/+1
* Cut off the forward navigation history to avoid messing it up.con2010-07-061-2/+8
* make fakevim "command line" a few pixels smallerhjk2010-05-111-6/+8
* Fix for closing splitters when editors are opened before splitLasse Holmstedt2010-04-091-4/+6
* Make it possible to react on close button of info bar, and use it forcon2010-03-311-9/+16
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+3
* Fixed toolbar for splitted editorsLasse Holmstedt2010-03-151-0/+21
* Renaming designmodetoolbar -> editortoolbar pt.1Lasse Holmstedt2010-03-101-1/+1
* Editor toolbar integrationLasse Holmstedt2010-03-101-199/+22
* refactored faketoolbar into core -> designmodetoolbarLasse Holmstedt2010-03-101-1/+1
* Long live the king!hjk2010-03-051-1/+1
* * Use prev/next icons from coreplugin resourceNadeem Hasan2010-02-231-9/+11
* Removed static QIcon instances.Friedemann Kleint2010-02-101-5/+2
* Removed two no longer used variablesThorbjørn Lindeijer2010-02-011-2/+0
* Make method naming more consistent.Tobias Hunger2010-01-071-21/+21
* suppress useless warningmae2009-12-011-2/+2
* Fix combobox tooltip and lock-button visibility for empty editor viewsmae2009-11-101-0/+8
* Fix tr()/compiler warningsFriedemann Kleint2009-10-281-1/+1
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-1/+1
* Purge out include files in exported headersFriedemann Kleint2009-10-011-0/+1
* Fixed painting glitch visible on WindowsThorbjørn Lindeijer2009-09-021-3/+6
* Fixed crash in combination with splits (some spuriousmae2009-09-011-5/+6
* long live the kinghjk2009-08-141-1/+1
* fix alt-tab navigation in the original splitmae2009-08-051-0/+2
* Back to the bottom.con2009-07-211-3/+2
* Making the find tool bar be more connected to the searched text.con2009-07-211-0/+4
* small code cleanupmae2009-07-201-1/+1
* visible next/previous navigation buttons for the editor view.mae2009-07-201-0/+47
* Fixes: When copying a path to the clipboard, use the native separatorsAndy Shaw2009-07-201-1/+1
* make ctrl-tab navigation view specificmae2009-07-201-22/+55
* imlemented per-view edit location navigationmae2009-07-201-13/+128
* Unify tool button appearance in "panelWidgets".con2009-07-171-2/+0
* Less QToolBars in editor tool bar.con2009-07-161-23/+12
* Make split view configuration persistent in a sessionmae2009-07-081-2/+67
* Fix non matching connect, disconnect in editorviewKai Koehne2009-07-031-1/+1
* Renamed Core::Internal::EditorModel to Core::OpenEditorsModelKai Koehne2009-07-031-255/+3
* Add a copy full path to clipboard to open edtiors comboboxdt2009-06-181-1/+17
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Make the editormanager robuster in handling editors wihtout filenamesdt2009-06-101-13/+4
* more editor manager cleanupmae2009-06-091-43/+6
* go back to emacs-like splitting behaviour after popular requestsmae2009-06-091-8/+5
* small improvement to the split view: indicate in the editor viewmae2009-05-081-6/+53
* Add "Close all except 'foo.bar'" action.con2009-05-041-0/+11