aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbaseoutputwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* VcsBase: Use static pattern for VcsBaseOutputWindowhjk2014-08-271-133/+0
| | | | | | | | Also rename to VcsOutputWindow. Change-Id: I79547b1154603a8c7b3604eadc5b460930c6109c Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Some QString -> FileName transformationOrgad Shaneh2014-07-161-2/+4
| | | | | Change-Id: I4a8a8f68bb1e52750380218793ec3029b488c01f Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* VcsOutputPane: Filter passwords from URLsTobias Hunger2014-02-271-0/+2
| | | | | | | Task-number: QTCREATORBUG-11246 Change-Id: Ib204b2e0392d1c1876f01876d7f90f56e91218d4 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* VcsBase: Replace a struct with classTobias Hunger2014-02-271-1/+1
| | | | | Change-Id: I5895e759820a358cd1d54888bfe84ddccb484967 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* VCS: Auto open for edit by Perforce no longer steals focus.Alexander Kondratskiy2014-02-191-2/+11
| | | | | | | | Refactoring appendLines to use MessageStyle enum. Task-number: QTCREATORBUG-8289 Change-Id: I3a023724e6616d1b60640cb4d70ce7dd8fe30338 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* VCS: Introduce message styleOrgad Shaneh2013-08-201-0/+3
| | | | | | | Similar to compile and app output panes Change-Id: Ib9ac6d8be880739ae78d0a39f7051cbe616e46c2 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* VCS: Un-data functions that accept QStringOrgad Shaneh2013-07-311-4/+0
| | | | | Change-Id: Iffa82f4ab06162ab57e77301e77fb37ed7230bd5 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* vcs: s/VCS/Vcs/hjk2012-01-091-8/+8
| | | | | | | | According to style guide. Change-Id: I05c1d4f50ddbf2876ab7e0835f4abec95fd573b2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* vcsbase: stylehjk2012-01-091-15/+16
| | | | | Change-Id: I139d9d46605383f03215c80bd9e9fd965021b435 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* IOutputPane: constify some member functionshjk2011-09-281-6/+6
| | | | | | Change-Id: I023b7f5976b30fc950d2dd5a76f749ef4720ac2f Reviewed-on: http://codereview.qt-project.org/5618 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdb/pythongdbengine.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.h src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.h src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp src/plugins/qt4projectmanager/qt4target.cpp src/plugins/qt4projectmanager/qt4target.h src/plugins/qt4projectmanager/qtoptionspage.h src/plugins/qt4projectmanager/qtversionmanager.cpp src/plugins/welcome/welcomemode.cpp
| * Update license.hjk2011-04-131-14/+13
| |
* | API Documentation: Add VCSBase.Friedemann Kleint2011-03-281-9/+0
|/
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* s/name/displayName/ in ioutputpaneTobias Hunger2010-06-161-1/+1
| | | | Reviewed-by: dt
* VCS: Show message box on timeouts/Add SSH prompt.Friedemann Kleint2010-05-211-0/+12
| | | | | | | | | | | - Use message boxes on timeouts. - Add a configuration for a graphical SSH password prompt binary with defaults - Launch commands that require authentification with no terminal on UNIX and environment variable SSH_ASKPASS set accordingly. - First attempt at introduce a common function to synchronously run VCS commands in base plugin with flags. - Use standard execution log entries in all VCS plugins (outputwindow).
* Long live the king!hjk2010-03-051-1/+1
|
* VCS: Add "Open file" context menu action to VCS log paneFriedemann Kleint2009-12-151-1/+11
| | | | | | to be used for status/opened output. enabling convenient opening. Append repository as block data to log text to be able to resolve relative paths.
* Purge out include files in exported headersFriedemann Kleint2009-10-011-1/+1
|
* long live the kinghjk2009-08-141-1/+1
|
* Version control: Replace per-VCS output panes with a single one.Friedemann Kleint2009-08-101-0/+107
...and give it some color and formatting.