summaryrefslogtreecommitdiff
path: root/noncore/settings/packagemanager/ChangeLog
Unidiff
Diffstat (limited to 'noncore/settings/packagemanager/ChangeLog') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/packagemanager/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/noncore/settings/packagemanager/ChangeLog b/noncore/settings/packagemanager/ChangeLog
index c9e33c4..7799136 100644
--- a/noncore/settings/packagemanager/ChangeLog
+++ b/noncore/settings/packagemanager/ChangeLog
@@ -1,37 +1,45 @@
12004-11-18 Dan Williams <drw@handhelds.org>
2
3 * Released version 0.5.0
4 * All v1.0 functionality implemented
5 * Implemented installation of local packages
6 * Implemented linking of non-root apps (using ipkg-link)
7 * Many UI tweaks for installation and filter dialogs
8
12004-04-21 Dan Williams <drw@handhelds.org> 92004-04-21 Dan Williams <drw@handhelds.org>
2 10
3 * Released version 0.4.0 11 * Released version 0.4.0
4 * Added saving of ipkg configuration information 12 * Added saving of ipkg configuration information
5 * Re-initialize ipkg when configuration information changes 13 * Re-initialize ipkg when configuration information changes
6 * Added QWhatsThis for all UI controls 14 * Added QWhatsThis for all UI controls
7 * Remove Location from OConfItem as it is not used/needed 15 * Remove Location from OConfItem as it is not used/needed
8 * Re-ordered includes to follow Opie standards 16 * Re-ordered includes to follow Opie standards
9 17
102004-02-13 Dan Williams <drw@handhelds.org> 182004-02-13 Dan Williams <drw@handhelds.org>
11 19
12 * Released version 0.3.0 20 * Released version 0.3.0
13 * Fix handling of filtering options in View menu 21 * Fix handling of filtering options in View menu
14 * Do proper version string comparison 22 * Do proper version string comparison
15 * Fix string alignment code in PromptDlg to eliminate QT warning messages 23 * Fix string alignment code in PromptDlg to eliminate QT warning messages
16 24
172004-02-12 Dan Williams <drw@handhelds.org> 252004-02-12 Dan Williams <drw@handhelds.org>
18 26
19 * Package information dialog implemented 27 * Package information dialog implemented
20 * What's This app icon enabled 28 * What's This app icon enabled
21 * Changed all QDialog::exec() occurences to QPEApplication::execDialog() 29 * Changed all QDialog::exec() occurences to QPEApplication::execDialog()
22 30
232004-01-23 Dan Williams <drw@handhelds.org> 312004-01-23 Dan Williams <drw@handhelds.org>
24 32
25 * Added package download functionality 33 * Added package download functionality
26 * Have Opie update links after install/removal so that apps 34 * Have Opie update links after install/removal so that apps
27 will display properly in Launcher 35 will display properly in Launcher
28 36
292004-01-20 Dan Williams <drw@handhelds.org> 372004-01-20 Dan Williams <drw@handhelds.org>
30 38
31 * Released version 0.2.0 39 * Released version 0.2.0
32 * Converted to use libipkg in place of spawning ipkg process 40 * Converted to use libipkg in place of spawning ipkg process
33 41
342004-01-13 Dan Williams <drw@handhelds.org> 422004-01-13 Dan Williams <drw@handhelds.org>
35 43
36 * Released version 0.1.0 44 * Released version 0.1.0
37 * Initial check-in of new package management client to eventually replace AQPkg 45 * Initial check-in of new package management client to eventually replace AQPkg