- 06 Nov, 2013 - 1 commit
-
-
Jerome Pasion authored
In 5.2, the HTML output is in a flatter structure and when they are hosted in qt-project.org/doc, the documentation will be found at http://qt-project.org/doc/qt-$QT_VER The url variable is used by projects outside of Qt 5 which need to link to Qt 5 documentation, such as Qt Creator. Task-number: QTBUG-34584 Change-Id: I7f989870b311e101ed4de85f3139f010012cfd71 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 05 Nov, 2013 - 2 commits
-
-
Marc Mutz authored
In 409655f3 , the C-style cast was replaced by pointer arithmetic: char *null = 0; return null + offset; Says the standard (5.7 [expr.add]/5): When an expression that has integral type is added to or subtracted from a pointer, [...] If both the pointer operand and the result point to elements of the same array object, or one past the last element of the array object, the evaluation shall not produce an overflow; otherwise, the behavior is undefined. Iow: the above code has undefined behaviour. Fix by going back to the casting version, but using a C++ reinterpret_cast instead of a C-style one. Task-number: QTBUG-32735 Change-Id: Ia774491b13b1c52089daf63a7921b163fc93abce Reviewed-by:
Olivier Goffart <ogoffart@woboq.com> Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Kai Koehne authored
This reverts commit bf49d9f0 . QtTraceMsg was removed from QtCore for the moment, too. Change-Id: I1d6aaacf5e363f81272da4fbb0a4ff12337dd677 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 23 Oct, 2013 - 1 commit
-
-
Kai Koehne authored
-std=c++11 sets __STRICT_ANSI__, and the stdio.h from mingw.org doesn't declare e.g. _fileno then. Change-Id: Iaa29e4f2b04bcae73b8706aff1be83913bcf6a52 Reviewed-by:
Jonathan Liu <net147@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 11 Oct, 2013 - 1 commit
-
-
Eskil Abrahamsen Blomfeldt authored
Android apps require packaging to be usable, so they need to be built individually, not as part of the subdirs build. The build would fail during make install due to this. Task-number: QTBUG-34023 Change-Id: If7627dcdc15334f82c454c6a2a19501fcc6bc970 Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com>
-
- 02 Oct, 2013 - 1 commit
-
-
Mark Shroyer authored
A bug in XSD substitution group validation would result in an invalid cast of SchemaType::Ptr to XsdComplexType::Ptr, in which case evaluating complexType->prohibitedSubstitutions() exhibited undefined behavior. In practice this caused validation against XSD schemas containing substitution groups to fail on some machines, where ORing the checkSet mask against out of bounds memory could cause the function XsdSchemaHelper::substitutionGroupOkTransitive() to return a false negative. Minus the bug fix, the regression test added in this commit failed on (at least) Linux ARM when compiled with the Linaro toolchain 2013.01 g++ 4.7, with flags -marm -mcpu=cortex-a8 -O2. However, it did not fail on a Linux amd64 machine prior to the bug fix. Change-Id: Idd060a941a3bc0620f1fcc903375e43022bdcbdc Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 27 Sep, 2013 - 1 commit
-
-
Friedemann Kleint authored
QtAlgorithms is getting deprecated, see http://www.mail-archive.com/development@qt-project.org/msg01603.html Change-Id: I4e2c7bf7970ba59ca9443c545b66db9f509d946b Reviewed-by:
Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
-
- 26 Sep, 2013 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ia908aa03e0f6a0e4f92013ae84fc68ac73919d08 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 24 Sep, 2013 - 1 commit
-
-
Mitch Curtis authored
Change-Id: Ic586e7d306729f26859411b17c79d36320f487e7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 23 Sep, 2013 - 2 commits
-
-
Thiago Macieira authored
Change-Id: I685b1be45fcf6b59de12204ca471e35a5a03f06d Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
John Layt <jlayt@kde.org>
-
Jędrzej Nowacki authored
QTime is not showing milliseconds by default anymore, when converted to QString. Change-Id: Iba745919ee1f034aebc75628a96efad5546f03c1 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 07 Sep, 2013 - 1 commit
-
-
Thiago Macieira authored
qstringvaluefns.cpp:224:23: error: comparison of constant -1 with expression of type 'QString::NormalizationForm' is always false [-Werror,-Wtautological-constant-out-of-range-compare] Change-Id: Ia0dd98f72521709712f5ed11ecf19a48acaf1998 Reviewed-by:
Olivier Goffart <ogoffart@woboq.com>
-
- 06 Sep, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I29e25aef95a7b845bfe7d57d41369fec2f1fd562
-
- 03 Sep, 2013 - 1 commit
-
-
Thiago Macieira authored
Change-Id: Ia7f8c08bba44fbb01d3babeed7a430dcb9660b99 Reviewed-by:
John Layt <jlayt@kde.org>
-
- 29 Aug, 2013 - 1 commit
-
-
Tobias Hunger authored
The ! applies to a only, so the result of this expression is most likely not what was expected. Clang warned about this one. Change-Id: I600c1ec70fa22313eee70ecce8995afd83713de6 Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 16 Aug, 2013 - 1 commit
-
-
Thiago Macieira authored
Avoids a warning in user code. We should add -Wold-style-cast to our header checks. Task-number: QTBUG-32735 Change-Id: Ic284e3a5df56789d51484364b34a9ebc026bb20a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 05 Aug, 2013 - 1 commit
-
-
Sergio Ahumada authored
Conflicts: .qmake.conf Change-Id: I8472ccedaa829436aebf4424b64a3b7dd0adc173
-
- 02 Aug, 2013 - 1 commit
-
-
Jerome Pasion authored
\qtvariable indicates the QT variable needed in .pro files. Change-Id: Iefd2cbc9f516cf3abb76b0f2fc2c009fb9a83900 Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
- 26 Jul, 2013 - 2 commits
-
-
Sergio Ahumada authored
Change-Id: I861d55430174471036b7e7e34202725ae6131490
-
Sergio Ahumada authored
Tests are passing nowaways on OS X. Task-number: QTBUG-22556 Change-Id: I1c2c864c6a9d9c9195012291745750b0193f4d00 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 23 Jul, 2013 - 3 commits
-
-
Sergio Ahumada authored
Change-Id: I6b23978f099044c766cf1e022253b78a7dba797b Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Sergio Ahumada authored
Change-Id: I056aba05ab8e3e1c8ea9edde1a893bbade3d379a Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
Frederik Gladhorn authored
Change-Id: I746d5aa3e11e8c01c370db3786788270cdd7c685
-
- 16 Jul, 2013 - 1 commit
-
-
Friedemann Kleint authored
Task-number: QTBUG-32390 Change-Id: I1e08a4cd5bbefbfc5cfd5b36724089cb1d0e78a8 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 15 Jul, 2013 - 1 commit
-
-
Friedemann Kleint authored
Task-number: QTBUG-32390 Change-Id: I8e3d0df9ff929490a288dca0a9da12751af6b851 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 11 Jul, 2013 - 2 commits
-
-
Frederik Gladhorn authored
Change-Id: Ibc00a0629361eb26d2ad3b47e64620a2ad03717b
-
Friedemann Kleint authored
Change-Id: I31792fd1ce8dc353403a91935c872334ca7e10cc Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 10 Jul, 2013 - 1 commit
-
-
Sergio Ahumada authored
The 5.0.0 data was missing from before, so taking the opportunity to add it now. Change-Id: I8d269fa735cfea9e50eeaf70c49c56aeb173b357 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 26 Jun, 2013 - 1 commit
-
-
Jerome Pasion authored
Change-Id: I0e0ac77bbae4847e65f62fb3d5b7d2c5c2368eb0 Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
- 20 Jun, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I468ad5664b2c462812a0046d14024a19392f24db
-
- 16 Jun, 2013 - 1 commit
-
-
Stephen Kelly authored
Change-Id: I7d5136b9381fcce1ac7233ac743ab205d73ca0fa Reviewed-by:
Olivier Goffart <ogoffart@woboq.com>
-
- 12 Jun, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I6cadf21a571a4d6608c75d4e79f5231c8e4ab5aa
-
- 10 Jun, 2013 - 1 commit
-
-
Thiago Macieira authored
These are private classes, so there's no need to keep binary compatibility or reserved members. qabstractxmlpullprovider_p.h:103:41: error: private field 'd' is not used [-Werror,-Wunused-private-field] projectedexpression_p.h:124:55: error: private field 'm_axis' is not used [-Werror,-Wunused-private-field] qprojectedexpression_p.h:154:41: error: private field 'm_right' is not used [-Werror,-Wunused-private-field] Change-Id: Idd46da87aaa85124b285cdcf01cf76eaa16e86c3 Reviewed-by:
Robin Burchell <robin+qt@viroteck.net>
-
- 06 Jun, 2013 - 1 commit
-
-
Frederik Gladhorn authored
-
- 05 Jun, 2013 - 1 commit
-
-
Mitch Curtis authored
This patch fixes a test failure introduced by 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c. Change the date format in allAtomics.ref file to include milliseconds. Change-Id: I8786e04976872da87cbc322d322c394cb0c62a67 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- 04 Jun, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf sync.profile Change-Id: I6b08ce96935cf082c83496c521a9c1527f1321c4
-
- 29 May, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I6a3c725d0c0a102a3f1254f203dde46e3512a9c5 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 24 May, 2013 - 2 commits
-
-
Sergio Ahumada authored
This means that we are going to use the same branch name for the dependencies as the branch of the repository under test. If we are testing the 'stable' branch, all dependencies will point to the 'stable' branch as well. Change-Id: Ia57b19490beaab0ab551620c5a033aaf0189a5b0 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
Jerome Pasion authored
The overviews in the main index.html replaced the technology-apis group. Change-Id: I827abd6488b07c75a23925137fce75d37de05319 Reviewed-by:
Geir Vattekar <geir.vattekar@digia.com>
-
- 13 May, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I0d3ebb797ee1c185162a6defa4a58e2ffbfca41b Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-