220
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enable compilation of calendar/ subdir More... about 22 years ago
Added calendar resources More... about 22 years ago
libkderesources is own library now More... about 22 years ago
Complete overhaul of the resources framework: - Some docs in resource.h and in README.design - ResourceFactory is now internal, you only use ResourceManager now - The ResourceManager instances in the same KDE session use DCOP to keep synchronized - fastResource is gone - namespace KRES instead of KPIM - Resource subclasses define a constructor with a const KConfig* argument. See examples in resource.h and (later) in libkpimexchange/resources - Resource::open() and close() are synchronized using a mutex. Implement doOpen() and doClose() in subclasses - It's easy to make a KCM module using ResourcesConfigPage. See libkcal (later) for an example More... about 22 years ago
Added KInputDialog. This currently just is a wrapper. More... about 22 years ago
Fixed includes. More... about 22 years ago
Get rid of KConfig::hasKey(). More... about 22 years ago
Add read-only option More... about 22 years ago
Show widget unpressed after popup displays More... about 22 years ago
add signal to allow catching invalid date inputs (is needed for bugfixing in kaddressbook) More... about 22 years ago
includemoc More... over 22 years ago
Fix encoding issues with vCard drag&drop. Set addressbook as modified after import and dropping a vCard. More... over 22 years ago
Call validate() when date is stepped with up/down arrows More... over 22 years ago
Pointing to the Doxyfile.am in /admin rather than ../admin. More... over 22 years ago
Lay the foundation for doxygen support similar to how it is done for kdelibs. More... over 22 years ago
Make up/down arrows step the date More... over 22 years ago
- add drag class for vcard mimetype More... over 22 years ago
KDE2 compatibility More... over 22 years ago
CVS_SILENT Style guide fix, use "cvslastchange" or X-WebCVS header line to view More... over 22 years ago
Fix warning. More... over 22 years ago
Add validate() method More... over 22 years ago
- fixed sinal/slots bug More... over 22 years ago
Remove message box shown for invalid dates. It's better, if the user code does the error handling. More... over 22 years ago
Reinstate handling of day names. Fix handling of day names so that if the current date changes after the widget's construction, they are correctly interpreted. More... over 22 years ago
Make kdateedit a combobox which opens the date picker instead of a listbox. More... over 22 years ago
Update when KDatePicker line edit is changed More... over 22 years ago
Better styleguide fix More... over 22 years ago
you can save you one created template now. That makes managing existing and creating new templates a lot easier More... over 22 years ago
-messages: +messages: rc.cpp More... over 22 years ago
Make it compile. More... over 22 years ago