CVS commit by bram: FEATURE: From now on, KOffice has an office assistant too. It will support users with their work on KOffice by giving their handy tips, based on their actions. Only Klippy is included for now, but artists are welcome to add more skins! For now, KWord, KSpread and KPresenter support the assistant roughly. I hope I can implement this feature for other KOffice-applications as well before the feature freeze (11 April). GUI: A kpresenter/koassistant_tips.xml 1.1 A kspread/koassistant_tips.xml 1.1 A kword/koassistant_tips.xml 1.1 A lib/koassistant/Makefile.am 1.1 A lib/koassistant/README 1.1 A lib/koassistant/TODO 1.1 A lib/koassistant/actionprocessor.cpp 1.1 [GPL (v2+)] A lib/koassistant/actionprocessor.h 1.1 [GPL (v2+)] A lib/koassistant/assistant.cpp 1.1 [GPL (v2+)] A lib/koassistant/assistant.h 1.1 [GPL (v2+)] A lib/koassistant/assistantwindow.cpp 1.1 [GPL (v2+)] A lib/koassistant/assistantwindow.h 1.1 [GPL (v2+)] A lib/koassistant/balloon.cpp 1.1 [GPL (v2+)] A lib/koassistant/balloon.h 1.1 [GPL (v2+)] A lib/koassistant/instance.cpp 1.1 [GPL (v2+)] A lib/koassistant/instance.h 1.1 [GPL (v2+)] A lib/koassistant/koassistant.desktop 1.1 A lib/koassistant/tipsparser.cpp 1.1 [GPL (v2+)] A lib/koassistant/tipsparser.h 1.1 [GPL (v2+)] A lib/koassistant/tips.dtd 1.1 A pics/Klippy/1.png 1.1 A pics/Klippy/2.png 1.1 A pics/Klippy/3.png 1.1 A pics/Klippy/4.png 1.1 A pics/Klippy/5.png 1.1 A pics/Klippy/6.png 1.1 A pics/Klippy/Makefile.am 1.1 A pics/Klippy/klippy.desktop 1.1 M +7 -0 kpresenter/Makefile.am 1.233 M +3 -0 kpresenter/kpresenter.rc 1.170 M +135 -10 kpresenter/kpresenter_view.cc 1.1102 M +24 -1 kpresenter/kpresenter_view.h 1.353 M +3 -0 kspread/kspread.rc 1.124 M +7 -0 kspread/Makefile.am 1.229 M +154 -16 kspread/kspread_view.cc 1.828 M +25 -0 kspread/kspread_view.h 1.263 M +7 -1 kword/Makefile.am 1.221 M +3 -0 kword/kword.rc 1.174 M +130 -13 kword/kwview.cc 1.1076 M +20 -0 kword/kwview.h 1.283 M +7 -1 lib/CHANGES 1.24 M +1 -1 lib/Makefile.am 1.44