[Kde-pim] Re: Backport kdepimlibs commits to 4.6

Gregory Schlomoff gregory.schlomoff at gmail.com
Sat Apr 9 14:40:07 BST 2011


Excuse the newbie question, but what are the rules that allow to decide what
should go into 4.6 and what should stay in master?

2011/4/9 Sérgio Martins <iamsergio at gmail.com>

> Here's a blind list of possible candidates:
>
> Gregory:
>
> 47bc67a gregory.schlomoff at gmail.com Add XLIST ability to
> KIMAP::ListJob REVIEW: 100622
> c9d6703 gregory.schlomoff at gmail.com KIMAP::SearchJob: The "CHARSET"
> command was incorrectly wrapped in square braces.
> ab65840 gregory.schlomoff at gmail.com Adding a userName() method to
> KIMAP::Session REVIEW: 100677
> 3ff7e52 gregory.schlomoff at gmail.com Merge branch 'master' of
> git://anongit.kde.org/kdepimlibs
> 2a91879 gregory.schlomoff at gmail.com KIMAP: Fixing a crash when calling
> IdleJob::stop(). Calling SessionPrivate::restartSocketTimer() if the
> socket timer was not already running was triggering the
> Q_ASSERT(socketTimer.isActive()); in stopSocketTimer().
> 378c2b9 gregory.schlomoff at gmail.com Fixed crash in
> ImapStreamParser::readParenthesizedList(): don't parse characters
> inside a quoted-string.
> 13e5d10 gregory.schlomoff at gmail.com Cosmetic fix in kmime_headers.cpp:
> added a missing '<'. This wasn't important since the missing angle
> bracket was automatically added by Ident::appendIdentifier()
> 74b6221 gregory.schlomoff at gmail.com Adding a stateChanged(newState,
> oldState) signal to KIMAP::Session
> 877ba6f gregory.schlomoff at gmail.com Several small fixes in KMime and
> KIMAP tests:
> fef27f8 gregory.schlomoff at gmail.com FetchJob: Adding HeaderAndContent
> fetch mode REVIEW: 100824
> eef25b3 gregory.schlomoff at gmail.com KIMAP::Session: make sure the
> Session will timeout while opening a connection.
> a10dbfb gregory.schlomoff at gmail.com Documenting
> KIMAP::Session::stateChanged()
> 4ee5708 gregory.schlomoff at gmail.com KMime tests: adding back
> QT_QTGUI_LIBRARY and QT_QTCORE_LIBRARY, required on Windows (MSVC)
> fff7d3a gregory.schlomoff at gmail.com KIMAP::Session: delete pending
> jobs when the connection fails or is lost.
> cc148b9 gregory.schlomoff at gmail.com KIMAP::LoginJob: fixed BUG 259912
> - enclose password and login with double-quotes
> eb26bb4 gregory.schlomoff at gmail.com KIMAP::LoginJob: forgot a case
> where double quotes should be added around password and username
>
> Volker:
>
> 725c155 vkrause at kde.org Add a whole bunch of resource-specific sanity
> checking for change notifications to ResourceBase. Some resources
> (mainly noticed and tested with maildir) don't handle eg. change
> notifications without RIDs very well. These should not happen of
> course, but sometimes do, if the initial add to the resource failed
> for whatever reason.
> d459cf4 vkrause at kde.org Ensure the selected collection is visible,
> with e.g. favorites it was possible to select collapsed or scrolled
> out collections.
> 6e828ae vkrause at kde.org Re-filter the pending notification when we
> notice that there is noone listening to one of them. This can happen
> if the corresponding signal has been disconnected in the meantime,
> which e.g. the recent optimizations in AgentBase do. Also, change the
> filtering from O(n²) to O(n) while I was at it.
> 74c11db vkrause at kde.org Preserve more collection information if we
> have them available anyway.
> 1ef276b vkrause at kde.org When guessing the catalog name from the
> executable, consider Windows as well and strip off the .exe suffix.
> ed69e38 vkrause at kde.org Load the akonadi catalog here as well,
> AgentBase does it already, it's not called for resources.
> b49d13d vkrause at kde.org Fetch collection details by default.
>
>
> Tobias:
>
> f09d7fe tokoe at kde.org Some smaller layout and appearance changes
> 92d5da8 tokoe at kde.org Filter out hidden folders and folders with wrong
> content types
> 0e6fea6 tokoe at kde.org Use Akonadi::MimeTypeChecker to correctly
> resolve mime types
> f5377e7 tokoe at kde.org Pass a list of mime type filters to the
> SubscriptionDialog
> 62cd83e tokoe at kde.org Use the preset mimetype filters for the
> SubscriptionDialog
> 8d61357 tokoe at kde.org Disable the base widget only if it is not the
> overlay's parent
> 0eb06c7 tokoe at kde.org Add a 'Quit' button to error overlay
> a54b2c8 tokoe at kde.org Cache result of AddrSpec::asString() to make
> Ident::identifier() and SingleIdent::identifier() faster
> ccf2c55 tokoe at kde.org Prevent maxLength to become smaller than
> indent.length
> 80549f0 tokoe at kde.org Add 'Quit' button to details page of error overlay
> 2fbc331 tokoe at kde.org Disable 'Delete Collections' action for system
> folders
> 4a73693 tokoe at kde.org Do not intercept ManageLocalSubscriptions action
> b421125 tokoe at kde.org Disable revision check on flag change
> ca66ceb tokoe at kde.org Update the password of all Transport instances
> when changing the password in the configuration dialog.
> 8123077 tokoe at kde.org Add icon to contact viewer to open address
> cb86eff tokoe at kde.org Show error for name conflicts on move/copy
> 596ae79 tokoe at kde.org Make unit tests succeed in non-debug build
> 7f2d634 tokoe at kde.org Use UTC times for non-recurring invitation times
>
> Andy:
>
> 81ebfcb andy at kdab.com if a virtual collection had a item, it doesn't
> have to be in the model yet, so insert it
> c5077d4 andy at kdab.com dont produce memory leak
>
> Stephen:
>
> c04e059 stephen.kelly at kdab.com Reduce noise.
> 2292a1d steveire at gmail.com More documentation.
> f7dbab8 steveire at gmail.com Fix removing items from the proxy.
> 0f79324 steveire at gmail.com Call collection.id() and item.id() only once.
> eecd992 steveire at gmail.com Don't add an item to the virtual collection
> if it is already there.
> b802b7e steveire at gmail.com Remove the top-level search collection when
> there are no more search collections.
> 255ff33 steveire at gmail.com Mostly harmess fix for crash on invalid ical
> data.
> f1ed0c2 steveire at gmail.com React to notifications of agent removal
> before handling removal of individual collections.
> 8e17e9e steveire at gmail.com When a top level collection is fetched,
> fetch its child items.
> 6dcbdb0 steveire at gmail.com Add some comments from Christian Mollekopf
> 4c3ba8d steveire at gmail.com Make sure to fetch all collections in a
> resource when monitoring it.
> bb8cef0 steveire at gmail.com Use the new Akonadi API to check the
> destination resource of moves.
> 630830e steveire at gmail.com whitespace
> 5308aff steveire at gmail.com Move the implementation of some methods to
> make it easier to track the path through them.
> d960be2 steveire at gmail.com Give this a more meaningful name.
> d0929ec steveire at gmail.com Parameterise the target of an append when
> translating.
> ac0f1b1 steveire at gmail.com Add a bit of docs to clarify a consequence
> of the API.
> 11aa891 steveire at gmail.com Refactor streaming into a method.
> 8f7b716 steveire at gmail.com Save the contents of the pipeline in the
> ChangeRecorder.
> 78d2a2e steveire at gmail.com Make invisible collection fetch work again.
>
> Torgny:
>
> fd4534b kde at nyblom.org Add assert for empty set when fetching messages
> from the server
> 484e7f3 kde at nyblom.org Name the Message-ID header just that
>
> Till:
>
> ea9983a adam at kde.org Don't keep re-reading the id of the default
> resource from a config file
>
> David:
>
> 6f09380 djarvie at kde.org Make the object names of the registered
> default pages discoverable by providing a method to return the object
> name for a specified page.
>
> Chrigi:
>
> ccc9724 chrigi_1 at fastmail.fm react to changes of the monitored resources
>
> Luiz:
>
> d304315 luizromario at gmail.com Make HolidayRegionSelector emit signal
> when modified.
>
>
> Regards,
> Sérgio
> _______________________________________________
> KDE PIM mailing list kde-pim at kde.org
> https://mail.kde.org/mailman/listinfo/kde-pim
> KDE PIM home page at http://pim.kde.org/
>
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list