summaryrefslogtreecommitdiff
path: root/core/pim/addressbook
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14Clean-up of .cvsignore filesdrw1-1/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar3-12/+5
screen handling
2003-12-25called binary when sending email to a contact is "opiemail" insteadalwin1-3/+3
of "mail" when using opiemal as standard mailer.
2003-12-07s/QPEToolBar/QToolBar:mickeyl2-5/+5
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl1-2/+2
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-12-04use opie-lupdate instead lupdatear1-21/+0
2003-11-11Updating apps to use quickexec. Ipks are now generated properly.treke4-19/+9
2003-09-29ocontactfields is moved to libopie/pimeilers2-516/+0
2003-09-29ocontactfields is now moved to libopie/pimeilers6-9/+6
2003-09-29Now using default font instead smallsmootheilers1-1/+2
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-30Speed optimization fix:eilers6-66/+105
Startup and usability improved if a lot of contacts are stored. Left speed bootleneck is the xml file..
2003-08-01Icon bug.. fixed.eilers1-2/+2
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers4-19/+24
2003-06-05sanitizedschurig1-1/+1
2003-05-11Just internal renaming.. Will not affect anything..eilers3-3/+3
2003-05-11Some improvements in handling of organizations:eilers10-19/+79
- If you enter a organization name and no Fullname is entered, the organization name will be used. Thus, the organization is shown correctly in the listview.. - The letterpicker now searches for the SaveAs Entry (configurable) instead for lastname. Ths guarantees that the organization is found as expected.. This addresses bugreport #590 and #895..
2003-05-09No it jumps into the front if show(int) is used.. Thanks tille !eilers1-0/+1
2003-05-09Had misunderstanding about name of the qcop call and show closed the appeilers1-2/+8
immediately..
2003-05-09Added two QCop functions for OSearch:eilers3-25/+35
editUid(int), showUid(int)..
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-02Fix bug #791 (Misbehaviour of contacteditor: The main tab is active for ↵eilers5-9/+38
every new entry) Export to VCard added. Edit:Save removed (Was just for testing purposes)
2003-03-27Bugfix: If menu-button is pressed, the mainmenu will now open as expectedeilers6-16/+101
To have the same look and feel as the other pim applications, the moveable toolbar is disabled. This behaviour is changeable in the configuration.
2003-03-24DetailView: If card is too big to show, use page up/down instead ofeilers3-13/+27
next/previous contact if cursor up/down is used ..
2003-03-09Switching to version 0.9.1eilers1-2/+2
2003-03-09Fixed missing table refresh after changing the primary contact ordereilers3-2/+19
2003-03-08use the opie wide config iconharlekin1-83/+83
2003-03-07Removed unused files and starting with WhatsThis..eilers6-356/+92
2003-03-06New table appearance by Dan Williams ! It looks like todolist, now ! Thankseilers2-2/+35
a lot !
2003-03-05Fixed bug, again ..eilers1-9/+10
Default-Email Chooser wasn't removed in some rare cases ..
2003-03-05Bugfix: Fullname Dialogbox had problems with lastnames out of multiple wordseilers2-41/+29
2003-03-04Fixing suffix handlingeilers2-5/+11
2003-03-04Some finetuning to behave like the previous release if just one first andeilers1-3/+6
lastname is used..
2003-03-04Name parser completely rewritten ! It is now possible to have as much middleeilers3-446/+363
names as your parents payed for ;) If you have a lastname which was build out of words like "Klara Anne Marie Freifrau von Lichtenstein" or "Carlos Marcos del los Rios" you have to use a "," to separate between first andd last names like this: "del los Rios, Carlos Marcos" or "Freifrau von Lichtenstein, Klara Anne Marie"..
2003-03-01Fixing following bugs:eilers5-60/+82
default email chooser jumped sometimes through the widget default email chooser not completely hiding the textfield storing the position of the chooser for the home webpage failed
2003-02-28Beaming personal vcard on keypress is implented now !eilers1-9/+17
2003-02-27Adding icon for importeilers1-1/+2
2003-02-24Oops: Personal details menu disabled.. Fixed!eilers1-1/+1
2003-02-24Change default settings of combos for contacteditoreilers3-5/+6
2003-02-23Added icons. Especially the main-contact table has an iconeilers7-65/+122
to show whether it is a work-, home- number or if it is a mobile... The pictures may need improvements due to my incompetence in creating pictures.. Do we have anyone who may paint such stuff ?
2003-02-17I hope translation is fixed, now !eilers3-87/+176
2003-02-16Error message was too long.. Fixed!eilers1-1/+1
2003-02-11implement the wish from 0000639zecke2-7/+13
2003-02-07just an updateeilers1-0/+3
2003-01-31Removed a lot of debug output.. Therefore it should speed up..eilers8-72/+251
The settings of the combo-boxes in the contacteditor are now stored globally and individual for a contact ( I fear this will not survive any synchronizing! ). Thanks to tille for his assistance ! I hope there isn't any new bug in the contacteditor.. It is very ugly and hard to debug..
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.