summaryrefslogtreecommitdiff
path: root/noncore/unsupported
AgeCommit message (Collapse)AuthorFilesLines
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl8-12/+12
build system
2004-03-27fix dependencymickeyl1-1/+1
2004-03-21compile fixmickeyl1-2/+2
2004-03-14Fix up depends on LIBOPIE1zecke8-6/+8
Proper signature for signal and slots and namespaces
2004-03-02applied the patch generated by the optimize_connect script fromalwin21-129/+129
TT.
2004-02-22moved mailit into unsupported areaalwin1-0/+1
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+1
2004-02-14Clean-up of .cvsignore filesdrw5-1/+10
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw2-3/+3
Maintainer, Files and Section fields)
2004-01-10change maintainter from warick to opie projectllornkcor1-1/+1
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke2-4/+4
2003-12-25better not source the unsupported configs one-by-one in the top-level config.inmickeyl1-0/+5
2003-12-20make it buildablechicken1-1/+1
2003-12-08adapt to directory changes and menu structure changesmickeyl1-7/+2
2003-12-07s/QPEToolBar/QToolBar:mickeyl10-28/+28
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl8-13/+13
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-12-04use opie-lupdate instead lupdatear8-161/+0
2003-12-02fix of bug number 0001210alwin4-3/+4
the libmail is now called libcoremail (fix inside the .pro files) mail application got a appName for quicklauncher.
2003-11-13non essential apps should not be built by defaultllornkcor1-1/+1
2003-11-03Porting Opie to MacOS-X.eilers1-1/+1
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-29mrege noncore/net/*mickeyl6-181/+234
2003-10-27merge noncore/mail/*mickeyl3-10/+4
2003-09-20merge control files with BRANCHmickeyl4-4/+4
2003-08-09Merge from BRANCH_1_0kergoth6-260/+45
2003-08-09Merge from BRANCH_1_0kergoth1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth8-184/+198
2003-07-10don't try to compile header files ;)mickeyl1-2/+2
2003-06-09patch from wim delvaux.llornkcor2-6/+11
2003-06-09patch from wim delvaux. fix from mellornkcor14-455/+474
2003-06-05sanitizedschurig1-1/+1
2003-06-05sanitizedschurig2-3/+3
2003-06-05sanitizedschurig1-1/+1
2003-06-04sanitizedschurig1-1/+1
2003-06-04sanitizedschurig2-2/+2
2003-06-02some .cvsignore fixesschurig1-0/+2
2003-05-24don't crash when compiled with gcc3zecke3-13/+13
one Contact in libqpe one Contact in addresslist.h a nice game of russian roulette gcc3 lost...
2003-05-24fix for a few crashes. one being stack overwrite. please test before I ↵llornkcor3-17/+21
commit to 0_99
2003-05-24QString to const QStringllornkcor13-604/+605
2003-05-10building againtille1-2/+2
2003-05-07Smaller fix which shows attachment icons also for downloaded mailsgroucho1-1/+5
2003-05-07Small fix which show attachment icons for downloaded mails alsogroucho1-12/+1
2003-04-29- added ReplyAll for CC: addressinggroucho9-74/+206
- added a download button in mail view - smaller layout fixes - now it's getting to be real useful
2003-04-28- bug fixes in the parser (from header)groucho7-125/+104
- bug fixes in address selector (uses cc: now) - remove now selects next item afterwards (speeds up mass deletion) - smaller fixes
2003-04-24- reworked size filteringgroucho15-256/+244
- started reworking offline download - better tab focus switching - Hello "Whats this" capability - Fixed parsing of To: header files (no more Delivered-To: and Reply-To: matches) - Good bye Settings.txt, hello Config Objects and encrypted passwords - Translation improvements (added trs) - Parser optimizations
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth7-0/+7
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth6-6/+6
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20Make it work with opie-lupdatezecke1-0/+1
2003-04-20adding dutch to the .pro-filescniehaus8-0/+8
2003-04-20- Added CC: supportgroucho9-43/+361
- Added mail forwarding - Added icon for selective mail download - Removing mails from mail list via icon - Temporarily disabled mail header download queue
2003-04-15- SMTP fix preventing authorization with SMTP after POPgroucho7-25/+21
- removed debug output - smaller bug fixes