Commit Graph

21 Commits

Author SHA1 Message Date
Friedemann Kleint
5948e284bb Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Friedemann Kleint
e63578f2da Make Designer Form Class and App-Wizard use 'ui' as member variable. 2009-07-15 16:19:16 +02:00
Friedemann Kleint
f7da76ab27 Fix Gui app wizard to write form classes consistent with Designer.
Make Gui app wizard use Qt Designer wizard code to write the classes.
Remove the settings from the form class wizard page extension area and
add a settings page instead. Polish the designer plugin's structs to
parametrize class generation with QSharedData and settings code.
Export them and use them in the Gui app wizard.

Task-number: 256927
2009-07-01 16:27:40 +02:00
Friedemann Kleint
696cfa0432 Add a license template setting to the CppTools settings.
Acked-by: con <qtc-committer@nokia.com>
2009-06-22 16:22:15 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Daniel Molkentin
97717b60e6 class wizards: Do not qualify constructors with explicit, do not use "virtual".
Again, consistency with other existing code generators. explicit is only useful
for libraries and confuses new users. virtual is not repeated for subclasses in
Qt.
by other generators either.
2009-06-09 15:52:58 +02:00
Daniel Molkentin
1d50f02494 Remove Q_DISABLE_COPY from generated classes. QObject already defines it.
Revieved-By: dt
2009-06-09 13:55:43 +02:00
Thorbjørn Lindeijer
71aeac5915 Use completeBaseName instead of baseName where appropriate
Fixes issues with handling additional dots in the filename in many
places.

Task: 246390
2009-03-20 17:04:23 +01:00
Friedemann Kleint
2b56687526 Fixes: Form Class Wizard: Generate call to base class implementation of changeEvent(). 2009-03-17 13:50:32 +01:00
Thorbjørn Lindeijer
cb2cce5139 Adapt generated header guards to the filename
Use _HPP for example for .hpp files, for example. Based on simply
putting the chosen extension in uppercase.
2009-03-05 17:14:37 +01:00
hjk
8ca887aae2 Fixes: change file license headers to include LGPL 2009-02-25 09:15:00 +01:00
Friedemann Kleint
b60612c014 Fixes: Naming glitch PagePage->Page 2009-01-22 14:12:21 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
Friedemann Kleint
e970f43da7 Fixes: Put the Ui:: class in the same namespace as the form class (was broken for namespaces) 2008-12-19 10:34:33 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
342caa2141 some more whitespace changes 2008-12-09 11:07:24 +01:00
hjk
df7aacd637 more file cosmetics 2008-12-02 15:08:31 +01:00
hjk
ab83dcd87c off-by-one in headers 2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3 end-of-line whitespace correction of the new headers 2008-12-02 14:17:16 +01:00
con
05c35356ab Initial import 2008-12-02 12:01:29 +01:00