summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/outputpanemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Fix compileChristian Stenger2014-09-111-1/+2
* OutputPaneManager: Compile fixhjk2014-09-111-1/+1
* Core: High-DPI support for output pane buttonsAlessandro Portale2014-09-101-79/+93
* Core::Constants: Rename close icon constants to reflect file nameDaniel Teske2014-08-011-1/+1
* Core: Refresh the panel buttonsAlessandro Portale2014-07-241-10/+10
* Replace set[Plain]Text(QString()) with clear()Alessandro Portale2014-07-231-1/+1
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-6/+4
* More robust saving of output pane button visibility setting.Eike Ziller2014-05-281-8/+12
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* OutputManager: Tweak behavior if a pane has focusDaniel Teske2013-11-061-3/+9
* Don't make the output pane get taller when switching tabs.Lincoln Ramsay2013-10-301-10/+13
* Track the size of the output pane and restore it.Lincoln Ramsay2013-09-241-0/+9
* Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-1/+1
* Make a few more shortcuts/actions raise the main window.Eike Ziller2013-05-211-5/+9
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-4/+0
* Use Core::Id::withSuffix when appropriatehjk2013-03-191-3/+4
* Core: Remove unneeded ifdefs.Christian Kandeler2013-03-151-9/+9
* Fix Krazy warnings about includes/header guards in Core plugin.Friedemann Kleint2013-03-131-2/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Use Id::fromString instead of the constructor.hjk2013-01-171-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Core: Build with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-211-3/+5
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-191-19/+21
|\ \ | |/
| * Make IOutputPane behaviour more granularDaniel Teske2012-09-131-19/+21
* | Merge remote-tracking branch 'gerrit/2.6'Oswald Buddenhagen2012-09-121-4/+9
|\ \ | |/
| * OutputPane: Flash the output button instead of switching to edit modeDaniel Teske2012-09-121-4/+9
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-5/+2
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Support badge on output panel buttons.Francois Ferrand2012-07-051-1/+58
* Support flashing output pane button.Francois Ferrand2012-07-051-3/+42
* Make PluginManager mostly static.Eike Ziller2012-06-191-2/+1
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-051-4/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-9/+8
* Get rid of lots of ifdef Q_OS_MAC for shortcuts.Eike Ziller2012-05-231-5/+1
* outputpanemanager: reworkhjk2012-05-221-170/+268
* editormanager: simplify use of interfacehjk2012-05-111-1/+1
* use Core::Id for IMode::id and IMode::typehjk2012-05-081-1/+1
* More consistency for close & close split.Eike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-12/+12
* Send the outputpane the visibilityChanged(true) state when icon is toggled.Adam Treat2012-02-061-0/+1
* Core::ModeManager: make some functions statichjk2012-01-271-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-3/+3
* Use new static ICore interface.hjk2012-01-241-1/+1
* CorePlugin: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-221-10/+10
* More Esc fixes.Eike Ziller2011-12-021-2/+6
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-2/+4
|\