| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Updated version of LGPL and FDL licenseheaders.
Apply release phase licenseheaders for all source files.
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make it possible to disable adding/removing pages by
adding respective bool virtual functions.
Useful for implementing containers with fixed, single
children like QScrollArea, QDockWidget, which require
a container extension to work properly in Qt Designer.
Previously, the problem was that the add/remove
page context menu actions were enabled for them,
leading to crashes und undesired behaviour.
See e00b8105bfcf3d4e36275dea6355705ec5fdbc40 in qtbase.
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
No longer pop up message boxes in QDesignerFormWindowInterface::
contents(), introduce QDesignerFormWindowInterface::checkContents()
instead that checks for orphaned top level spacers (use in
Designer application).
Give QDesignerFormWindowInterface::setContents() a bool return and
pass an optional error string back for IDE integrations.
Remove all Qt3 form conversion logic
from the loading logic (since there is no more uic3); do not
do any additional checks there since everything has been
moved to QAbstractFormBuilder::load() (including language).
Thus, QDesignerFormWindowInterface::setContents() no
longer pops up message boxes, either.
Dependent on: qtbase/449b8a93170ecc19f2f438b160d0bc4122999401
|
|
|
|
| |
\internal.
|
|
|
|
|
|
| |
QDesignerNewFormWidgetInterface
QDesignerSettingsInterface
QDesignerOptionsPageInterface
|
|
|
|
|
|
|
| |
This reverts commit 7e40b1c87d91d0c3cd06c49eb5cf98c95179d030.
Commit was reverted since building with rpath enabled will solve
creating the translations during compile time. Disabling rpath
will be investigated at a later point.
|
|
|
|
| |
Library needed at runtime
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Obsolete the virtual action-accessors causing Qt 4 BC grief
by action() taking an enumeration that can be easily extended.
Make actions added during Qt 4 development available.
Make preview functionality public for IDE integration.
Acked-by: Jarek Kobus <jkobus@trolltech.com>
|
| |
| |
| |
| |
| |
| |
| | |
Make active resource file sets and related functions
available for IDE project integration.
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add features enumeration similar to that of
QDesignerFormWindowInterface. Add missing virtuals for IDE
integration.
Make a cleaned-up version of Qt Designer's implemenation
public as QDesignerIntegration such that IDE integrations
can use an integration class derived from it.
Add a bit of documentation, marked as \internal.
Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
|
| |
|
|
|
|
| |
to QDesignerFormEditorInterface.
|
| |
|
|
|
|
|
|
|
| |
Provide version info for each library.
Task-number: QTMODULARIZATION-44
Reviewed-by: axis
|
|
|
|
| |
Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
|
|
|
|
|
|
| |
Introduce private classes instead of static hacks
for QDesignerFormWindowManagerInterface and
Integration. Make WidgetBox::Widget a shared data class.
|
|
|
|
|
|
|
|
| |
Removed QDesignerIconCacheInterface obsoleted by resource system
in Qt 4.4.
Remove unused Brush manager.
Rubber-stamped-by: Jarek Kobus <jkobus@trolltech.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
TabOrderEditor should allow user to set tab order for widget that focusPolicy contains Qt::TabFocus.
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
(cherry picked from commit c08151e01cdf466ac659c469c7ebceb46c10c2b2)
|
|
|
|
|
|
|
|
|
| |
Remove virtual functions obsoleted by new resource handling
in Qt Designer 4.4. Remove static hash of private objects
for formbuilder.
Depends on a4b96f62237e0dcf6678969933e73c83c708f509 in qtbase.
Rubber-stamped-by: axis
|
| |
|
| |
|
|
|
|
| |
Output warning if not present
|
|
|
|
| |
Reviewed by: Trust me
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
It is difficult to keep it bootstrapped in a modularized repository,
and in the end bootstrapping every build tool does not scale. So from
now on, lrelease depends on regular Qt libraries.
Discussed-with: Oswald Buddenhagen
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Also make sure that QtHelp can see its own header files from the
syncqted module include path, and include qbase.pri from the
proper location.
|
| |
|
|
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
|