Feed Advanced Search

Sep 10 2016

skelly committed R172:fd3022173eb7: Merged revisions 1061319 via svnmerge from svn+ssh://skelly@svn.kde. (authored by skelly).
Merged revisions 1061319 via svnmerge from svn+ssh://skelly@svn.kde.
Sep 10 2016, 6:42 AM
skelly committed R172:01257403fb29: Backport bugfix from r1089222 (authored by skelly).
Backport bugfix from r1089222
Sep 10 2016, 6:41 AM
skelly committed R172:8023a9c0624b: Make sure matching by item and collection can work. (authored by skelly).
Make sure matching by item and collection can work.
Sep 10 2016, 6:41 AM
skelly committed R172:2a2f7997965d: Merged revisions 1149012,1149026 via svnmerge from svn+ssh://skelly@svn.kde. (authored by skelly).
Merged revisions 1149012,1149026 via svnmerge from svn+ssh://skelly@svn.kde.
Sep 10 2016, 6:41 AM
skelly committed R172:6c3175ab12bf: Handle removals where the last row is removed. (authored by skelly).
Handle removals where the last row is removed.
Sep 10 2016, 6:41 AM
skelly committed R172:eade9ddde964: Build. (authored by skelly).
Build.
Sep 10 2016, 6:41 AM
skelly committed R172:2be889a19889: Implement headerData. (authored by skelly).
Implement headerData.
Sep 10 2016, 6:41 AM
skelly committed R172:d4f1ce4183cd: Revert "Use the version from kdelibs directly in trunk." (authored by skelly).
Revert "Use the version from kdelibs directly in trunk."
Sep 10 2016, 6:41 AM
skelly committed R172:7b726344bf3e: Fix silly error using wrong index. (authored by skelly).
Fix silly error using wrong index.
Sep 10 2016, 6:41 AM
skelly committed R172:7865baac44db: Update with version from stable. (authored by skelly).
Update with version from stable.
Sep 10 2016, 6:41 AM
skelly committed R172:b05273423ad4: Update with kdelibs version. (authored by skelly).
Update with kdelibs version.
Sep 10 2016, 6:41 AM
skelly committed R172:866045e43c2f: Use the version from kdelibs directly in trunk. (authored by skelly).
Use the version from kdelibs directly in trunk.
Sep 10 2016, 6:41 AM
skelly committed R172:b13a0a7e261d: Fix off-by-not error. (authored by skelly).
Fix off-by-not error.
Sep 10 2016, 6:41 AM
skelly committed R172:144102bb10e6: Add the sourceModelDestroyed signal. (authored by skelly).
Add the sourceModelDestroyed signal.
Sep 10 2016, 6:41 AM
skelly committed R172:e70d6ed184b2: Better handling of mappings in the vicinity of mappings. (authored by skelly).
Better handling of mappings in the vicinity of mappings.
Sep 10 2016, 6:41 AM
skelly committed R172:ad15d8e976c6: Fix build (authored by skelly).
Fix build
Sep 10 2016, 6:41 AM
skelly committed R172:f4075ec30b13: Backport 1177499 (authored by skelly).
Backport 1177499
Sep 10 2016, 6:41 AM
skelly committed R172:f1a0324cdac9: Make sure to finish one beginInsert/endInsert pair before processing a new one. (authored by skelly).
Make sure to finish one beginInsert/endInsert pair before processing a new one.
Sep 10 2016, 6:41 AM
skelly committed R172:315b8f5e0f2b: Fix off-by-not error (authored by skelly).
Fix off-by-not error
Sep 10 2016, 6:41 AM
skelly committed R172:d6ae69fb6841: Work around QSortFilterProxyModel bug. (authored by skelly).
Work around QSortFilterProxyModel bug.
Sep 10 2016, 6:41 AM
skelly committed R172:5743a0aaaa95: Add some more asserts. (authored by skelly).
Add some more asserts.
Sep 10 2016, 6:41 AM
skelly committed R172:6d945a120c70: Revert "Use the new descendants proxy, it's more correct." (authored by skelly).
Revert "Use the new descendants proxy, it's more correct."
Sep 10 2016, 6:40 AM
skelly committed R172:dedfcdf55fbe: Stop the timer when there is nothing to animate, and start it when there is. (authored by skelly).
Stop the timer when there is nothing to animate, and start it when there is.
Sep 10 2016, 6:40 AM
skelly committed R172:9214070ca847: Use the new KDescendantsProxyModel now that regression reports have stopped. (authored by skelly).
Use the new KDescendantsProxyModel now that regression reports have stopped.
Sep 10 2016, 6:40 AM
skelly committed R172:effca960052a: Implement headerData (authored by skelly).
Implement headerData
Sep 10 2016, 6:40 AM
skelly committed R172:e6ba536386d0: Handle removals where the last row has children. (authored by skelly).
Handle removals where the last row has children.
Sep 10 2016, 6:40 AM
skelly committed R172:0cd3d26785d0: Never set the result to something that is not actually a valid result. (authored by skelly).
Never set the result to something that is not actually a valid result.
Sep 10 2016, 6:40 AM
skelly committed R172:67bb6fa1467f: Fix silly error using wrong index. (authored by skelly).
Fix silly error using wrong index.
Sep 10 2016, 6:40 AM
skelly committed R172:375633708beb: Update with version from kdelibs for speed and fixes. (authored by skelly).
Update with version from kdelibs for speed and fixes.
Sep 10 2016, 6:40 AM
skelly committed R172:e9a64b315bd4: Build. (authored by skelly).
Build.
Sep 10 2016, 6:40 AM
skelly committed R172:ba1b2f55328d: Fix off-by-not error. (authored by skelly).
Fix off-by-not error.
Sep 10 2016, 6:40 AM
skelly committed R172:e765f261796f: Fix the over-trivial data method. (authored by skelly).
Fix the over-trivial data method.
Sep 10 2016, 6:40 AM
skelly committed R172:5119a718b96f: Some crash guards. (authored by skelly).
Some crash guards.
Sep 10 2016, 6:40 AM
skelly committed R172:4c74b1b62297: Add the sourceModelDestroyed slot. (authored by skelly).
Add the sourceModelDestroyed slot.
Sep 10 2016, 6:40 AM
skelly committed R172:47b55b602a87: Fix reacting to dataChanged. (authored by skelly).
Fix reacting to dataChanged.
Sep 10 2016, 6:40 AM
skelly committed R172:21aacbaf2b5f: Better handling of insertions in the vicinity of mappings. (authored by skelly).
Better handling of insertions in the vicinity of mappings.
Sep 10 2016, 6:40 AM
skelly committed R172:415cd537fc9a: Check in the rewrite of kdescendantsproxymodel. (authored by skelly).
Check in the rewrite of kdescendantsproxymodel.
Sep 10 2016, 6:40 AM
skelly committed R172:78fa2d40f96b: Hanle multi column models properly. (authored by skelly).
Hanle multi column models properly.
Sep 10 2016, 6:40 AM
skelly committed R172:115037327375: Restore to its former version. (authored by skelly).
Restore to its former version.
Sep 10 2016, 6:40 AM
skelly committed R172:ebbdc20e09fa: Add slot to be used in the future. (authored by skelly).
Add slot to be used in the future.
Sep 10 2016, 6:40 AM
skelly committed R172:a930dc75e6f6: Check in the new KDescendantsProxyModel (authored by skelly).
Check in the new KDescendantsProxyModel
Sep 10 2016, 6:40 AM
skelly committed R172:3a85fe37ed05: Add some more assertions. (authored by skelly).
Add some more assertions.
Sep 10 2016, 6:40 AM
skelly committed R172:038a8d062698: Use a progress spinner on collections while fetching items in it. (authored by skelly).
Use a progress spinner on collections while fetching items in it.
Sep 10 2016, 6:40 AM
skelly committed R172:cc69a626f71c: Add missing @since. (authored by skelly).
Add missing @since.
Sep 10 2016, 6:40 AM
skelly committed R172:0878a400e162: Add FetchState reporting to EntityTreeModel (authored by skelly).
Add FetchState reporting to EntityTreeModel
Sep 10 2016, 6:40 AM
skelly committed R172:70373928e1d7: Make the fetchState part of the scriptable roleNames. (authored by skelly).
Make the fetchState part of the scriptable roleNames.
Sep 10 2016, 6:40 AM
skelly committed R172:adf46744c079: Update statistics each time we get a notification from the server. (authored by skelly).
Update statistics each time we get a notification from the server.
Sep 10 2016, 6:40 AM
skelly committed R172:5c7653f2560b: Print the message if the assert will be hit. (authored by skelly).
Print the message if the assert will be hit.
Sep 10 2016, 6:40 AM
skelly committed R172:ad907ae8dedc: Silence some warnings (authored by skelly).
Silence some warnings
Sep 10 2016, 6:40 AM
skelly committed R172:35326905d74d: Assert that the fetched collection is valid. (authored by skelly).
Assert that the fetched collection is valid.
Sep 10 2016, 6:40 AM
skelly committed R172:260ed3dd6a93: Make the ETM more resilient against monitor config errors. (authored by skelly).
Make the ETM more resilient against monitor config errors.
Sep 10 2016, 6:40 AM
skelly committed R172:222e5b9f84cd: Make the assert more informative. (authored by skelly).
Make the assert more informative.
Sep 10 2016, 6:40 AM
skelly committed R172:37a646339634: Don't return unreadCount implicitly converted to a color when there is no… (authored by skelly).
Don't return unreadCount implicitly converted to a color when there is no…
Sep 10 2016, 6:40 AM
skelly committed R172:9eef9db46ead: Handle races between monitor signals and results of fetch jobs. (authored by skelly).
Handle races between monitor signals and results of fetch jobs.
Sep 10 2016, 6:40 AM
skelly committed R172:41118e71c66f: Maintain a set of item fetch jobs already underway so as not to start the same… (authored by skelly).
Maintain a set of item fetch jobs already underway so as not to start the same…
Sep 10 2016, 6:40 AM
skelly committed R172:96e9ca054b0d: Allow items to appear in more than one position in the tree. (authored by skelly).
Allow items to appear in more than one position in the tree.
Sep 10 2016, 6:40 AM
skelly committed R172:0b5a8602a3af: Don't forget to mapToSource. (authored by skelly).
Don't forget to mapToSource.
Sep 10 2016, 6:40 AM
skelly committed R172:ec4f4749f6d0: Use const in the method signature here. (authored by skelly).
Use const in the method signature here.
Sep 10 2016, 6:40 AM
skelly committed R172:2694dbab8207: Make the ETM and Monitor use the same Session. (authored by skelly).
Make the ETM and Monitor use the same Session.
Sep 10 2016, 6:40 AM
skelly committed R172:4be2c95dcfa4: Always tell the view we can't fetch more. (authored by skelly).
Always tell the view we can't fetch more.
Sep 10 2016, 6:40 AM
skelly committed R172:c01194992a54: Don't use a QueuedConnection because the arguments through the rowsInserted… (authored by skelly).
Don't use a QueuedConnection because the arguments through the rowsInserted…
Sep 10 2016, 6:40 AM
skelly committed R172:430bd7a57a57: Write attachments to temp files on request. (authored by skelly).
Write attachments to temp files on request.
Sep 10 2016, 6:39 AM
skelly committed R172:09eb9a3e5bf7: This class was not in 4.4, but will be in 4.6. (authored by skelly).
This class was not in 4.4, but will be in 4.6.
Sep 10 2016, 6:39 AM
skelly committed R172:f4432999b83a: Remove installed header for krecursivefilterproxymodel which is now in trunk. (authored by skelly).
Remove installed header for krecursivefilterproxymodel which is now in trunk.
Sep 10 2016, 6:39 AM
skelly committed R172:597c027894e8: Remove export macro from not-installed header. (authored by skelly).
Remove export macro from not-installed header.
Sep 10 2016, 6:39 AM
skelly committed R172:fdfbfba0abe5: Add a copy of krecursivefilterproxymodel until we depend on trunk. (authored by skelly).
Add a copy of krecursivefilterproxymodel until we depend on trunk.
Sep 10 2016, 6:39 AM
skelly committed R172:755c7b4d4e4f: Move the KRecursiveFilterProxyModel from kdepimlibs where it has been for 6… (authored by skelly).
Move the KRecursiveFilterProxyModel from kdepimlibs where it has been for 6…
Sep 10 2016, 6:39 AM
skelly committed R172:8324fa8b43d8: Add maintainability note. (authored by skelly).
Add maintainability note.
Sep 10 2016, 6:39 AM
skelly committed R172:da4aae964f54: Make the reimp a doxygen command (authored by skelly).
Make the reimp a doxygen command
Sep 10 2016, 6:39 AM
skelly committed R172:8fc6c355c505: Add a comment explaining the internals of this class. (authored by skelly).
Add a comment explaining the internals of this class.
Sep 10 2016, 6:39 AM
skelly committed R172:8866a155707e: Document this class. (authored by skelly).
Document this class.
Sep 10 2016, 6:39 AM
skelly committed R172:8876379b4224: Don't assume m_rootCollection is Collection::root(). (authored by skelly).
Don't assume m_rootCollection is Collection::root().
Sep 10 2016, 6:39 AM
skelly committed R172:17cfe3de7f34: Insert the new collection into the model with its ancestors. (authored by skelly).
Insert the new collection into the model with its ancestors.
Sep 10 2016, 6:39 AM
skelly committed R172:d63de3ab4f3e: Clear all running jobs when resetting the model (authored by skelly).
Clear all running jobs when resetting the model
Sep 10 2016, 6:39 AM
skelly committed R172:77b811993618: Check the monitored collections when resetting. (authored by skelly).
Check the monitored collections when resetting.
Sep 10 2016, 6:39 AM
skelly committed R172:36df3aec53d6: Use proper namespaces. (authored by skelly).
Use proper namespaces.
Sep 10 2016, 6:39 AM
skelly committed R172:8115f64b7652: Only initialize the rootCollectionDisplayName once. (authored by skelly).
Only initialize the rootCollectionDisplayName once.
Sep 10 2016, 6:39 AM
skelly committed R172:8516ad4200b6: Double check the monitored mimetypes when resetting the model. (authored by skelly).
Double check the monitored mimetypes when resetting the model.
Sep 10 2016, 6:39 AM
skelly committed R172:265e3d0d9fdc: Provide methods for getting the QModelIndex for particular Collections and… (authored by skelly).
Provide methods for getting the QModelIndex for particular Collections and…
Sep 10 2016, 6:39 AM
skelly committed R172:0db1e311409c: Remove obsolete information from the docs. (authored by skelly).
Remove obsolete information from the docs.
Sep 10 2016, 6:39 AM
skelly committed R172:7d3b1440386e: Hacky quick fix for the monitored collections changing. (authored by skelly).
Hacky quick fix for the monitored collections changing.
Sep 10 2016, 6:39 AM
skelly committed R172:9324535f1cb3: Make it possible to find a Collection if it doesn't have its parentCollection… (authored by skelly).
Make it possible to find a Collection if it doesn't have its parentCollection…
Sep 10 2016, 6:39 AM
skelly committed R172:ddc9669fd794: Remove some unused methods. (authored by skelly).
Remove some unused methods.
Sep 10 2016, 6:39 AM
skelly committed R172:db25d6cd5de2: If a new top level collection is added, see if it is the top of a monitored… (authored by skelly).
If a new top level collection is added, see if it is the top of a monitored…
Sep 10 2016, 6:39 AM
skelly committed R172:06b2999b8eb9: Items are fetched on demand and we get a notification when they are updated. (authored by skelly).
Items are fetched on demand and we get a notification when they are updated.
Sep 10 2016, 6:39 AM
skelly committed R172:dbede65b1620: Check the type of an entity when looking for its position by id. (authored by skelly).
Check the type of an entity when looking for its position by id.
Sep 10 2016, 6:39 AM
skelly committed R172:9549ee6c02e4: If resources are monitored, but mimetypes are not, only fetch the resources. (authored by skelly).
If resources are monitored, but mimetypes are not, only fetch the resources.
Sep 10 2016, 6:39 AM
skelly committed R172:eba7f5a12893: Make ETM::ParentCollectionRole work again. (authored by skelly).
Make ETM::ParentCollectionRole work again.
Sep 10 2016, 6:39 AM
skelly committed R172:4180ee39905f: Don't insert items into the model which have been filtered out. (authored by skelly).
Don't insert items into the model which have been filtered out.
Sep 10 2016, 6:39 AM
skelly committed R172:8b57a2a5a866: If the item does not change, do not update the revision number. (authored by skelly).
If the item does not change, do not update the revision number.
Sep 10 2016, 6:39 AM
skelly committed R172:6c5277842d0f: Don't crash when adding/removing instances in Qt 4.7. (authored by skelly).
Don't crash when adding/removing instances in Qt 4.7.
Sep 10 2016, 6:39 AM
skelly committed R172:b58291349986: Revert "Add a custom role for making the childCount available to QML." (authored by skelly).
Revert "Add a custom role for making the childCount available to QML."
Sep 10 2016, 6:39 AM
skelly committed R172:19ad63789629: Make qml less noisy when the unread count is 0. (authored by skelly).
Make qml less noisy when the unread count is 0.
Sep 10 2016, 6:39 AM
skelly committed R172:92664f558e0c: When merging two items, remove attributes from *this which don't exist in other. (authored by skelly).
When merging two items, remove attributes from *this which don't exist in other.
Sep 10 2016, 6:39 AM
skelly committed R172:2bb6ee85932d: Make it possible for the ETM to create a recursive listing of items. (authored by skelly).
Make it possible for the ETM to create a recursive listing of items.
Sep 10 2016, 6:39 AM
skelly committed R172:402d083ba6b7: Make the unread count available to QML (authored by skelly).
Make the unread count available to QML
Sep 10 2016, 6:39 AM
skelly committed R172:d96fa9591e92: Add a custom role for making the childCount available to QML. (authored by skelly).
Add a custom role for making the childCount available to QML.
Sep 10 2016, 6:39 AM
skelly committed R172:4af480602c1f: Add many more tests and fix the first ETM bug they found. (authored by skelly).
Add many more tests and fix the first ETM bug they found.
Sep 10 2016, 6:39 AM
skelly committed R172:e3fb92e6f969: Add a couple of more asserts. (authored by skelly).
Add a couple of more asserts.
Sep 10 2016, 6:39 AM
skelly committed R172:612841340c03: Add displayNames to the Items for easy identification. (authored by skelly).
Add displayNames to the Items for easy identification.
Sep 10 2016, 6:39 AM