summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2005-03-17added datebook plugins for xml-configurable national holidays.alwin7-0/+370
may someone is needing it ;)
2005-03-17corrected an error in date-countingalwin1-2/+2
2005-03-17fix error in thinking about date-diffs I madealwin1-3/+3
2005-03-17new header file into .proalwin1-1/+2
2005-03-171. datebookweeklist - a week has SEVEN days, not SIX. I'm wondering whyalwin10-634/+718
events on sunday never showed there ;) 2. extra file datebooktypes contains some special classes used by datebook so other classes must not include the big mainheader file. 3. added support for holiday-plugins to week-views. Month view is a little bit more tricky 'cause TT has never heard about virtual methods and so I have the choice between complete copy the monthview and make the modifications or changing the interface of datebookdb-class to virtual. both isn't nice.
2005-03-17inserted last missing stuffalwin4-2/+142
2005-03-17check anniversaries, too.alwin1-2/+17
2005-03-17must linked against libopiepim2alwin1-1/+1
2005-03-17inserted missingalwin4-162/+163
corrected spelling
2005-03-16added birthday display into datebookalwin6-1/+110
2005-03-16config.in.in are always autogeneratedmickeyl2-1/+4
2005-03-16Fixed: 1. Category handling - all other apps and libopie2 use -1 for unfiled ↵drw3-27/+25
and 0 for all, addressbook flipped them, 2. Letter picker record selection, 3. sort resulting records after letter picker selected them
2005-03-16corrected some stuffalwin4-2/+18
2005-03-16added (base) christian holidaysalwin7-4/+180
2005-03-16VI is a strong weapon... fixed a big cp&paste erroralwin1-4/+2
2005-03-16added holiday packagealwin1-0/+1
2005-03-16ho.alwin10-1191/+1416
in dayview a holiday will displayed (if plugin found) generated a straight forward dummy-holiday-plugin for testing the stuff.
2005-03-16beginning of holiday plugins for datebookalwin1-0/+6
2005-03-15setup a workaround for missing autorepeat flag on specialbuttons.alwin2-6/+18
eg, keyfilter of serverapp stores the last pressed button itself and checks against holdtime and releases itself. on c7x0/c8x0 it works with 2.6 kernel cause keys are repeated without this flag - on 2.4 kernel I don't know what happen (may that keys are not repeated)
2005-03-14scrollview - when having a lot of buttons the dialog window is to smallalwin1-142/+152
to display them.
2005-03-12pixmap correctedalwin1-3/+2
2005-03-12And I'm wondering why opie sometimes is that slow. Hopefully reducedalwin2-7/+31
the calls to opie-eye for images in documenttab when changing layout and so on.
2005-03-12Fix default settings for background in Edit tab dialogdrw1-28/+18
2005-03-08Better version of icondrw2-221/+6
2005-03-07Use popup menu for edit, duplicate, delete and beam in week list view - ↵drw3-9/+72
patch courtesy of Thomas Schnetzer
2005-03-07fixed a very interesting crasher.alwin1-2/+2
2005-03-05Change loadIconSet to loadPixmap to prevent search for new_disabled icon ↵drw1-1/+1
(which doesn't exist
2005-03-04Fix name of plugins in label - patch courtesy of Gintsdrw1-2/+2
2005-03-04Scale icons appropriatelydrw1-1/+3
2005-03-03added 2.6 kernel devicenamesalwin1-1/+1
ToDo: let it check using OStorage
2005-03-03-Scale the image to the AppLnk::smallIconSizezecke1-5/+11
-Set the size of the wait widget to AppLnk::smallIconSize
2005-03-03Start and Restart the QSound-Serverzecke2-1/+28
2005-03-03Scale icons appropriatelydrw1-5/+9
2005-03-02-Build qss by updating the qss.prozecke4-17/+15
-Add a .cvsignore file -Make it selectable/buildable in our buildsystem by adding it to packages and creating a config.in
2005-03-02Initial revisionzecke2-0/+65
2005-03-02Close the Filedescriptor for the QCopBridge and Transferserver on exitzecke2-2/+7
2005-03-02Merge HEAD with QTOPIA_2_1_1 vendor branchzecke4-90/+18
The new qcop tool can change the user and wait for repsonses on the channel it sent data
2005-03-02Initial revisionzecke2-0/+328
2005-03-02Scale icons approprtelydrw1-3/+8
2005-02-24Speed up application start by more than 30%zecke1-1/+1
2005-02-18fix icon showing. add filename to visual.llornkcor1-163/+154
2005-02-18Added Skyhusker to developer listdrw1-1/+2
2005-02-17The response to the static background pixmap was overwhelmingly positive, hence:mickeyl5-13/+41
* fix static background pixmap also for tiled pixmaps * make it customizable via LauncherSettings * enable it per default
2005-02-16Applied Skyhusker's patch for bug #1538drw1-2/+2
2005-02-16this patch adds the possibility to have a static (as in non-scrolling) ↵mickeyl2-10/+26
background in the launcher. major drawback: most of our machines (at least the SA1100 based ones) are too slow to make it flicker free w/ tracking (repainting while dragging the scrollbar). so i needed to disable tracking for the static background. it's a hidden setting and disabled per default. please play around with it and give me your comments. How to enable: Launcher.conf: [GUI] StaticBackground = 1
2005-02-16include crypt.hllornkcor1-0/+1
2005-02-10autologin: remove processing of command line arguments in favour of decidingmickeyl1-21/+8
based on an entry in the opie-login.conf file
2005-02-10tired of seeing this stupid warningllornkcor1-1/+0
2005-02-08catch up w/ override changesmickeyl1-7/+2
2005-02-07Fix contact edit dialog captioningdrw1-5/+8