author | mickeyl <mickeyl> | 2004-05-13 21:56:23 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-13 21:56:23 (UTC) |
commit | f005863ac3e3106f3da9fd337ab0a20da0cd4b83 (patch) (unidiff) | |
tree | b633e278659c87b7bc964bb5ea80d46131798960 /ChangeLog | |
parent | 6841da6429d864d5554c5a16e87c2755fe96343b (diff) | |
download | opie-f005863ac3e3106f3da9fd337ab0a20da0cd4b83.zip opie-f005863ac3e3106f3da9fd337ab0a20da0cd4b83.tar.gz opie-f005863ac3e3106f3da9fd337ab0a20da0cd4b83.tar.bz2 |
BUGFIX for 1314: Fix page initialization on first start of drawpad.
Problem was caused by a race condition. Developers: If you have todo
initializations which depend on the widget layout being finished,
_don't_ do this in the widget constructor but in a callback from the mainloop,
i.e. via QTimer::singleShot( 10, this, SLOT( myInitialization() ) );
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,46 +1,47 @@ | |||
1 | 2004-??-??The Opie Team <opie@handhelds.org> | 1 | 2004-??-??The Opie Team <opie@handhelds.org> |
2 | 2 | ||
3 | * Fixed Drawpad initialization (Bug #1314) (mickeyl) | ||
3 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) | 4 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
4 | * Added Conversion tool for pim-data (eilers) | 5 | * Added Conversion tool for pim-data (eilers) |
5 | * Modifcation of the PIM API for providing generic use of OPimRecords. (eilers) | 6 | * Modifcation of the PIM API for providing generic use of OPimRecords. (eilers) |
6 | 7 | ||
7 | 2004-25-04The Opie Team <opie@handhelds.org> | 8 | 2004-25-04The Opie Team <opie@handhelds.org> |
8 | 9 | ||
9 | * Released as Version 1.1.3 (devel) | 10 | * Released as Version 1.1.3 (devel) |
10 | * Introduced first implementation of SQL-Support using SQLite (eilers) | 11 | * Introduced first implementation of SQL-Support using SQLite (eilers) |
11 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) | 12 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) |
12 | * Added a real system graffiti character set (brad) | 13 | * Added a real system graffiti character set (brad) |
13 | * Added Generic Keyconfig Widget (zecke) | 14 | * Added Generic Keyconfig Widget (zecke) |
14 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) | 15 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) |
15 | * Added new Bible reader app - opie-dagger (drw) | 16 | * Added new Bible reader app - opie-dagger (drw) |
16 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) | 17 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) |
17 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) | 18 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) |
18 | * Enabled the possibility to pass command line arguments to applications (mickeyl) | 19 | * Enabled the possibility to pass command line arguments to applications (mickeyl) |
19 | * Added an about applet showing some credits and information about Opie (mickeyl) | 20 | * Added an about applet showing some credits and information about Opie (mickeyl) |
20 | * Added benchmarking functionality to sysinfo (mickeyl) | 21 | * Added benchmarking functionality to sysinfo (mickeyl) |
21 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) | 22 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) |
22 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) | 23 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) |
23 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) | 24 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) |
24 | * Clean-up of package information in control files (drw) | 25 | * Clean-up of package information in control files (drw) |
25 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) | 26 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) |
26 | * Improved big-screen support (zecke,ar) | 27 | * Improved big-screen support (zecke,ar) |
27 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) | 28 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) |
28 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) | 29 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) |
29 | * Added new package manager - opie-packagemanager (drw) | 30 | * Added new package manager - opie-packagemanager (drw) |
30 | * Improved light-n-power for C7x0 (mickeyl) | 31 | * Improved light-n-power for C7x0 (mickeyl) |
31 | * Added automatic rotation support for C7x0 (treke) | 32 | * Added automatic rotation support for C7x0 (treke) |
32 | * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) | 33 | * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) |
33 | * Added scanning the wireless network neighbourhood to networksettings (mickeyl) | 34 | * Added scanning the wireless network neighbourhood to networksettings (mickeyl) |
34 | 35 | ||
35 | 2003-11-29The Opie Team <opie@handhelds.org> | 36 | 2003-11-29The Opie Team <opie@handhelds.org> |
36 | 37 | ||
37 | * Released as Version 1.0.3 | 38 | * Released as Version 1.0.3 |
38 | * Improved i18n (various contributors) | 39 | * Improved i18n (various contributors) |
39 | * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) | 40 | * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) |
40 | * Made the Documents Tab optional (mickeyl) | 41 | * Made the Documents Tab optional (mickeyl) |
41 | * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) | 42 | * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) |
42 | 43 | ||
43 | 2003-08-04The Opie Team <opie@handhelds.org> | 44 | 2003-08-04The Opie Team <opie@handhelds.org> |
44 | 45 | ||
45 | * Released as Version 1.0.0 | 46 | * Released as Version 1.0.0 |
46 | * Including a PPP module for easy dial up (tille,harlekin,zecke) | 47 | * Including a PPP module for easy dial up (tille,harlekin,zecke) |