- 11 Apr, 2014 1 commit
-
-
Daniel Teske authored
The only view that is sane is my view. Adds handling of return/enter for macintosh. Allows for overriding whether single or double click activates items via setActivationMode. Change-Id: Id8f9001f99162833c682dfc5b2b1abac04ce18a3 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Dec, 2013 1 commit
-
-
David Schulz authored
Change-Id: I3c3ae623beab55259179aaf0613d2bc5aaad1c28 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 18 Nov, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I5adc362e486eb16f18aed7a496d2012fbc219bb8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 17 Jul, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 27 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ie79d334765ca5c6a034fa2f5eccff5d45b481975 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 22 Mar, 2013 1 commit
-
-
Eike Ziller authored
Change-Id: I803f354f1efb0f3c79e7e9ee61fb50d3d5f71363 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 15 Mar, 2013 1 commit
-
-
Christian Kandeler authored
Replace compile-time checks for host OS by run-time checks. Change-Id: I9f237389171586786c2609f81314bcb1bc17b01e Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
#!/usr/bin/env ruby Dir.glob('**/*.cpp') { |file| # skip ast (excluding paste, astpath, and canv'ast'imer) next if file =~ /ast[^eip]|keywords\.|qualifiers|preprocessor|names.cpp/i s = File.read(file) next if s.include?('qlalr') orig = s.dup s.gsub!(/\n *if [^\n]*{\n[^\n]*\n\s+}(\s+else if [^\n]* {\n[^\n]*\n\s+})*(\s+else {\n[^\n]*\n\s+})?\n/m) { |m| res = $& if res =~ /^\s*(\/\/|[A-Z_]{3,})/ # C++ comment or macro (Q_UNUSED, SDEBUG), do not touch braces res else res.gsub!('} else', 'else') res.gsub!(/\n +} *\n/m, "\n") res.gsub(/ *{$/, '') end } s.gsub!(/ *$/, '') File.open(file, 'wb').write(s) if s != orig } Change-Id: I3b30ee60df0986f66c02132c65fc38a3fbb6bbdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- 30 Oct, 2012 1 commit
-
-
Vasiliy Sorokin authored
Task-number: QTCREATORBUG-8003 Change-Id: If9ac6d75123e65486ff0cf243c9537805f3fe5a3 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 23 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I08aa20b6569cac814c479766842ff9422d1eb157 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 22 Oct, 2012 1 commit
-
-
Jens Bache-Wiig authored
This reverts commit 7b8cd427. This basically makes creator looks uglier on most platforms while not really fixing anything on Ubuntu. The menubar is on ubuntu (and mac) not shown in natively compiled versions so it effectively fixes nothing, but makes the appearance inconsistent on other platforms. Change-Id: I4576b4dcc722dca59a7480eba41ce8efa970533b Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 25 Jul, 2012 1 commit
-
-
Francois Ferrand authored
This causes strange look e.g. with Ambiance theme on linux. Change-Id: I9f56ca0c43d474a1db6f79c78e7d3653ea44ca46 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 19 Jul, 2012 2 commits
-
-
Konstantin Tokarev authored
Also removed all <QMainWindow> includes which are not needed anymore. Change-Id: I393c9a62a5c6df95d9f35d872e1473a4f13bcdc4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 21 May, 2012 1 commit
-
-
hjk authored
Change-Id: I19a9b86c37dfcd1be7451d6fe67322a833d7b322 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jan, 2012 2 commits
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Morten Johan Sorvig authored
We want to carry over all mac-specific code paths to Qt 5. WS_MAC is no longer set; OS_MAC is. This change is compatible with Qt 4 builds since OS_MAC is set whenever WS_MAC is. (OS_MAC would also be set for the theoretical X11/Mac platform, but that's anyway not a supported configuration for Creator) Change-Id: Ib25d8c4e83e7e27d911124cd48aa17fdb875923f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 12 Dec, 2011 1 commit
-
-
Eike Ziller authored
Otherwise we have the lock icon from the tool button and from the combo box next to each other. Change-Id: I74d0ba42cd38ea37f2f8aa7e8d08a733174f1dce Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 05 Dec, 2011 1 commit
-
-
Jarek Kobus authored
Task-number: QTCREATORBUG-232 Change-Id: I71b517e09455bfdbe1b835515161e818a4f618f0 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 14 Oct, 2011 1 commit
-
-
Daniel Teske authored
Change-Id: I2a28335285869ce477d2c71532ccb44046a0cfa7 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 14 Jun, 2011 1 commit
-
-
Tobias Hunger authored
operator + binds stronger than ?, so the evaluation of the expressions was screwed up. Change-Id: Id38adf6e17ea770d1d3219649629b06bfc2ca643 Reviewed-on: http://codereview.qt.nokia.com/348Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 30 Jul, 2010 1 commit
-
-
Alessandro Portale authored
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.
-
- 29 Apr, 2010 1 commit
-
-
Jens Bache-Wiig authored
We don't need the qobject cast. Checking the widget flag should be a bit faster. Done-with: danimo
-
- 28 Apr, 2010 2 commits
-
-
Christian Kamm authored
Reviewed-by: Jens Bache-Wiig
-
Jens Bache-Wiig authored
* Fixed an issue with text eliding on combo boxes * Fixed placement of arrow on elided comboboxes Task-number: QTCREATORBUG-1278
-
- 29 Mar, 2010 1 commit
-
-
Jens Bache-Wiig authored
The help mode ended up looking a bit broken due to removing the leftmost pixel of tabbars. I simply disabled it when corner widgets are present.
-
- 23 Mar, 2010 1 commit
-
-
Jens Bache-Wiig authored
I fixed the tab offset so that we remove the double border of the first tab also when only one tab is visible.
-
- 22 Mar, 2010 1 commit
-
-
Jens Bache-Wiig authored
This was a regression in the custom styling. We no longer set the panel property on the mainwindow but rely on qobject_cast to style custom mainwindows. Reviewed-by: thorbjorn
-
- 19 Mar, 2010 1 commit
-
-
Jens Bache-Wiig authored
There was a flicker problem with the tool bars because of missing information in the cache key. We added this info and removed the redundant caching of toolbar gradients. Done-with: thorbjorn
-
- 18 Mar, 2010 1 commit
-
-
Jens Bache-Wiig authored
Oxygen does some interesting tweaks with content margins and event filters to draw dock widgets. This had to be explicitly disabled in order to look ok.
-