Commit Graph

50 Commits

Author SHA1 Message Date
hjk
8397663964 Update license. 2011-04-13 11:49:28 +02:00
Friedemann Kleint
edb4893547 Header cleanup in src, specify module name. 2011-01-24 12:29:48 +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
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
Jens Bache-Wiig
0af4d51b7a Fix text alignment issue with rtl mode
Multi-line text is not currently supported with text eliding
and the current beahvior is that it breaks in reverse mode.
I will simply remove the eliding flag for now.
2010-03-29 13:43:12 +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
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
e9f33fb8d3 Fix examples failing to open
After fixing the sidebar to use delayed update,
code that relied on setCurrentItem could break
since the state was not set asyncronously.
This fixes it by only making mouseClick delayed,
while setCurrentIndex works as before when set
programatically.

Reviewed-by: Lasse Holmstedt
2010-03-08 15:08:44 +01:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Jens Bache-Wiig
93dbb3a5fc Force custom colors within usable range
We previously allowed fully white and yellow colors as the
base color for our interface. This does not work with our
icons or other interface elements. Instead I now constrain
the selectable colors within a certain range of saturation
and brightness. This still leaves the user in control but
will prevent the common case where the user selects an
overly saturated color from the color picker and ends up
with an unusable or extremely ugly panel.
2010-03-03 11:05:25 +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
7af1e21144 Improved styling of project target selector 2010-02-24 19:25:44 +01:00
Jens Bache-Wiig
753596f92b Reduced text highlight on selected item
This is a cosmetic fix for the sidebar.
The highlight contrast is too high now that
the background is darker.
2010-02-24 12:06:58 +01:00
Jens Bache-Wiig
7b41c53bb3 Did some modifications to the sidebar
This removes the extra line at the bottom of the window on the mac.
This also decreases the contrast of shadows and highlights a bit.
2010-02-22 18:15:52 +01:00
Erik Verbruggen
7669a36bf0 Fixed compilation issue on Mac. 2010-02-22 17:16:27 +01:00
Jens Bache-Wiig
f331f3322b Mor polish for the sidebar 2010-02-22 14:38:18 +01:00
Jens Bache-Wiig
b90cd35b6f Fix a hover bug with the sidebar 2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
41885a192d Fixed an animation glitch with the sidebar
We need to kill the fadeins before fading out.
Otherwise we might get into weird states.
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
bd2ba2307b Improve responsiveness of the sidebar
I added a zerotimer to make the sidebar emit
currentChanged only after it has been updated as
pressed.
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
9e079d3a36 Dont draw tab with no index 2010-02-16 16:10:01 +01:00
Jens Bache-Wiig
61ccb1a585 Add api to enable and disable sidebar tabs 2010-02-16 16:09:46 +01:00
Oswald Buddenhagen
75b42f18d8 Merge remote branch 'origin/1.3'
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Oswald Buddenhagen
a6ca348636 remove trailing whitespace
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00
Tobias Hunger
592e494d1a Fix typos
Reviewed-by: thorbjorn
2010-01-11 10:26:13 +01:00
con
d7e04f3b44 Remove output mode.
Replaced by the maximize and "More..." buttons.
Edit mode is now the fallback mode for the output panes.
2009-12-16 16:19:50 +01:00
Friedemann Kleint
5948e284bb Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
mae
4eda7c27f3 fix mode bar animation regression 2009-07-21 10:43:07 +02:00
con
6a88525aa3 Some more QToolBar changes. 2009-07-16 18:08:41 +02:00
con
db8507c4a0 Extract the styled painting of the find bar to utils widget. 2009-07-15 12:39:31 +02:00
mae
92a0f39fe1 less spacy fancy bar, back to normal. 2009-07-14 11:04:05 +02:00
mae
3f1be148ef a bit more scaling for the action bar. 2009-07-13 18:04:30 +02:00
Alessandro Portale
d3f9757916 Removing some unused semicolons after Q_UNUSED
There were both variants, with and without extra semicolon.
2009-07-13 17:35:17 +02:00
mae
d3df29e26b fake the fancy tab bar. This makes it possible to have a smaller minimum size. 2009-07-13 16:58:44 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
hjk
8ca887aae2 Fixes: change file license headers to include LGPL 2009-02-25 09:15:00 +01:00
Jens Bache-Wiig
530f0fc2da Fixes: Reduced hover glow
Details:
I think the animations are a bit too much
at the moment. It looks a bit more refined
when they are subtle...
2009-01-26 18:42:25 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
Jens Bache-Wiig
b904780f0e Fixes: Fix painting of tabrect with -reverse
Details:
Still not perfect due to inverted gradients, but much better.
2009-01-05 11:58:38 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
c82263ac99 add a missing "return" 2008-12-12 17:02:55 +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