hjk
8397663964
Update license.
2011-04-13 11:49:28 +02:00
con
d1023c7614
It's 2011 now.
...
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
con
b1bcf081d8
Merge branch '2.1'
...
Conflicts:
src/plugins/coreplugin/basemode.cpp
src/plugins/coreplugin/basemode.h
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp
src/plugins/debugger/debuggeragents.cpp
src/plugins/debugger/debuggeruiswitcher.cpp
src/plugins/debugger/debuggeruiswitcher.h
src/plugins/projectexplorer/buildconfigdialog.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.h
src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h
src/plugins/qmldesigner/designercore/include/modelutilities.h
src/plugins/qmldesigner/designercore/include/nodeinstance.h
src/plugins/qmldesigner/designercore/include/propertymetainfo.h
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h
src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h
src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h
src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp
src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp
src/plugins/qmldesigner/designercore/model/modelutilities.cpp
src/plugins/snippets/inputwidget.cpp
src/plugins/snippets/snippetscompletion.cpp
src/plugins/snippets/snippetscompletion.h
src/plugins/snippets/snippetspec.cpp
src/plugins/snippets/snippetsplugin.cpp
src/plugins/snippets/snippetswindow.cpp
src/plugins/snippets/snippetswindow.h
src/plugins/texteditor/snippetsparser.cpp
src/tools/qml/qmldom/main.cpp
tests/manual/trk/runner.cpp
tests/manual/trk/trkolddevice.cpp
tests/manual/trk/trkolddevice.h
tests/manual/trk/trkserver.cpp
2010-12-17 17:00:53 +01:00
con
04e32b0049
License headers.
2010-12-17 16:03:42 +01:00
Friedemann Kleint
6063fb84c2
Fix exported headers in Core and TextEditor.
...
- Unexport Core::Internal::MainWindow and remove its includes.
- Move RssFetcher from Core::Internal to Core.
- Unexport CopyTaskHandler.
- Move TextEditor's completion support and Refactor Overlay
helper classes from TextEditor::Internal to TextEditor as they
are exported.
- Move internal BaseTextBlockSelection into private header.
- Unexport TextEditorOverlay as they are not used.
2010-11-01 16:29:45 +01:00
Jens Bache-Wiig
2b742e2528
Fix some layout issues with the sidebar
...
* Minimum width now depends on translated strings
* Missing margin for target name added
Task-number: QTCREATORBUG-468
2010-04-14 18:01:22 +02:00
dt
5f2ae2af47
Less includes
2010-04-07 13:51:07 +02:00
Jens Bache-Wiig
97901302b3
Fix resizing of actionbar
...
We no longer allow it to collapse below it's size hint.
I also reduced the bottom margin.
2010-03-31 18:52:11 +02:00
mae
ed74fdd5ce
Have your debug button back
2010-03-30 12:27:57 +02:00
Jens Bache-Wiig
74928d0199
Make disabled icons sharper in sidebar
...
This overrides the styles default behavior for disabled
icons and simply generates their grayscale equivalent so
they look a bit crisper.
2010-03-23 16:57:41 +01:00
Jens Bache-Wiig
f014f3a424
Improve icon and label behavior for target selector
...
I modified the text margins, removed the inconsistent
"No project" label and made sure we fall back to
the default computer icon when no project is open.
2010-03-19 18:41:21 +01:00
mae
f4add2b852
On Mac, toggle run/debug with the open button (Qt::Key_Alt)
2010-03-18 14:08:45 +01:00
Jens Bache-Wiig
40aa17a2e2
Replace reflection by generated drop shadows in sidebar
...
The sidebar is a diffuse surface. Hence the reflection
does not really make sense there. Additionally, this
allows us to get more unified spacing and we can apply
the same shadow to system icons.
2010-03-15 17:11:12 +01:00
Jens Bache-Wiig
47d6195c72
Fix size and height of the sidebar project selector icon
...
This makes the positioning of text and icon adjust if the
text labels are empty.
2010-03-12 18:47:41 +01:00
mae
d13dfe44f0
Some tuning of the fancy action bar
...
Done-with: jbache
2010-03-12 17:25:02 +01:00
mae
c6d79d0457
Do not rely on Qt's smartness for flicker avoidance
2010-03-12 14:31:42 +01:00
mae
d61a7f59b2
Make the run and debug buttons in the FancyActionBar mutual exclusive
...
Debug is now only available in debug mode, run is available in all
other modes.
2010-03-12 14:23:17 +01:00
Jens Bache-Wiig
8575e4c784
Make action icons bigger
...
As suggested by Nigel and others, we should
use the same icon size for all the icons.
2010-03-11 18:32:58 +01:00
hjk
9595504bda
Long live the king!
2010-03-05 11:28:13 +01:00
Jens Bache-Wiig
7bd076e4f0
Improve sidebar readability on mac
...
Slightly increased the font size. Added a bit
more shadow and tweaked the progress bar.
2010-02-26 16:12:59 +01:00
Jens Bache-Wiig
b7650d343e
Fix an icon centering problem on the actionbar
...
The actualPixmapSize is different
from the resulting pixmap when using
svg icons. This seems to be a bug
in Qt, but using the resulting pixmap
is safe for now.
2010-02-24 19:56:33 +01:00
Jens Bache-Wiig
7af1e21144
Improved styling of project target selector
2010-02-24 19:25:44 +01:00
Jens Bache-Wiig
f331f3322b
Mor polish for the sidebar
2010-02-22 14:38:18 +01:00
Jens Bache-Wiig
1ea114b414
Make the panel action sunken when panel is open
2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
0dccaf45a2
Updated hover and pressed appearance for sidebar
2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
54b2ab7190
Color tweaks
2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
7899a2733b
Animate sidebar tabs independently
2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
915923a17c
Clean up sidebar tabs
...
Killed the divider lines for improved aestetics
Made the hover a bit more subtle
2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
015ffe2835
Some polish for the actionbar
...
* I have simplified and animated the tool buttons a bit.
* The panel has been replaced by a very basic clean panel.
* The tool buttons have been animated.
2010-02-22 14:36:45 +01:00
con
d8def18362
Give targets a tool tip property.
...
Use that for showing details about connected Symbian devices.
Also update the icon with an (not-)connected overlay icon.
Graphics design pending.
2010-02-09 19:07:26 +01:00
Daniel Molkentin
dbc295a07f
Fixes for FancyActionBar and TargetSelector.
...
- Improved icon and text positioning
- Improved readability and some gfx glitches on windows and mac
- Removed drop down functionality from Run/Debug/Build buttons
2010-01-22 18:04:42 +01:00
Daniel Molkentin
c4d1553da4
Add first version of a new sidebar, including project selector.
...
The project selector also allows to select targets.
However, this is not yet used, since the necessary
changes are still being stabilized.
Done-with: con
2010-01-21 21:13:10 +01:00
ck
5f33e08e2a
When we hide the action, also hide its toolbutton.
...
Originally-By: kh1
2009-10-16 18:01:07 +02:00
mae
d3642a54b2
use QueuedConnection for safety
2009-08-20 19:02:53 +02:00
mae
79bdbfa965
In the FancyActionBar, trigger a button's default action
...
also when a context menu action is selected.
This allows the user e.g. to select and run a specific run
configuration with one click.
2009-08-20 18:46:15 +02:00
hjk
93cbef8724
long live the king
2009-08-14 09:30:56 +02:00
mae
3f1be148ef
a bit more scaling for the action bar.
2009-07-13 18:04:30 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Oswald Buddenhagen
d2a8449bea
ifdef Q_?S_* cleanup
...
- clear up some Q_OS_LINUX vs. Q_OS_UNIX
- clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
- use proper #if-#else cascades instead of free-standing #ifs
2009-06-03 20:54:59 +02: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
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
hjk
f61e8672db
more cosmetic changes
2008-12-02 14:09:21 +01:00
con
05c35356ab
Initial import
2008-12-02 12:01:29 +01:00