- Apr 11, 2013
-
-
Oswald Buddenhagen authored
Change-Id: I8bb9b4eb0ae5ed9b283da422be882603ae0e1b49 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Apr 03, 2013
-
-
Oswald Buddenhagen authored
the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Oswald Buddenhagen authored
instead of directly including the respective pri files in *_dependencies.pri, set variables and let qtcreator.pri resolve them to includes. this will allow us to re-use the dependency info elsewhere. Change-Id: Iaa33924e428ac0409660f42df2f98a7978452d3e Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Apr 02, 2013
-
-
Oswald Buddenhagen authored
Change-Id: I4025539f3875e79f03743ba9ed3fd09cd31b998d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 15, 2013
-
-
Christian Kandeler authored
A property set on the product level is ignored if the same property is also set in a Properties block whose condition matches. Change-Id: I9248d735977e3d8ff8f1836fd80a49f3c8839bdc Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Friedemann Kleint authored
Change-Id: Iced108cc7fc74f6ce5501c59db7090fea21cb87a Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Mar 14, 2013
-
-
Christian Kandeler authored
Replace compile-time check for Host OS with runtime check. Change-Id: I149dc6dd8539e6598c84ae223df3cb76cc8ca675 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
- Feb 12, 2013
-
-
Robert Loehning authored
Change-Id: I056709aa000c8d65039b6177ff0466c9c84362b4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Feb 11, 2013
-
-
Robert Loehning authored
Change-Id: I95e2628e28a48ad05bb2230aa7089dd45f615a74 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Feb 07, 2013
-
-
Francois Ferrand authored
- Expand the 'home page' field in help dialog: it used to be quite small, with some space left on the same line. - Align labels them with the middle of the combo (center vertically). Change-Id: Ife1f73e25d7c1aa7ca7e82782c6858e19caad4a9 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Sergio Ahumada authored
Task-number: QTCREATORBUG-8189 Change-Id: I1c882f55eed901620ef4944bf1789645b7cff34a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 18, 2013
-
-
hjk authored
Use data members instead of virtual functions for id, displayName and priority, use Core::Id, not QStrings for id, de-pimpl CommandLocator. Change-Id: Id8b41f184cb995138b2d76c923d6d3ae02b7e3f5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 17, 2013
-
-
hjk authored
Change-Id: Id9d6cf28966eeb65775cf1f16f57773af5fb6bca Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Jan 16, 2013
-
-
Orgad Shaneh authored
Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 11, 2013
-
-
hjk authored
Global constants that are used only in one place could live just there. Change-Id: Ibee751b6ccc4fb0d35a8e708995730991becd749 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
- Jan 08, 2013
-
-
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>
-
- Dec 29, 2012
-
-
hjk authored
Change-Id: I63433edd9118a7aa4ecaef28f40bfc729d90f512 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Dec 17, 2012
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-8345 Change-Id: I83308e07fede50b74e4c806ea970953518269967 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
- Dec 10, 2012
-
-
Michael Brüning authored
Resources addressed as urls in offline css files were not loaded (e.g. breadcrumb icons) due to the base url not being setup and therefore defaulting to the main page, when it should have been set to the url of the corresponding style sheet to make relative urls work correctly. This also eliminates the need for the workaround introduced earlier. Task-number: QTCREATORBUG-8211 Change-Id: Icf365781544255e322259262ea6a19a0b1dc7a25 modified: src/plugins/help/helpviewer_qwv.cpp Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com> (cherry picked from commit b5bfb815) Reviewed-by:
Michael Bruning <michael.bruning@digia.com>
-
- Dec 01, 2012
-
-
Kai Koehne authored
Compilation on mac with latest qt5 fails with fatal error: 'QWebSettings' file not found The compiler call adds "include/QtWebKitWidgets" to include path, not "include/QtWebKit" . This might be a qmake related issue on mac. Attempt to fix it by adding an explicit webkit dependency. Change-Id: I032dd4dda7371a8d477f8544b0ba0004856f3d76 Reviewed-by:
Pierre Rossi <pierre.rossi@gmail.com>
-
- Nov 28, 2012
-
-
Orgad Shaneh authored
find -name \*.cpp -o -name \*.h | \ xargs sed -Ei 's/ (for|foreach|if|switch|while)\(/ \1 (/g' Change-Id: I9efdff4bf0c8c01a52baaaeb75198483c77b0390 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I385544a10b9be66589b0d1a48594128035836c8a Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Fixes compilation with Qt5 Change-Id: I7d591355b0d4553956341ca6552cfa8f138e92c0 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Nov 27, 2012
-
-
Orgad Shaneh authored
Change-Id: Iba24d4f2d02de790f31d9606c7f9b85faf4670ce Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
- Nov 23, 2012
-
-
Michael Brüning authored
Resources addressed as urls in offline css files were not loaded (e.g. breadcrumb icons) due to the base url not being setup and therefore defaulting to the main page, when it should have been set to the url of the corresponding style sheet to make relative urls work correctly. This also eliminates the need for the workaround introduced earlier. Task-number: QTCREATORBUG-8211 Change-Id: Icf365781544255e322259262ea6a19a0b1dc7a25 modified: src/plugins/help/helpviewer_qwv.cpp Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Michael Brüning authored
Task-number: QTCREATORBUG-7199 Change-Id: Iaad133b5dd729b2f9dc141b13162213cd6a41f49 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
- Oct 22, 2012
-
-
Simon Hausmann authored
The help plugin uses the widgets API of QtWebKit and therefore needs QtWebKitWidgets Change-Id: I49b8530e3f44b42c48979c33d0b6b1fdb20c374b Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 19, 2012
-
-
kh1 authored
Task-number: QTCREATORBUG-4059 Change-Id: Id91997a0ca2ba404d71620b476c61e28275c4458 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 08, 2012
-
-
Nikolai Kosjar authored
Now the formatting in the help viewer looks as usual again. Webkit was disabled to make creator compile with Qt5 in the Nov 2011 days. Change-Id: Ic926cc94bda4a4953360f2daee414ba17aa4037b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Oct 04, 2012
-
-
Eike Ziller authored
Change-Id: I4186502f0615ee16340a6cabc9c61d7a9ff4836c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- Oct 03, 2012
-
-
Orgad Shaneh authored
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Oct 01, 2012
-
-
Orgad Shaneh authored
Add some missing app_version_header dependencies Change-Id: Ieaa16e9a1bdace9032ef78a3329dfac60d28e99a Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Sep 25, 2012
-
-
Christian Kandeler authored
If Webkit is disabled, moc will run on the file anyway, because there is a ".moc" included and moc does not know about #ifdefs. This results in an ugly warning ("no output generated") being emitted in the no-Webkit case. Solve the problem by moving the declaration of the QObject subclass into the header file. Change-Id: I2abaffd85a342fa2f3dbaa7bcf3ef63a2972c73e Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- Sep 21, 2012
-
-
Christian Kandeler authored
They are deprecated in Qt 5. Call std::memset and std::memcpy instead. Change-Id: I53c22283208b4d6fdfcba870c3b141f3c02001bd Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 20, 2012
-
-
Christian Kandeler authored
These are deprecated in Qt 5 and can be trivially rewritten using a construct compatible with Qt 4 as well. Change-Id: I9cb9ab8b7b4ee75c7510ec2648b69dd204c87da4 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Christian Kandeler authored
qVariantvalue() is deprecated in Qt 5. qvariant_cast() does the same thing and works in Qt 4 and Qt 5. Change-Id: I922329d3a47fe394669f5d97a25f0825d3d2dea5 Reviewed-by:
hjk <qthjk@ovi.com>
-