summaryrefslogtreecommitdiff
path: root/library/qpedecoration_qws.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-02-22Instead of having the same method four time with different name and image to ↵zecke1-40/+15
load we now have a define. This makes it more easy to change the handling of builtin decoration image
2005-02-22Do not scale the buttons in the decoration over and over again.zecke1-4/+4
The logic was if the requested size is not the size of the pixmap load and scale it to the right size. The problem was the scaleButton method was changed to not scale the pixmap (to avoid bluring al will kill me for that) if the delta of the sizes was <= 4. We now do not try to scale if the delta is <= 4
2004-12-20Restore Files:zecke1-1/+2
-QWSDecoration scaling fixes by mickeyl -Readd macros for DEPRECATED and VISIBILITY -Move out showWidget and execDialog to widget_sowing.cpp -QPE_EXPORT_SYMBOL for Q_EXPORT_INTERFACE -Deprecated for FileSelector, QPEMenubar and Toolbar
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-02-08ReMerge QPEDecozecke1-53/+94
2003-11-03Porting Opie to MacOS-X.eilers1-0/+8
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-08-08Merged branches from BRANCH_1_0eilers1-13/+21
2002-11-25Some changes to the QPEDecoration c'tor internals:sandman1-24/+17
Since the current deco plugin is unloaded, when a new Deco is created via new (even if this new deco is never used or deleted immediatly afer- wards), we have to remember the plugin name, in case someone calls the default c'tor (without supplying a plugin name)
2002-11-22Added some code for backward compatibility .. this enabled tkc apps withsandman1-0/+5
custom window decoration to work on Opie (the X and OK button have a 1 pixel offset though, but I can't do anything about it)
2002-10-16Remove #ifdef QWS HELLzecke1-2/+0
a Platform which is not supporting IPC compatible to QCopChannel/Envelope is not of much use nowadays.. so be sure your platform is supporting it
2002-10-05The control files lacked a \n at the end - this screwed the packages filesandman1-2/+5
2002-09-17updatezecke1-2/+1
2002-09-10Fix floating point exception divide by 0 in qpedecorationzecke1-11/+12
2002-09-10Qtopia1-6 mergezecke1-246/+517
still to test bic changes to be resolved more changes to be made?
2002-06-07Backing out unintentional merge from TT branch.kergoth1-4/+5
2002-01-25Initial revisionkergoth1-0/+639