diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-31 09:41:38 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-31 09:41:38 +0000 |
commit | ad50b0674f6db015354de3eb26f406678c25b8a4 (patch) | |
tree | 88f9c63d4e147e2988e38e928a46ef923a4f9183 /packages/opie-taskbar | |
parent | 4667dbc67ed4b86044bfbca044596c025ef5d4c6 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/31 11:28:44+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/03/31 01:34:08+02:00 uni-frankfurt.de!mickeyl
apply the fix-nomax patch for Opie's libqpe from 1.2.0. It will land upstream, so it's not necessary to apply it on the cvs version
2005/03/31 01:32:37+02:00 uni-frankfurt.de!mickeyl
put an end to the datetime problem on handhelds. if /etc/timestamp exists, it will be used to regenerate the time at bootup (see /etc/init.d/bootmisc.sh) and it will be freshened at halt (see /etc/init.d/halt) as well as on reboot (see /etc/init.d/reboot). Since we are still testing this, for now only in opie-image and for openzaurus distros. If that works out well, we should use it everywhere
2005/03/30 23:49:33+02:00 uni-frankfurt.de!mickeyl
set Opie OTabWidget TabStyle to using text labels on hires displays - until we have hires tab icons and a sane tab height
BKrev: 424bc5d2IBEsVN01WaE-JgWrsqwt2Q
Diffstat (limited to 'packages/opie-taskbar')
-rw-r--r-- | packages/opie-taskbar/opie-taskbar/akita/qpe.conf | 19 | ||||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar/c7x0/qpe.conf | 1 | ||||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar/spitz/qpe.conf | 19 | ||||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar/tosa/qpe.conf | 3 |
4 files changed, 41 insertions, 1 deletions
diff --git a/packages/opie-taskbar/opie-taskbar/akita/qpe.conf b/packages/opie-taskbar/opie-taskbar/akita/qpe.conf index e69de29bb2..d20889067a 100644 --- a/packages/opie-taskbar/opie-taskbar/akita/qpe.conf +++ b/packages/opie-taskbar/opie-taskbar/akita/qpe.conf @@ -0,0 +1,19 @@ +[Appearance] +useBigPixmaps = 1 +SmallIconSize = 24 +BigIconSize = 48 +FontFamily = smoothsans +FontStyle = Regular +FontSize = 14 +Background = #d5d0de +Base = #ffffff +Button = #e3e3e3 +ButtonText = #000000 +Decoration = libliquid.so +Highlight = #52719c +HighlightedText = #ffffff +Style = libphasestyle.so +Text = #000000 +TabStyle = 1 +[InputMethod] +current = Multikey diff --git a/packages/opie-taskbar/opie-taskbar/c7x0/qpe.conf b/packages/opie-taskbar/opie-taskbar/c7x0/qpe.conf index fa0b406de7..d20889067a 100644 --- a/packages/opie-taskbar/opie-taskbar/c7x0/qpe.conf +++ b/packages/opie-taskbar/opie-taskbar/c7x0/qpe.conf @@ -14,5 +14,6 @@ Highlight = #52719c HighlightedText = #ffffff Style = libphasestyle.so Text = #000000 +TabStyle = 1 [InputMethod] current = Multikey diff --git a/packages/opie-taskbar/opie-taskbar/spitz/qpe.conf b/packages/opie-taskbar/opie-taskbar/spitz/qpe.conf index e69de29bb2..d20889067a 100644 --- a/packages/opie-taskbar/opie-taskbar/spitz/qpe.conf +++ b/packages/opie-taskbar/opie-taskbar/spitz/qpe.conf @@ -0,0 +1,19 @@ +[Appearance] +useBigPixmaps = 1 +SmallIconSize = 24 +BigIconSize = 48 +FontFamily = smoothsans +FontStyle = Regular +FontSize = 14 +Background = #d5d0de +Base = #ffffff +Button = #e3e3e3 +ButtonText = #000000 +Decoration = libliquid.so +Highlight = #52719c +HighlightedText = #ffffff +Style = libphasestyle.so +Text = #000000 +TabStyle = 1 +[InputMethod] +current = Multikey diff --git a/packages/opie-taskbar/opie-taskbar/tosa/qpe.conf b/packages/opie-taskbar/opie-taskbar/tosa/qpe.conf index dae45c2bbe..d20889067a 100644 --- a/packages/opie-taskbar/opie-taskbar/tosa/qpe.conf +++ b/packages/opie-taskbar/opie-taskbar/tosa/qpe.conf @@ -4,7 +4,7 @@ SmallIconSize = 24 BigIconSize = 48 FontFamily = smoothsans FontStyle = Regular -FontSize = 12 +FontSize = 14 Background = #d5d0de Base = #ffffff Button = #e3e3e3 @@ -14,5 +14,6 @@ Highlight = #52719c HighlightedText = #ffffff Style = libphasestyle.so Text = #000000 +TabStyle = 1 [InputMethod] current = Multikey |