Module CS/scripts/aws/

back to main page

Summary Period: 2002-02-11 to 2002-05-06

Modules

[root]/CS/scripts/aws

Lines Of Code


Total Lines Of Code: 883 (2003-07-11 20:29)

Authors

Author Changes Lines of code Lines per change
Totals 20 (100.0%) 1028 (100.0%) 51.4
norman 19 (95.0%) 1027 (99.9%) 54.0
matzebraun 1 (5.0%) 1 (0.1%) 1.0

Most Recent Commits

norman 2002-05-06 22:48

added the wrong qt3aws xsl file and even there i included another bug :)

443 lines of code changed in:

norman 2002-05-06 22:41

added stylesheet to convert designer 2.0 output (from QT3) to aws

0 lines of code changed in:

norman 2002-05-05 23:52

added QTextView translation to Multiline Edit

3 lines of code changed in:

matzebraun 2002-05-05 18:37

changed Normans name a bit to make my xslt processor more happy... probably the correct fix would be choosing the right language but I have no idea how to do that

1 lines of code changed in:

norman 2002-04-24 23:07

disabled output of 'Texture: ""' for the pixmap button since the path isnt stored in the ui file (theres the actual bitmap data stored instead.
To get the name of the texture in the output write 'l:Texture: "blah"' in the whatsThis property

2 lines of code changed in:

norman 2002-04-21 12:52

moved the class type modifier from the tooTip/comment into whatsThis property where the connect and literal special effects already are. class type token identifier is 't'

32 lines of code changed in:

norman 2002-04-21 11:21

added support for declaring use of your own aws controls - see docs

2 lines of code changed in:

norman 2002-03-02 16:24

added recognition of literals in whatsThis property. It is of the form "l:literal text". <literal text> will be placed in the output.
"c:" and "l:" tokens have to separated by "|"

16 lines of code changed in:

norman 2002-03-02 15:42

text in the "whatsThis" property of controls are now evaluated. Currently text in the form of: "c:a1,b1,a2,b2[,...]" is recognized and translated into:
connect
{
a1 -> b1
a2 -> b2
...
}

so if you write in the whatsThis property of a pushbutton: c:signalClicked,mysink::Login
you'll get

connect
{
signalClicked -> mySink::Login
}

56 lines of code changed in:

norman 2002-02-26 14:59

- the styleshhet now recognizes QTabWidget which are transformed into awsNotebook
- fixed bug that created layouting data even if there were none

30 lines of code changed in:

norman 2002-02-18 17:07

gridlayout is now translated into aws GridBag layout (this has still some issues)

100 lines of code changed in:

norman 2002-02-14 23:29

- pretty indenting
- top level widget is no longer handled in /UI but in a widget matching template

17 lines of code changed in:

norman 2002-02-13 22:50

- now also for QWidget some code is generated
- added the missing translation from QLineEdit to Text Box
- if caption is empty then the whole caption entry is omitted

9 lines of code changed in:

norman 2002-02-13 21:27

added recognition of QSlider which maps to awsScrollbar

31 lines of code changed in:

norman 2002-02-12 23:46

added recognition of QFrame which maps to an awsGroupFrame

3 lines of code changed in:

norman 2002-02-12 23:36

- QListBox and QListView are now recognized
- QListBox will map to a aws listbox with Type ctList and a single column with generic header "Column0"

37 lines of code changed in:

norman 2002-02-12 20:28

added indentation to the output

33 lines of code changed in:

norman 2002-02-11 23:39

added framestyles and Image View

72 lines of code changed in:

norman 2002-02-11 07:31

first version of an extensible stylesheet to transform QT designers .ui files to aws .def files

141 lines of code changed in:


Generated by StatCvs v0.2-dev