Commit Graph

95 Commits

Author SHA1 Message Date
Eike Ziller
e0e8cf3ada Contact -> qt-project.org
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-07-19 13:23:21 +02:00
Daniel Teske
15088e76ed Fix indentation
Change-Id: I71354f64733a71240cea0a625dbd8f0b9b5e918b
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2012-06-25 19:02:25 +02:00
Eike Ziller
e3c354d8f2 Make PluginManager mostly static.
Change-Id: Ib938aa4999c7c418a82304c5cca2e8748ef9d228
Reviewed-by: hjk <qthjk@ovi.com>
2012-06-19 16:11:40 +02:00
Daniel Teske
5795300ead Make the compile output window use the text editor font
This makes the output use a fixed width font by default.
Also the application output is also synced to the text edit font

Task-number: QTCREATORBUG-7378

Change-Id: Ia036b505017cac0b1254b1b183b798feaee130f9
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2012-05-08 12:07:45 +02:00
Orgad Shaneh
9270d858c1 Compile output: Add 'Cancel Build' button
Change-Id: Ib633c172f3e5a79818ac737016948cbeda82ac41
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2012-04-02 12:04:48 +02:00
Francois Ferrand
54801c5163 Open file when double-clicking in compile window
Track the tasks which are added, so that the generic parsers are
used for detecting file names.

Change-Id: Ie3bcf04c946fa45c99836dc4c29ca03ab5243fb2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2012-03-09 11:27:26 +01:00
Erik Verbruggen
3fa55b7ab9 Removed module names from #include directives.
Getting the #include directives ready for Qt5. This includes the
new-project wizards.

Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2012-02-15 16:24:46 +01:00
hjk
2931a499e6 Long live the king!
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2012-01-26 19:55:36 +01:00
hjk
31600758de all: s/info@qt.nokia.com/qt-info@nokia.com/
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-11-03 10:33:19 +01:00
hjk
373d51a1ed IOutputPane: constify some member functions
Change-Id: I023b7f5976b30fc950d2dd5a76f749ef4720ac2f
Reviewed-on: http://codereview.qt-project.org/5618
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-09-28 15:21:19 +02:00
dt
1ce9e72dc1 Move window.png from qt4projectmanager to projectexplorer
Change-Id: Iceb54733dc92c2d674561b803757e1836544aa43
Reviewed-on: http://codereview.qt.nokia.com/60
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2011-05-23 11:55:39 +02:00
Tobias Hunger
aa2acec14c Fix/add copyright headers
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
2011-05-06 15:17:05 +02:00
con
5e6d92dd66 Make the buffer size for the Application Output window configurable
Task-number: QTCREATORBUG-4531
2011-04-29 10:27:11 +02:00
con
feefdfdc38 Re-use output window implementation for general messages.
Moving the implementation to core plugin.
2011-04-26 10:45:26 +02:00
con
ef77155291 Make output window implementation reusable.
Removes the dependencies to project explorer and text editor plugins
and moves unrelated code to its own file.
2011-04-26 10:45:25 +02:00
hjk
8397663964 Update license. 2011-04-13 11:49:28 +02:00
con
69bbb52bbe Disable undo/redo in compile output window.
Since it is read-only. Makes you think why it is enabled by default for
read-only text edits, but anyhow.

Task-number: QTCREATORBUG-3625
2011-02-04 14:51:55 +01:00
con
d1023c7614 It's 2011 now.
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
con
04e32b0049 License headers. 2010-12-17 16:03:42 +01:00
dt
0710769d6e Bump limit in compile output to 50k
A project of qt's size generates 13k of output. That's without cleaning
and a project which compiles mostly warning free. So expecting 50.000 of
output seems reasonable, might even be a little too low.
2010-08-11 15:39:59 +02:00
Tobias Hunger
16adcc48de Wrong line is highlighted when showing source of task
* Fix off-by-one error when showing compile output of a task
2010-08-04 14:59:10 +02:00
Alessandro Portale
3aa3c5688f Pedantic cleanup of filename parameters for QIcon constructor
Using more *::Constants::ICON_* where it makes sense and
wrapping the file names into QLatin1String where they were
missing.

The increased usage of the ICON constants needed a few more
cross plugin includes of *constants.h, here and there.
I think that it is OK, since the dependencies were alredy there
icon resource wise.
2010-07-30 22:17:14 +02:00
dt
51d6b09efc Modify color mixing for compile output / application output
Task-Nr: QTCREATORBUG-1875
2010-07-27 15:21:51 +02:00
dt
615cda8430 Fix compile output to be readeable with dark themes
This changes the colors to be a mix of red/blue and the foreground
color. If the regular text color is either of those, well...
2010-07-15 11:11:21 +02:00
dt
185bc0ee26 Fix scrolling of compile output windwow again
This time by porting to the ApplicationOutputwindow
2010-07-14 13:01:43 +02:00
Friedemann Kleint
e8c0d0c162 Yet another include purging spree. 2010-07-13 16:36:37 +02:00
mae
c1d93f4a45 Fix scroll to bottom - again... 2010-07-12 11:18:31 +02:00
Tobias Hunger
e07723b4de Fix showoutput taskhandler
* Was broken after recent change to compileoutputwindow.
 * simplify logic a bit while at it.
2010-07-02 17:29:17 +02:00
dt
ddb424a1c3 Fixes scrolling to the bottom of compile output
Patch mostly by mae.

Task-Nr:  QTCREATORBUG-1405
2010-07-02 12:32:17 +02:00
Tobias Hunger
d4ed1e2b5b Add show output task handler
* Add a taskhandler that shows the compile output that
   originally created the task.

Task-number: QTCREATORBUG-107
Reviewed-by: dt
2010-06-30 17:18:15 +02:00
dt
181cecbb32 Port the compile output window away from HTML to QTextCharFormat
Is more then twice as fast
2010-06-08 15:23:58 +02:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Friedemann Kleint
b4c6ecee58 ProjectExplorer include file cleaning spree. 2010-01-25 15:10:12 +01:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
dt
540ddcd562 Add a next/prev shortcut (F6 for now) for outputpanes.
This one has some magic inside to always use the current outputpane.
This solves the issue that I don't want Search and Build Issues list to
have its own set of next/prev shortcuts. todo is a better definition of
next for the build issues and/or a way to restrict it only to errors.
2009-04-30 12:50:52 +02:00
dt
0f46f87118 Fix broken autoscrolling when switching to compile output mode
In certain situations, reported on irc.
2009-04-29 14:23:54 +02:00
dt
48d5400442 Fixes: &amp; in output.
RevBy:    ossi
Details:  By switching to QPlainTextEdit from QTextEdit, which is faster
anyway.
2009-03-12 14:25:43 +01:00
hjk
8ca887aae2 Fixes: change file license headers to include LGPL 2009-02-25 09:15:00 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
cf11b69643 more code cosmetics 2008-12-02 16:19:05 +01:00
hjk
ab83dcd87c off-by-one in headers 2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3 end-of-line whitespace correction of the new headers 2008-12-02 14:17:16 +01:00
con
05c35356ab Initial import 2008-12-02 12:01:29 +01:00