svn+ssh://svn.kde.org/home/kde/trunk/KDE/kdepim
........
r819064 | ereslibre | 2008-06-10 16:15:34 +0200 (Tue, 10 Jun 2008) | 4 lines
Setting this custom selection model doesn't allow user to deselect the current selected indexes. This was initially a bug in Qt and later they fixed the documentation => Qt::SingleSelection now says on
the docs that the current item can be unselected (check the difference between docs on 4.4.1 and 4.4.0), so we need to inherit QItemSelectionModel and do our own code in there to avoid the clearing of
the current selected index.
........
r819088 | mleupold | 2008-06-10 17:21:52 +0200 (Tue, 10 Jun 2008) | 3 lines
Rearranged the POP account dialog to unclutter and fit smaller resolutions. Also changed the inputbox to enter the port to be a
KNumInputBox.
........
r819109 | ereslibre | 2008-06-10 18:07:17 +0200 (Tue, 10 Jun 2008) | 2 lines
This is faster. Didn't remember the QItemSelection is actually a QList.
........
r819113 | krake | 2008-06-10 18:14:50 +0200 (Tue, 10 Jun 2008) | 2 lines
Check if payload exists before trying to access it, otherwise this will crash as a result of an assert
........
r819141 | ereslibre | 2008-06-10 19:33:15 +0200 (Tue, 10 Jun 2008) | 2 lines
Also reimplement clear() just in case the implementation of QListView changes in the future and does calls to clear() as QTreeView does.
........
r819143 | bbroeksema | 2008-06-10 19:39:22 +0200 (Tue, 10 Jun 2008) | 3 lines
Most of the category sync code is in place now. Although some work at the lower
levels is still needed.
........
r819147 | dmiller | 2008-06-10 19:46:19 +0200 (Tue, 10 Jun 2008) | 4 lines
mail-sent icon for kmail
........
r819148 | dmiller | 2008-06-10 19:48:05 +0200 (Tue, 10 Jun 2008) | 2 lines
there is a new version of mail-sent living in kmail/icons so im removing this one
........
r819164 | bbroeksema | 2008-06-10 20:45:37 +0200 (Tue, 10 Jun 2008) | 8 lines
* Removed some old code regarding category syncing.
* HHDataProxy now asks implementing classes to load PilotAppInfo and let it
return a pointer to PilotAppInfoBase so that the base conduit can use it
to modify category information.
* When loading records, the HHDataProxy class also sets the string
representation of a category to the records.
* Made sure this time that the KeyringConduit still compiles =:)
........
r819165 | thrainer | 2008-06-10 20:47:25 +0200 (Tue, 10 Jun 2008) | 5 lines
Display rich text summary correctly. This only works if the todos summaryIsRich() method returns the right information.
Also, some cleanup of the delegates.
........
r819166 | bbroeksema | 2008-06-10 20:50:56 +0200 (Tue, 10 Jun 2008) | 2 lines
Return wheter or not a category is known by the PilotDatabase.
........
r819169 | bbroeksema | 2008-06-10 20:59:07 +0200 (Tue, 10 Jun 2008) | 3 lines
Make sure that conduits must implement a function that stores the appinfo
block.
........
r819179 | bbroeksema | 2008-06-10 21:19:15 +0200 (Tue, 10 Jun 2008) | 3 lines
Let HHDataProxy handle setting a category on a handheld record. This should be
the same for each HHDataProxy so no need to implement this in KeyringConduit.
........
r819205 | bbroeksema | 2008-06-10 21:43:57 +0200 (Tue, 10 Jun 2008) | 2 lines
Implemented HHDataProxy::addGlobalCategory( const QString& ).
........
r819283 | scripty | 2008-06-10 22:53:53 +0200 (Tue, 10 Jun 2008) | 1 line
SVN_SILENT made messages (.desktop file)
........
r819350 | vanrijn | 2008-06-11 05:35:20 +0200 (Wed, 11 Jun 2008) | 4 lines
- We're not anywhere close to doing backups and restores. This was out of
whack from the rest of the code anyway (syncAction.cc, etc.). Was causing
me to go into restore mode on every sync.
........
r819403 | binner | 2008-06-11 09:29:36 +0200 (Wed, 11 Jun 2008) | 2 lines
fix typo
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=819422