Eike Ziller
6d4135d8f0
Merge remote-tracking branch 'origin/3.6'
...
Change-Id: Iddfa0d2f3c0fb8ba65c0e5d479ad8e2f2cb95685
2015-10-26 10:55:50 +01:00
Alessandro Portale
b8bdc6f669
Icon refresh: First step towards the new Qt Creator themes
...
http://blog.qt.io/blog/author/didesous/ announced new designs/themes
for Qt Creator. This patch replaces many of the existing toolbar icons
with recolorizable masks for better theming support.
Change-Id: I557aa485205fe2624f33724226f698c303342b40
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com >
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com >
2015-10-23 16:04:52 +00:00
Orgad Shaneh
5f0e4e4f76
ProjectExplorer: Remove unused local variable
...
Change-Id: Ic098ba98864cc1211358d975e4d14829d92d2ac0
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com >
2015-10-19 08:44:13 +00:00
Daniel Teske
897718be05
CompileOutputWindow: Tweak clicking on "links"
...
Change the cursor to a HandCursor if hoovering over a link, and
make it single-click instead of double click.
Task-number: QTCREATORBUG-7542
Change-Id: I606510141eceece1f2b65f6ec1c6fffa838f2788
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com >
2015-09-18 13:18:10 +00:00
Orgad Shaneh
15578266e4
ProjectExplorer: Add missing tooltips for zoom buttons
...
Change-Id: I3d4aa81f8b1e39b89954fa36e8352c06bbef4e9a
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com >
2015-09-01 08:58:48 +00:00
Daniel Teske
8dfa9a5dab
ZOOOOM for CompileOutputWindow and AppOutWindow
...
Implement zooming for the compile output and app output panes.
Those windows can be zoomed by toolbar buttons or ctrl+mousewheel.
The zoom factor is synced between app output panes, but not between
compile and app output. The scroll wheel zoom can be disabled
in the settings.
While at it, fix that the AppOutputPane did not update its font
on changes to the fontsettings.
Task-number: QTCREATORBUG-12476
Change-Id: I8a1639ab3d39c24a5fc21ed82f558f3d10efc02d
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com >
2015-08-31 14:59:03 +00:00
Daniel Teske
4f383f77b4
Tasks: Make the linking of compile output to Tasks more robust
...
Clicking on error messages is supposed to jump to the editor.
And "Show Output" on the task is supposed to select the error
in the output.
The old code just registered the task for the last line of
output. This broke for every parser that allowed for
error messages that spanned multiple lines. And was obviously
also incorrect for tasks that weren't generated due to
compile output.
Fix both of those issues by giving the IOutputParsers more
control on which lines are linked to a task.
Task-number: QTCREATORBUG-14136
Change-Id: I095922c9875620dabfb7d406f6b152c8a9b25b62
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com >
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com >
2015-04-21 13:42:03 +00:00
Orgad Shaneh
919e3c7261
Theming: Unify some duplicate color roles
...
Change-Id: Ic000abd9bd9381e20126d0ce56ce68a35a07efe2
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com >
2015-03-30 07:51:57 +00:00
Thorben Kroeger
a4bb572a3b
Theming: theme compile output pane
...
Change-Id: Ic364457884765ea755d0dc6e3e35296d5bd36359
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
2015-03-23 09:12:49 +00:00
Eike Ziller
ddac471a8e
Compile output: Do not do scroll wheel zooming
...
That was the behavior before the fix for QTBUG-30845 (which introduced
scroll wheel zooming for read-only QPlainTextEdit).
Change-Id: I216ed6c827d8dc966af3af67158e9c275c9fa949
Task-number: QTCREATORBUG-11017
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com >
2015-03-17 11:27:46 +00:00
Eike Ziller
3c85058694
Update License
...
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com >
2015-01-16 12:37:56 +01:00
Daniel Teske
69a3b0ee54
OutputPanes::hasFocus() needs to check the window's focus widget
...
QWidget::hasFocus() returns false if the window isn't active.
Task-number: QTCREATORBUG-13361
Change-Id: I7152ec2139bbb255c2a722e378a111dc4bc2ed62
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com >
2014-11-12 13:25:47 +01:00
Eike Ziller
020c86038c
Merge "Merge remote-tracking branch 'origin/3.2'"
2014-10-14 16:28:45 +02:00
Orgad Shaneh
c884f3e0ef
ProjectExplorer: Remove redundant namespace qualifications
...
Change-Id: Id9034e31f3f61c38894111951534dd0d59b746dc
Reviewed-by: hjk <hjk121@nokiamail.com >
2014-10-14 16:22:02 +02:00
Eike Ziller
8295b503be
License update
...
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com >
2014-10-09 11:41:44 +02:00
Orgad Shaneh
1c47b15d18
ProjectExplorer: Pass some values by reference
...
Change-Id: I628c317fc86f1f4b33ca453018d54fb86babc1e8
Reviewed-by: Eike Ziller <eike.ziller@digia.com >
2014-05-20 07:52:17 +02:00
Daniel Teske
86e3d5af5f
CompileOutputWindow: Remove unused ctor parameter
...
Change-Id: I890575cfbec90780461b249e36caebf40558f3fc
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com >
2014-01-27 16:10:52 +01:00
Tobias Hunger
7168dd48fe
AnsiEscapeHandler: Use a dedicated struct in favor of a qPair
...
Change-Id: I800d4868caf0cd58f83507ae2d0849d50f86a01f
Reviewed-by: Daniel Teske <daniel.teske@digia.com >
2014-01-20 11:15:05 +01:00
hjk
4d96fa7aba
Core: Merge Find and Locator into Core plugin
...
Change-Id: I7053310272235d854c9f409670ff52a10a7add8b
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com >
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
Reviewed-by: Eike Ziller <eike.ziller@digia.com >
2014-01-14 07:43:00 +01:00
Robert Loehning
746c5d8863
Incremented year in copyright info
...
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com >
Reviewed-by: Kai Koehne <kai.koehne@digia.com >
2014-01-08 08:29:47 +01:00
Orgad Shaneh
4442a92729
Braces cleanup
...
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245
Reviewed-by: hjk <hjk121@nokiamail.com >
2013-11-14 08:13:52 +01:00
hjk
ca15d0aa95
Apply static pattern to TextEditorSetting
...
Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com >
2013-09-20 10:28:22 +02:00
Petar Perisin
e8f5502b78
Added color support of ANSI escape codes
...
in compile and application output pane. Only simple font and background
controles added.
Task-number: QTCREATORBUG-9592
Task-number: QTCREATORBUG-5956
Change-Id: Ida010ed17d34bb73ae1364a77073ff435a03a060
Reviewed-by: André Hartmann <aha_1980@gmx.de >
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com >
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
Reviewed-by: hjk <hjk121@nokiamail.com >
2013-09-09 13:05:16 +02:00
hjk
a9ab174f9b
ProjectExplorerPlugin: Make settings accessor static
...
Change-Id: Ic4c78e4d2eefeefe55e2868a7f9db1eca52c3863
Reviewed-by: David Schulz <david.schulz@digia.com >
2013-09-06 13:42:13 +02:00
Kai Koehne
b8bd672365
Fix compiler warning about unused variable
...
showTaskInEditor is a static method by now.
Change-Id: I9192a6c1223fdd7933b9d02da9aa3952dc4933cd
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com >
2013-08-22 15:42:46 +02:00
Friedemann Kleint
92207c96b7
Clean headers in ProjectExplorer.
...
Change-Id: If61a8a91d2a39c5c97974a5bfcef91892b68d3f1
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com >
Reviewed-by: Daniel Teske <daniel.teske@digia.com >
2013-03-26 12:37:29 +01:00
Oswald Buddenhagen
1fda2111d4
Merge remote-tracking branch 'origin/2.6'
...
Conflicts:
src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in
src/plugins/debugger/qtmessageloghandler.cpp
src/plugins/debugger/qtmessagelogwindow.cpp
src/plugins/madde/maemodeployconfigurationwidget.cpp
src/plugins/qmldesigner/components/integration/designdocumentcontroller.cpp
src/plugins/qmldesigner/designercore/include/widgetqueryview.h
src/plugins/qmldesigner/designercore/metainfo/metainfoparser.cpp
src/plugins/qmldesigner/designercore/model/modelnodecontextmenu.cpp
src/plugins/qmldesigner/designercore/model/modelnodecontextmenu.h
src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp
src/plugins/qnx/bardescriptormagicmatcher.h
src/plugins/qt4projectmanager/profilekeywords.cpp
src/plugins/remotelinux/deployablefilesperprofile.cpp
src/plugins/remotelinux/deployablefilesperprofile.h
src/plugins/remotelinux/deploymentinfo.cpp
src/plugins/remotelinux/deploymentsettingsassistant.cpp
src/plugins/remotelinux/profilesupdatedialog.cpp
tests/auto/icheckbuild/ichecklib.cpp
tests/auto/icheckbuild/parsemanager.cpp
tests/auto/icheckbuild/parsemanager.h
Change-Id: Ie465a578446a089e1c502d1cb1096e84ca058104
2013-01-31 16:25:33 +01:00
Robert Loehning
298531e370
Incremented year in copyright info
...
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205
Reviewed-by: Kai Koehne <kai.koehne@digia.com >
2013-01-29 16:27:03 +01:00
Eike Ziller
104b24c278
Fixed highlight color in compile output pane.
...
Task-number: QTCREATORBUG-5121
Change-Id: I622202d02fcc1fd01bbad54616965efce8f2e430
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com >
Reviewed-by: David Schulz <david.schulz@digia.com >
2013-01-14 15:52:00 +01:00
Daniel Teske
07565f155f
CompileOutputWindow: Allow for 100k lines
...
Change-Id: Ic7c0d9fb564d9d018a9938af31091678c9e355d0
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com >
2012-10-16 16:46:35 +02:00
hjk
386ca7c8dd
Adjust license headers
...
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825
Reviewed-by: Eike Ziller <eike.ziller@digia.com >
2012-10-05 17:12:56 +02:00
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