| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restructure source layout grouping qtmail example files together, separate ↵ | AleksW | 2010-04-07 | 83 | -58825/+0 |
| | | | | | from QMF. | ||||
| * | WIP. Changes in preparation of supporting better service actions concurrency. | AleksW | 2010-04-07 | 18 | -188/+915 |
| | | |||||
| * | Allow the replying/forwarding/deleting of searched messages | espringe | 2010-03-17 | 4 | -39/+58 |
| | | |||||
| * | Use a new window in QtMail to display search messages | espringe | 2010-03-16 | 6 | -33/+30 |
| | | |||||
| * | Further UI improvements in QtMail SearchView | espringe | 2010-03-15 | 1 | -17/+12 |
| | | |||||
| * | QtMail ui changes for searching | espringe | 2010-03-15 | 6 | -69/+51 |
| | | | | | | | * No longer displays all by default * Resets results when conducting new search * Allows Remote Searching | ||||
| * | Fix a bug with threaded conversations action visible state not being updated ↵2010W10 | Don Sanders | 2010-03-12 | 1 | -2/+2 |
| | | | | | correctly. | ||||
| * | API+IMAP implementation of QTSOL-113 importance status field for messages | Don Sanders | 2010-03-11 | 3 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: Lack of support for important messages in QMF and IMAP plugin. Task: QTSOL-113 Details: The QMF implementation of requirement QTSOL-113 'QMF shall provide an importance status field for messages' is now complete. The QMailMessage::Important and QMailMessage::ImportantElsewhere status flags have been added to the QMF API, and can be used in the same manner as other flags. The IMAP protocol plugin respects the flags. Specifically when used with an IMAP account QMailRetrievalAction exportUpdates and synchronize functions will export changes to the QMailMessage::Important flag to the external server, and the QMailRetrievalAction retrieveMessages, synchronize and retrieveAll functions should import changes to the Flagged status of messages on the server. The QMF documentation has been updated to reflect this change. The qtmail example has been updated to include a quick search for important messages, and actions to mark/unmark message as important. | ||||
| * | Take known removed on server messages into account with retrieveMessageList. | Don Sanders | 2010-03-11 | 1 | -1/+4 |
| | | |||||
| * | Consistent capitalization. | Don Sanders | 2010-03-10 | 1 | -1/+1 |
| | | |||||
| * | BIC:Fix a problem with only the first column of a modelview item being | Don Sanders | 2010-03-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | updated when a message is modified in the store. This required a BIC change, which means a clean build will be required. Also for newly downloaded messages set the Read status to be the same as the ReadElsewhere status, this is required for two way syncing of Read/Unread status info. Also reset existing entries in the database. | ||||
| * | Stop accountsettings widget from (temporarily) having multiple layouts | Eric Springer | 2010-03-08 | 1 | -2/+3 |
| | | |||||
| * | Update .gitignore so the directories are not matched, only the binaries. | AleksW | 2010-03-04 | 1 | -0/+3 |
| | | |||||
| * | Ugh, again with the missing files. | AleksW | 2010-03-02 | 2 | -0/+0 |
| | | |||||
| * | Account settings improvements. | AleksW | 2010-03-02 | 4 | -26/+70 |
| | | |||||
| * | Add mark message as unread action to reader window. | Don Sanders | 2010-02-28 | 2 | -2/+17 |
| | | |||||
| * | Missing files from last commit? | AleksW | 2010-02-25 | 2 | -0/+493 |
| | | |||||
| * | Move accountsettings into settings subdir and break into original files ↵ | AleksW | 2010-02-25 | 6 | -802/+397 |
| | | | | | again for readability. | ||||
| * | Some dialogs should be QMessageBox::question instead of QMessageBox::warning. | AleksW | 2010-02-25 | 2 | -10/+9 |
| | | |||||
| * | Merge editaccounts and accountsettings. | AleksW | 2010-02-25 | 4 | -461/+343 |
| | | |||||
| * | Launch account settings dialog explicitly in qtmail instead of a separate ↵ | AleksW | 2010-02-25 | 3 | -18/+22 |
| | | | | | process. | ||||
| * | Move resources from settings app into qtmail and remove duplicates. | AleksW | 2010-02-25 | 1 | -0/+0 |
| | | |||||
| * | Move account settings code into qtmail example. | AleksW | 2010-02-25 | 6 | -0/+1104 |
| | | |||||
| * | Calculate progress correctly in QtMail | Eric Springer | 2010-02-25 | 1 | -1/+1 |
| | | |||||
| * | Clean up warnings. | AleksW | 2010-02-24 | 1 | -1/+1 |
| | | |||||
| * | Workaround qdoc errors of the form: | Don Sanders | 2010-02-24 | 7 | -7/+7 |
| | | | | | | Cannot find 'QMailTransport' specified with '\class' in any header file Caused by QT_END_NAMESPACE macros. | ||||
| * | OSX: Fix "File" menu on qtamil example | AleksW | 2010-02-23 | 1 | -2/+10 |
| | | |||||
| * | Cleanup. Replace some ugly icons. | AleksW | 2010-02-23 | 7 | -3/+3 |
| | | |||||
| * | If Qt is built as a framework on OSX, build QMF as a framework also. | AleksW | 2010-02-22 | 1 | -0/+4 |
| | | |||||
| * | On Windows consider the build configuration of the Qt libraries we are ↵ | AleksW | 2010-02-19 | 2 | -10/+15 |
| | | | | | compiling against. If the build configuration is not specified we should match the configuration of the Qt libraries. | ||||
| * | Fixes: Crash in MessageList::rowsInserted. | Don Sanders | 2010-02-11 | 1 | -1/+3 |
| | | |||||
| * | Compile fix?2010W05 | Don Sanders | 2010-02-05 | 1 | -2/+2 |
| | | |||||
| * | Simplify last commit. | Don Sanders | 2010-02-04 | 2 | -22/+4 |
| | | |||||
| * | Remember the current item when switching between folders (keys really). | Don Sanders | 2010-02-04 | 2 | -6/+62 |
| | | | | | Don't forget the current item when performing/clearing a quicksearch. | ||||
| * | Keyboard accel fix, select mail after making current. | Don Sanders | 2010-02-03 | 2 | -4/+44 |
| | | | | | Implement +,- goto next/prev unread. | ||||
| * | Global keyboard accelerators, a new approach. | Don Sanders | 2010-02-02 | 3 | -0/+100 |
| | | |||||
| * | Don't use 100% cpu. Fixes a silly regression introduced by recent expandAll ↵ | Don Sanders | 2010-02-02 | 2 | -1/+7 |
| | | | | | change. | ||||
| * | When only showing messages that are unread, don't show messages | Don Sanders | 2010-02-02 | 1 | -1/+1 |
| | | | | | that have already been read elsewhere. | ||||
| * | Don't decorate the root of the message list (QTreeView). | Don Sanders | 2010-01-28 | 1 | -1/+1 |
| | | |||||
| * | By default expand all items in the message list (QTreeView). | Don Sanders | 2010-01-28 | 2 | -0/+14 |
| | | |||||
| * | Don't show removed messages by default in the message list. | Don Sanders | 2010-01-28 | 2 | -24/+24 |
| | | | | | | | | | This is required for usability at least while transition to qtmail and deleting mails with another client. Also don't show removed messages for any status filter except removed, for the same (usability) reason. Also cache the last search key in the quick search bar. | ||||
| * | Don't clear the quick search bar when changing folders. | Don Sanders | 2010-01-25 | 2 | -4/+3 |
| | | | | | As that's my preference, perhaps it's just a matter of taste. | ||||
| * | Add an icon to 'not removed' status filter. | Don Sanders | 2010-01-22 | 1 | -1/+1 |
| | | |||||
| * | Add missing tr's. | Don Sanders | 2010-01-19 | 1 | -7/+7 |
| | | |||||
| * | Provide a quick status filter to show only non-removed messages. | Don Sanders | 2010-01-19 | 1 | -0/+1 |
| | | |||||
| * | Add support for accounts (dis)allowing creating folders | Eric Springer | 2010-01-05 | 1 | -2/+2 |
| | | |||||
| * | Make the activity icon respond to storage actions (like folder operations) | Eric Springer | 2010-01-04 | 1 | -1/+2 |
| | | |||||
| * | Follow Qt style guidelines on declaring multiple variables | Eric Springer | 2009-12-24 | 1 | -1/+5 |
| | | |||||
| * | Only show create/delete/rename for folders with those properties | Eric Springer | 2009-12-23 | 1 | -8/+14 |
| | | |||||
| * | Allow QMF to compile against namespaced Qt. | MattV | 2009-12-18 | 7 | -17/+52 |
| | | |||||
