summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2003-01-27Changes to make the weeklstview show translated day headersgroucho3-3/+21
Addressbookplugin was not translated, however this beast still does not show the translated strings
2003-01-27Taskbar now also depends on libqte2-emb-fontsgroucho1-1/+1
Did not before and no other package did
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth30-30/+30
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-26Dependencies are great...groucho1-1/+1
2003-01-26..kergoth2-3/+1
2003-01-26libopieobex->libopieobex1.. Provides: libopieobex, Replaces: libopieobex, ↵kergoth1-2/+3
Depends .. openobex | libopenobex1.
2003-01-26Undo unintentional commitkergoth1-60/+44
2003-01-26mkipkskergoth1-44/+60
2003-01-26Arent dependencies fun?kergoth5-5/+5
2003-01-25Fixed dependenciesgroucho1-1/+1
2003-01-24Okay, better solution guys.. opie-base virtual package is gone. opie-common ↵kergoth1-2/+2
now Provides and Replaces opie-base, and the qcop, sounds, pics, etc explicit dependencies are in the launcher itself. If you have a better way to handle it, let me know. This should fix the opie-common being installed before opie-base broken upgrade path noted by Oliver on the list.
2003-01-24libopie11->libopie1kergoth1-1/+1
2003-01-24another unintentional libopie->libopie1.. oops ;)kergoth1-2/+2
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth40-40/+40
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23noncore/games/sfcave-sdl/.cvsignorekergoth1-0/+1
2003-01-23take the right parent for the MultiLineEditzecke1-3/+3
2003-01-23- added weatherplugin, opiemail and odict to the build processgroucho1-0/+1
- adjusted batteryapplet/config.in as it was not reflected when building - embeddedconsole now builds with the right options - opie-console dto.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth15-16/+31
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-21better descriptionllornkcor1-1/+1
2003-01-19add multiselection add to playlistllornkcor1-8/+22
2003-01-19partly fix playing from audio and video viewsllornkcor2-12/+21
2003-01-19add mod files to mime type for scansllornkcor1-1/+1
2003-01-16*** empty log message ***kergoth1-0/+1
2003-01-16Add some config.in.in files to remove the 'duplicate' categories spotted by ↵kergoth6-0/+6
Max..
2003-01-16i18n for new buildsystem :)kergoth40-3/+160
2003-01-16Cleanup and formatting.kergoth7-13/+11
2003-01-16Descriptionkergoth1-1/+1
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth15-20/+13
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-16*** empty log message ***kergoth1-4/+1
2003-01-15make it work on ipaq againharlekin1-1/+1
2003-01-14changed caption, took for ipaq outharlekin1-1/+1
2003-01-13Removed nonsense which corrupted the business phone dataeilers1-3/+4
2003-01-13Oops.. Bugfix in devel branch.. Merged it to main !eilers1-2/+5
2003-01-13Minor changes for what's this !eilers1-6/+6
2003-01-13Bugfixed and improved color settings ! Now it is possible to changeeilers4-23/+104
the color if the anniversary/birthday is close.. :)
2003-01-11debug seems to iritate grouchos build env ..harlekin1-2/+1
2003-01-11debug not as defaultharlekin1-1/+1
2003-01-10merged ipaq stuff in, one step closer to kill batteryapplet ipaqharlekin3-118/+226
2003-01-05Color for entries is now customizeableeilers4-2/+19
2003-01-04Hope I fixed the default-email bugs..eilers3-42/+186
2003-01-03- added missing quotesimon1-1/+1
2003-01-03Now it shows how many days are left until birthday/anniversary !eilers1-4/+26
2003-01-03NEW: This plugin shows the next birthdays and anniversaries for the nexteilers11-0/+589
n days !
2003-01-02Letterpicker now works for lowercase names..eilers2-5/+13
2003-01-02Fix some typos, as usual: found by Tais (tm)cniehaus2-15/+15
- QMessageBox::warning(this, tr("OContacts"), + QMessageBox::warning(this, tr("Contacts"), - cmbCountry->insertItem( tr ( "Afganistan" ) ); + cmbCountry->insertItem( tr ( "Afghanistan" ) ); - cmbCountry->insertItem( tr ( "Antartica" ) ); + cmbCountry->insertItem( tr ( "Antarctica" ) ); - cmbCountry->insertItem( tr ( "Armania" ) ); + cmbCountry->insertItem( tr ( "Armenia" ) ); - cmbCountry->insertItem( tr ( "Boliva" ) ); + cmbCountry->insertItem( tr ( "Bolivia" ) ); - cmbCountry->insertItem( tr ( "Camaroon" ) ); + cmbCountry->insertItem( tr ( "Cameroon" ) ); - cmbCountry->insertItem( tr ( "Gahna" ) ); + cmbCountry->insertItem( tr ( "Ghana" ) ); - cmbCountry->insertItem( tr ( "Guadelupe" ) ); + cmbCountry->insertItem( tr ( "Guadeloupe" ) ); - cmbCountry->insertItem( tr ( "Guinea-bissau" ) ); + cmbCountry->insertItem( tr ( "Guinea-Bissau" ) ); - cmbCountry->insertItem( tr ( "Jamacia" ) ); + cmbCountry->insertItem( tr ( "Jamaica" ) ); - cmbCountry->insertItem( tr ( "Kribati" ) ); + cmbCountry->insertItem( tr ( "Kiribati" ) ); - cmbCountry->insertItem( tr ( "Kyrgystan" ) ); + cmbCountry->insertItem( tr ( "Kyrgyzstan" ) ); - cmbCountry->insertItem( tr ( "Palestinian Territory" ) ); + cmbCountry->insertItem( tr ( "Palestinian Sovereign Areas" ) ); - cmbCountry->insertItem( tr ( "Pitcairn" ) ); + cmbCountry->insertItem( tr ( "Pitcairn Islands" ) ); - cmbCountry->insertItem( tr ( "Viet Nam" ) ); + cmbCountry->insertItem( tr ( "Vietnam" ) );
2002-12-30getting rid of some qDebugs to make the startup a bit more quietsandman2-4/+3
2002-12-30 - rewrote the SCAP part (doesn't need netcat anymore now)sandman2-211/+228
- cleaned up the code - reworked the GUI a bit
2002-12-30minor GUI fixsandman1-1/+1
2002-12-29Need these too...drw2-0/+398
2002-12-29More updates to edit task dialog. Rearranged info on 1st 2 tabs so it is ↵drw7-460/+95
grouped a little more logically, and also renamed these tabs.