summaryrefslogtreecommitdiff
path: root/src/designer
Commit message (Expand)AuthorAgeFilesLines
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-204-8/+0
* Fix warnings about unused variables in Qt Designer.Friedemann Kleint2012-09-122-3/+0
* QtDesignerComponents: Avoid MinGW GCC cc1plus crash using PCHJonathan Liu2012-09-031-0/+9
* Make sure the parent widget still exists.v5.0.0-beta1Jarek Kobus2012-08-222-2/+4
* Fix deleting of QTreeWidget items.Friedemann Kleint2012-08-201-0/+1
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-131-3/+1
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-133-3/+3
* Non-UTF8 encoding for source code is deprecated.Thiago Macieira2012-08-011-6/+6
* Mark QCLucene and QtDesignerComponents libraries as internal.Stephen Kelly2012-07-241-0/+1
* Generate a fatal error as appropriate.Stephen Kelly2012-07-171-1/+3
* Fix typo qith -> withStephen Kelly2012-07-161-1/+1
* Change CONFIG += staticlib to CONFIG += staticThiago Macieira2012-07-111-1/+1
* Don't change the current page of mainwindow containerJarek Kobus2012-07-061-1/+1
* Designer: Fix crash when switching from docked to multiple windows.Friedemann Kleint2012-07-035-11/+33
* Fix compilationYuchen Deng2012-07-021-4/+1
* Port QStandardItem/QStandardItemModel includes to QtGuiGiuseppe D'Angelo2012-07-0210-10/+10
* Merge branch 'buildsystem'Oswald Buddenhagen2012-06-275-33/+14
|\
| * build system cleanupsOswald Buddenhagen2012-06-274-22/+6
| * auto-generate module prisOswald Buddenhagen2012-06-275-12/+9
* | Fix dependencies of the QtTools module.Friedemann Kleint2012-06-2017-948/+1
|/
* Explicitly set QFormLayout::ExpandingFieldsGrow.Friedemann Kleint2012-06-193-0/+7
* Fix designer build with QT_NO_CLIPBOARD.Janne Anttila2012-06-191-1/+1
* Fix building of qttools when printsupport module is disabled.Janne Anttila2012-06-191-1/+2
* Fix windows build due to min/max macro clashSimon Hausmann2012-06-132-0/+2
* Use new signature for message handlerKai Koehne2012-06-081-4/+4
* This plugin has moved to qtquick1Lars Knoll2012-06-085-221/+0
* Remove the remaining traces of the old plugin systemLars Knoll2012-05-313-7/+5
* fix path to module pri fileOswald Buddenhagen2012-05-291-1/+1
* Qt Designer: Update copied rcc-code to contain the correct hash function.Friedemann Kleint2012-05-211-2/+2
* QtTools: Fix usage of deprecated QCoreApplication::translate.Friedemann Kleint2012-05-214-63/+55
* Update the includes after QIcon was moved to back to QtGuiOlivier Goffart2012-05-2026-26/+26
* Fix warning with GCCOlivier Goffart2012-05-112-2/+2
* Build fix.Jędrzej Nowacki2012-05-111-1/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-103-6/+8
* Fix deprecated item view methods in Qt Designer.Friedemann Kleint2012-05-092-2/+2
* Add a .gitignore to DesignerThiago Macieira2012-05-031-0/+2
* Change uses of {to,from}Ascii to {to,from}Latin1 [Designer]Thiago Macieira2012-05-037-15/+15
* Don't use the QRegExp methods that modify the object [Designer]Thiago Macieira2012-04-248-12/+14
* Move away from deprecated APIOlivier Goffart2012-04-202-2/+2
* Fix build of designer components with QT_NO_CLIPBOARDAndreas Holzammer2012-04-205-6/+50
* Fix building designer shared with QT_NO_CLIPBOARDAndreas Holzammer2012-04-207-0/+42
* QtTools: Fix compilation after merge of the api_changes branch.Friedemann Kleint2012-04-182-2/+1
* Adapt to Qt5 meta-object changesKent Hansen2012-04-181-2/+2
* Designer/Windows: Add close button to QWidget-type previews.Friedemann Kleint2012-04-121-1/+3
* Designer: Use QWidget::grab() instead of QPixmap::grabWidget().Friedemann Kleint2012-04-057-9/+9
* remove qtxml includes from public headerOswald Buddenhagen2012-04-041-3/+0
* Remove Qt Designer's dependency on rcc code from qtbase.Friedemann Kleint2012-03-285-11/+1218
* Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-2821-26/+26
* Remove use of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2012-03-271-3/+12
* Build fix for -force-asserts configure optionYuchen Deng2012-03-211-1/+1