summaryrefslogtreecommitdiff
path: root/src/shared/qtpropertybrowser
Commit message (Collapse)AuthorAgeFilesLines
* Fix combobox not opening in treeview item delegate editorGabriel de Dietrich2013-05-281-1/+8
| | | | | | | | | | | | This is the same fix as for QTBUG-30715, which leads me to think that we should spend some more time and re-think how QComboBox gets focus. See also qtbase 3b992f831. Task-number: QTBUG-31298 Change-Id: I4393af00c8896051e9ed8b5d8af510633106913c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1016-16/+16
| | | | | | | Change-Id: I9b11dc8309c9739955e3acea12b564d6ad608f59 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-162-2/+0
| | | | | | | | qmake now adds CONFIG+=depend_includepath by default, making manual DEPENDPATH setup unnecessary. Change-Id: I705c8e11b8787bb4f848f4aad19d860f88b04577 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2516-384/+384
| | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: If89e41b25a242ff376eacdf8790957bcf499cc66 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* QtTools: Fix usage of deprecated QCoreApplication::translate.Friedemann Kleint2012-05-212-48/+44
| | | | | Change-Id: I7208cfd337c779f9f274315cf87dbc8853afcbaf Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Update the includes after QIcon was moved to back to QtGuiOlivier Goffart2012-05-206-6/+6
| | | | | Change-Id: I103c7c48f2280b22a8b224a82a07c29ffbae3c77 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Build fix.Jędrzej Nowacki2012-05-111-1/+1
| | | | | | | | | QVariant doesn't have QKeySequence constructor in Qt5 (effect of the modularization project), therefore it can not be default constructed. Change-Id: Ia78b060d2e9c8fae8d60a3a17de75a390746749d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-102-4/+4
| | | | | | | | Ensure comma between elements (1 missing), single space and curly- braces around title elements, etc. Change-Id: I684a095fdafed33eeab9fa3d37ace2453b0673b2 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Fix deprecated item view methods in Qt Designer.Friedemann Kleint2012-05-091-2/+2
| | | | | Change-Id: Ie78ca6c9b5fc2d2820f8ebdbe453ac715aa88cb8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Move away from deprecated APIOlivier Goffart2012-04-201-1/+1
| | | | | | | Change-Id: I86bd8dcfb044c0dd9db1641f21e134e1008f5ec4 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-282-19/+19
| | | | | | Task-number: QTBUG-23272 Change-Id: I383e66291fc2c5bb431792c1b93a152a9b02462e Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Remove use of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2012-03-271-1/+10
| | | | | | | This macro was evil. It's gone now. Change-Id: Ib33b23e4055de7361b8527009e4bc007d077a39d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-042-193/+193
| | | | | | | | | | | QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I374dfb657db98235d622ec865c52364a5291ae0f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3016-16/+16
| | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ib4b7580dda53886247ad6eb10d17d8e67c51980d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-2316-16/+16
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I3841a7c154b90b73fe8f498fda035c8b3545c692 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Replace Q_TYPENAME by typenameOlivier Goffart2012-01-092-11/+11
| | | | | | | | | Q_TYPENAME is being removed. Change-Id: I4b4b34dbf87e3f2f3a604d4370d1c0e55e1553c5 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-0616-16/+16
| | | | | | Change-Id: I89fb3609f49f9a4f1e7d658b05e212febcb14c94 Sanity-Review: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Designer: Fix warnings about assigned/unused variables.Friedemann Kleint2011-10-273-8/+0
| | | | | | Change-Id: I99196befc6fe5578bc9a1813a9ec21c08c5c3b25 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Merge remote-tracking branch 'origin/refactor' into masterLars Knoll2011-09-1311-44/+44
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/assistant/help/help.pro src/designer/src/components/formeditor/formwindow.cpp src/designer/src/components/formeditor/formwindow_dnditem.cpp src/designer/src/components/formeditor/layout_propertysheet.cpp src/designer/src/components/formeditor/qdesigner_resource.cpp src/designer/src/components/lib/lib.pro src/designer/src/components/signalsloteditor/signalsloteditor.cpp src/designer/src/components/signalsloteditor/signalsloteditor_tool.cpp src/designer/src/components/widgetbox/widgetbox_dnditem.cpp src/designer/src/components/widgetbox/widgetboxtreewidget.cpp src/designer/src/lib/lib.pro src/designer/src/lib/shared/qdesigner_formbuilder.cpp src/designer/src/lib/shared/qdesigner_propertysheet.cpp src/designer/src/lib/shared/shared.pri src/designer/src/plugins/qdeclarativeview/qdeclarativeview.pro src/linguist/lupdate/qdeclarative.cpp src/linguist/shared/profileevaluator.cpp src/linguist/shared/qph.cpp src/linguist/shared/ts.cpp src/qtconfig/mainwindow.cpp src/shared/qtgradienteditor/qtcolorline.cpp src/shared/qtgradienteditor/qtgradientwidget.cpp sync.profile Change-Id: I53f0ce4efae4179257cbf3aab87e1af12c3aa4ff
| * QtTools: Widget library split.Friedemann Kleint2011-05-2411-44/+44
| |
* | Doc: Fixed qdoc warnings.David Boddie2011-06-032-7/+6
| |
* | Update licenseheader text in source files for qttools Qt moduleJyri Tahtela2011-05-2416-272/+272
|/ | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2737-0/+18019
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12