author | sandman <sandman> | 2002-07-06 16:42:29 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-07-06 16:42:29 (UTC) |
commit | 3a422983abc7342c9229dccac825d0608fca10f3 (patch) (unidiff) | |
tree | fd0d71eab4df0b286b78efe24184525ae4c819a3 /Makefile | |
parent | 8beb5fcdbca8110dc586a7e620bf8eae892087fb (diff) | |
download | opie-3a422983abc7342c9229dccac825d0608fca10f3.zip opie-3a422983abc7342c9229dccac825d0608fca10f3.tar.gz opie-3a422983abc7342c9229dccac825d0608fca10f3.tar.bz2 |
Complete renovation of the external style API:
- created two QCom interfaces in "styleinterface.h"
- moved the liquid/theme settings apps into the plugins
- modified the plugin interface for all three styles
- extended appearance to fully support the new API (replaces the
settings apps)
Additional work:
- made a workaround in appearance for a Qt Bug -- now a QDialog again
(this should really be fixed in Qt, but Z won't work that way)
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -29,51 +29,49 @@ COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) | |||
29 | 29 | ||
30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ | 30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
31 | core/pim/today core/pim/todo | 31 | core/pim/today core/pim/todo |
32 | 32 | ||
33 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 33 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
34 | core/apps/textedit core/apps/embeddedkonsole \ | 34 | core/apps/textedit core/apps/embeddedkonsole \ |
35 | core/launcher core/apps/sysinfo \ | 35 | core/launcher core/apps/sysinfo \ |
36 | core/apps/oipkg core/apps/qcop | 36 | core/apps/oipkg core/apps/qcop |
37 | 37 | ||
38 | COREMULTIMEDIA = core/multimedia/opieplayer | 38 | COREMULTIMEDIA = core/multimedia/opieplayer |
39 | 39 | ||
40 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 40 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
41 | core/settings/systemtime core/settings/citytime \ | 41 | core/settings/systemtime core/settings/citytime \ |
42 | core/settings/wlansetup | 42 | core/settings/wlansetup |
43 | 43 | ||
44 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 44 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
45 | noncore/settings/appearance noncore/settings/sound \ | 45 | noncore/settings/appearance noncore/settings/sound \ |
46 | noncore/settings/mediummount \ | 46 | noncore/settings/mediummount \ |
47 | noncore/settings/tabmanager noncore/settings/appskey \ | 47 | noncore/settings/tabmanager noncore/settings/appskey \ |
48 | noncore/settings/netsystemtime | 48 | noncore/settings/netsystemtime |
49 | 49 | ||
50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 51 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
52 | 52 | ||
53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ | 53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
54 | noncore/styles/theme noncore/styles/theme/settings \ | ||
55 | noncore/styles/metal | ||
56 | 54 | ||
57 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 55 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
58 | noncore/games/tetrix noncore/games/wordgame \ | 56 | noncore/games/tetrix noncore/games/wordgame \ |
59 | noncore/games/parashoot noncore/games/snake \ | 57 | noncore/games/parashoot noncore/games/snake \ |
60 | noncore/games/mindbreaker \ | 58 | noncore/games/mindbreaker \ |
61 | noncore/games/go noncore/games/qasteroids \ | 59 | noncore/games/go noncore/games/qasteroids \ |
62 | noncore/games/fifteen noncore/games/tictac \ | 60 | noncore/games/fifteen noncore/games/tictac \ |
63 | noncore/games/kcheckers noncore/games/kpacman \ | 61 | noncore/games/kcheckers noncore/games/kpacman \ |
64 | noncore/games/kbill | 62 | noncore/games/kbill |
65 | 63 | ||
66 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 64 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
67 | noncore/apps/opie-reader | 65 | noncore/apps/opie-reader |
68 | 66 | ||
69 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | 67 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
70 | noncore/mail | 68 | noncore/mail |
71 | 69 | ||
72 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 70 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
73 | noncore/graphics/qpdf | 71 | noncore/graphics/qpdf |
74 | 72 | ||
75 | 73 | ||
76 | NONCOMM = noncore/comm/keypebble | 74 | NONCOMM = noncore/comm/keypebble |
77 | 75 | ||
78 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 76 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
79 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 77 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |