aboutsummaryrefslogtreecommitdiff
path: root/plainqt
AgeCommit message (Collapse)Author
2010-04-22Changes: Fixed review issuesBernd Lamecker
RevBy: TrustMe
2010-04-22Changes: updated to fit libmeegotouchBernd Lamecker
RevBy: trustMe
2010-04-22Changes: polished QSliderBernd Lamecker
RevBy: TrustMe Details: Added value popup on handle pressed or moved, added elapsed groove image, added right to left support
2010-04-22Changes: CheckBox stylingBernd Lamecker
RevBy: TrustMe
2010-04-22Changes: fixed kinetic scrolling in plain QtBernd Lamecker
RevBy: TrustMe
2010-04-14Changes: position indicator is now using scalable images instead of dotsMichal Guminiak
RevBy: Torsten Rahn, Daniel d'Andrada Details: the previous algorithm for painting the position indicator has been removed and two scalable images are drawn now.
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger
2010-04-09Fixes : NB#162495 - QtMaemo6Style treats a QWidget's hide() same asBernd Lamecker
close() RevBy: TrustMe
2010-04-09Changes: Link against the views as well to avoid crash.Torsten Rahn
RevBy: Torsten Rahn, Bernd Lamecker
2010-04-01Changes: Modularized libduiTomas Junnonen
RevBy: Tomas, Holger Details: Libdui is split into modules as follows: - extensions: application extensions and mashup components - settings: settingslanguage - views: widget views - corelib: everything else
2010-03-16Changes: Do not install event filters for viewports in scrollareasBernd Lamecker
RevBy: Torsten Rahn
2010-03-16Changes: Animated showing and hiding of menusBernd Lamecker
RevBy: TrustMe
2010-03-15Fixes: Coverity issues, mainly UNINIT_CTOR.Maciej Gudan
RevBy: TrustMe Details: Coverity reported many issues related to uninitialized variables. Most of them weren't bugs but I added initialization anyway.
2010-03-12Changes: Don't apply polish for all widgets. Polish logging.Torsten Rahn
RevBy: Bernd Lamecker Details: Don't perform polish for QDesktopWidgets and for DuiWindow's internal scrollbar implementation. Add logging of polished widgets.
2010-03-10Changes: Property for not applying style to widgetsBernd Lamecker
RevBy: Torsten Rahn Details: Setting a dynamic property named Dui::NoDuiStyle to any QWidget or QApplication will cause the Qt Maemo 6 style not to style this widget. The definition of Dui::NoDuiStyle is in duinamespace.h to ensure it can be used even if the Qt Maemo 6 style is not included in the package. The preprocessor construct is unfortunately needed to suppress a "variable not used" warning/error.
2010-03-05Changes: Transparency on menus and dialogsBernd Lamecker
RevBy: Torsten Rahn Details: Drawing correct transparencys around menu and dialog proxys
2010-03-05Changes: Code cleanups on kinetic scrollingBernd Lamecker
RevBy: TrustMe
2010-03-05Changes: Bouncing for kinetic scrollingBernd Lamecker
RevBy: Torsten Rahn
2010-03-05Fixes: Fixes number of potential issues reported through coverityImran Zaman
RevBy: Danial, Dominik Details: This patch fixes some potential issues reported through coverity.
2010-03-04Fixes: NB#157925 - QMessageBox has black backgroundTorsten Rahn
RevBy: TrustMe
2010-03-02Changes: Load pixmaps synchronously. Fix qtkineticdemo.Torsten Rahn
RevBy: TrustMe
2010-02-25Changes: Add improved DuiNavigationBar stylingTorsten Rahn
RevBy: Bernd Lamecker
2010-02-25Changes: Dynamic frame width for spinbox. Source code comments.Torsten Rahn
RevBy: Bernd Lamecker
2010-02-25Changes: Add SpinBox styling which resembles the SpinBox styling inTorsten Rahn
Freemantle RevBy: Bernd Lamecker
2010-02-25Changes: Pixmap caching for QHeaderViewsBernd Lamecker
RevBy: Torsten Rahn
2010-02-25Changes: Also style menus when not called from QMenuBarBernd Lamecker
RevBy: Torsten Rahn
2010-02-24Changes: Kinetic scrolling with right to leftBernd Lamecker
RevBy: Torsten Rahn
2010-02-24Changes: QHeaderView stylingBernd Lamecker
RevBy: Torsten Rahn
2010-02-22Changes: Added kinetic scrolling support to plain QtBernd Lamecker
RevBy: TrustMe
2010-02-22Changes: Some minor fixes in plain QtBernd Lamecker
RevBy: TrustMe Details: Fixes the added TitleBar to duihome and a crash when starting applications with -reverse
2010-02-18Changes: Prevent plain Qt style styling DuiApplicationsBernd Lamecker
RevBy: Torsten Rahn
2010-02-17Changes: Add support for windows which are neither QDialogs nor QMainWindowsTorsten Rahn
RevBy: TrustMe
2010-02-17Changes: change QMap to fix crazy warningHolger Schroeder
RevBy: Bernd Lamecker
2010-02-17Changes: fix buildArmin Berres
RevBy: TrustMe
2010-02-17Changes: fix some krazy warningsHolger Schroeder
RevBy: Bernd Lamecker
2010-02-17Fixes: NB#157052, QT application crashes when launchesTorsten Rahn
RevBy: TrustMe
2010-02-16Changes: editable ComboBox styling in plain QtBernd Lamecker
RevBy: Torsten Rahn
2010-02-16Changes: Combobox popup stylingBernd Lamecker
RevBy: Torsten Rahn
2010-02-15Changes: First public releaseTomas Junnonen
RevBy: TrustMe