author | mickeyl <mickeyl> | 2005-02-10 11:40:48 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-02-10 11:40:48 (UTC) |
commit | f13760433a6526555bc5a4378ee3517f4053ac61 (patch) (unidiff) | |
tree | 01c5e124f82647576f0db0fd3390c6ad7516b058 | |
parent | 64cb2bdc9afc3c35ed820dc77901cb7cbd863ef9 (diff) | |
download | opie-f13760433a6526555bc5a4378ee3517f4053ac61.zip opie-f13760433a6526555bc5a4378ee3517f4053ac61.tar.gz opie-f13760433a6526555bc5a4378ee3517f4053ac61.tar.bz2 |
synchronize name in .desktop file w/ application name
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | apps/Applications/opie-console.desktop | 12 |
2 files changed, 7 insertions, 6 deletions
@@ -1,61 +1,62 @@ | |||
1 | 2005-??-??Opie 1.2.0 | 1 | 2005-??-??Opie 1.2.0 |
2 | 2 | ||
3 | New Features | 3 | New Features |
4 | ------------ | 4 | ------------ |
5 | 5 | ||
6 | Fixed Bugs | 6 | Fixed Bugs |
7 | ---------- | 7 | ---------- |
8 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) | 8 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) |
9 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) | 9 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) |
10 | * #1482 - Fix double '/' in paths (zecke) | 10 | * #1482 - Fix double '/' in paths (zecke) |
11 | * #1536 - Autosave of custom locations in opie backup (ar) | 11 | * #1536 - Autosave of custom locations in opie backup (ar) |
12 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) | 12 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) |
13 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) | 13 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) |
14 | * #1554 - Fixed Opie-Console name in .desktop file (mickeyl) | ||
14 | * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke) | 15 | * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke) |
15 | * #1558 - Fixed opie-login breaking opie startup (mickeyl) | 16 | * #1558 - Fixed opie-login breaking opie startup (mickeyl) |
16 | 17 | ||
17 | Internal | 18 | Internal |
18 | -------- | 19 | -------- |
19 | * Work around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) | 20 | * Work around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) |
20 | * Killed the need for weak symbols in QtE (zecke) | 21 | * Killed the need for weak symbols in QtE (zecke) |
21 | 22 | ||
22 | 2005-02-03Opie 1.1.9 | 23 | 2005-02-03Opie 1.1.9 |
23 | 24 | ||
24 | New Features | 25 | New Features |
25 | ------------ | 26 | ------------ |
26 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) | 27 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) |
27 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) | 28 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) |
28 | * Usability enhancements in OpieIRC (skyhusker) | 29 | * Usability enhancements in OpieIRC (skyhusker) |
29 | 30 | ||
30 | Fixed Bugs | 31 | Fixed Bugs |
31 | ---------- | 32 | ---------- |
32 | * #1501 - Fixed bug in todo sql backend (eilers) | 33 | * #1501 - Fixed bug in todo sql backend (eilers) |
33 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) | 34 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) |
34 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) | 35 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) |
35 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) | 36 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) |
36 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) | 37 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) |
37 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) | 38 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) |
38 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) | 39 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) |
39 | 40 | ||
40 | Internal | 41 | Internal |
41 | -------- | 42 | -------- |
42 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) | 43 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) |
43 | * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) | 44 | * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) |
44 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) | 45 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) |
45 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) | 46 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) |
46 | * Build tree cleanups (mickeyl) | 47 | * Build tree cleanups (mickeyl) |
47 | 48 | ||
48 | 2004-11-26Opie 1.1.8 | 49 | 2004-11-26Opie 1.1.8 |
49 | 50 | ||
50 | New Features | 51 | New Features |
51 | ------------ | 52 | ------------ |
52 | * PackageManager supports installation of local ipkg files (drw) | 53 | * PackageManager supports installation of local ipkg files (drw) |
53 | * PackageManager supports linking of applications to root (drw) | 54 | * PackageManager supports linking of applications to root (drw) |
54 | * PackageManager supports src/gz feeds (drw,wimpie) | 55 | * PackageManager supports src/gz feeds (drw,wimpie) |
55 | * Added a syslog information tab to sysinfo (mickeyl) | 56 | * Added a syslog information tab to sysinfo (mickeyl) |
56 | * Added new, more consistent, PIM icons + a GIMP teplate (ar) | 57 | * Added new, more consistent, PIM icons + a GIMP teplate (ar) |
57 | 58 | ||
58 | Fixed Bugs | 59 | Fixed Bugs |
59 | ---------- | 60 | ---------- |
60 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) | 61 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) |
61 | * #1269 - VCards were imported into personal area if it was activated (eilers) | 62 | * #1269 - VCards were imported into personal area if it was activated (eilers) |
diff --git a/apps/Applications/opie-console.desktop b/apps/Applications/opie-console.desktop index 8e0989a..036897e 100644 --- a/apps/Applications/opie-console.desktop +++ b/apps/Applications/opie-console.desktop | |||
@@ -1,26 +1,26 @@ | |||
1 | [Desktop Entry] | 1 | [Desktop Entry] |
2 | Exec=opie-console | 2 | Exec=opie-console |
3 | Icon=console/console | 3 | Icon=console/console |
4 | Type=Application | 4 | Type=Application |
5 | Name=Opie Terminal | 5 | Name=Console |
6 | Comment=Terminal app | 6 | Comment=Terminal app |
7 | Name[es]=Consola | 7 | Name[es]=Consola |
8 | Comment[es]=Aplicación de terminal | 8 | Comment[es]=Aplicación de terminal |
9 | Name[it]=Terminale | 9 | Name[it]=Terminale |
10 | Comment[it]=Terminale | 10 | Comment[it]=Terminale |
11 | Name[fr]=Opie Terminal | 11 | Name[fr]=Console |
12 | Comment[fr]=Terminal de commande de Opie | 12 | Comment[fr]=Terminal de commande de Opie |
13 | Name[pt]=Consola | 13 | Name[pt]=Consola |
14 | Comment[pt]=Linha de comando e consola série | 14 | Comment[pt]=Linha de comando e consola série |
15 | Name[pt_BR]=Consola | 15 | Name[pt_BR]=Consola |
16 | Comment[pt_BR]=Linha de comando | 16 | Comment[pt_BR]=Linha de comando |
17 | Name[sl]=Opie terminal | 17 | Name[sl]=Console |
18 | Comment[sl]=Terminalski program | 18 | Comment[sl]=Terminalski program |
19 | Name[nl]=Terminal | 19 | Name[nl]=Console |
20 | Comment[nl]=Een terminal | 20 | Comment[nl]=Een terminal |
21 | Name[de]=Opie Terminal | 21 | Name[de]=Console |
22 | Comment[de]=Terminal Applikation | 22 | Comment[de]=Kommandozeilenanwendung |
23 | Name[ru]=Opie терминал | 23 | Name[ru]=Opie терминал |
24 | Comment[ru]=Эмулятор терминала | 24 | Comment[ru]=Эмулятор терминала |
25 | Name[lv]=Opie Termināls | 25 | Name[lv]=Opie Termināls |
26 | Comment[lv]=Termināla programma | 26 | Comment[lv]=Termināla programma |