aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/theme/mlogicalvalues.cpp
AgeCommit message (Collapse)Author
2010-11-23Changes: make windows build work againHolger Schröder
RevBy: Tomas Junnonen
2010-11-16Changes: properly merge logical valuesArmin Berres
RevBy: Stanislav Ionascu, Kuisma Salonen Details: The inheritance hierarchy has not been respected. Values lower in the hierarchy have been overwriting ones from higher up in the hierarchy.
2010-11-15Changes: MLogicalValues can return timestampsArmin Berres
RevBy: Peter Penz, Kuisma Salonen Details: The timestamps can be used by the CSS parser to find out if the logical values have changed and files need to parsed again to update constants.
2010-11-15Changes: cache constants in binary formArmin Berres
RevBy: Peter Penz, Kuisma Salonen Details: Before we were manually parsing the constants during every application start. Now the constants are stremed from and to cache files to speedup loading. The loading is now almost instant.
2010-11-01Changes: Replace the usage of QStrings by QByteArraysJoaquim Rocha
RevBy: Stanislav Ionascu Details: The style main classes were using QStrings in a lot of places and converting them sometimes to and from char * which can be expensive. These changes replace the main usage of QStrings in those classes so the performance is improved.
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger