summaryrefslogtreecommitdiffstats
path: root/examples/applications
Commit message (Collapse)AuthorAgeFilesLines
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-0783-58825/+0
| | | | from QMF.
* WIP. Changes in preparation of supporting better service actions concurrency.AleksW2010-04-0718-188/+915
|
* Allow the replying/forwarding/deleting of searched messagesespringe2010-03-174-39/+58
|
* Use a new window in QtMail to display search messagesespringe2010-03-166-33/+30
|
* Further UI improvements in QtMail SearchViewespringe2010-03-151-17/+12
|
* QtMail ui changes for searchingespringe2010-03-156-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 ↵2010W10Don Sanders2010-03-121-2/+2
| | | | correctly.
* API+IMAP implementation of QTSOL-113 importance status field for messagesDon Sanders2010-03-113-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 Sanders2010-03-111-1/+4
|
* Consistent capitalization.Don Sanders2010-03-101-1/+1
|
* BIC:Fix a problem with only the first column of a modelview item beingDon Sanders2010-03-091-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 layoutsEric Springer2010-03-081-2/+3
|
* Update .gitignore so the directories are not matched, only the binaries.AleksW2010-03-041-0/+3
|
* Ugh, again with the missing files.AleksW2010-03-022-0/+0
|
* Account settings improvements.AleksW2010-03-024-26/+70
|
* Add mark message as unread action to reader window.Don Sanders2010-02-282-2/+17
|
* Missing files from last commit?AleksW2010-02-252-0/+493
|
* Move accountsettings into settings subdir and break into original files ↵AleksW2010-02-256-802/+397
| | | | again for readability.
* Some dialogs should be QMessageBox::question instead of QMessageBox::warning.AleksW2010-02-252-10/+9
|
* Merge editaccounts and accountsettings.AleksW2010-02-254-461/+343
|
* Launch account settings dialog explicitly in qtmail instead of a separate ↵AleksW2010-02-253-18/+22
| | | | process.
* Move resources from settings app into qtmail and remove duplicates.AleksW2010-02-251-0/+0
|
* Move account settings code into qtmail example.AleksW2010-02-256-0/+1104
|
* Calculate progress correctly in QtMailEric Springer2010-02-251-1/+1
|
* Clean up warnings.AleksW2010-02-241-1/+1
|
* Workaround qdoc errors of the form:Don Sanders2010-02-247-7/+7
| | | | | Cannot find 'QMailTransport' specified with '\class' in any header file Caused by QT_END_NAMESPACE macros.
* OSX: Fix "File" menu on qtamil exampleAleksW2010-02-231-2/+10
|
* Cleanup. Replace some ugly icons.AleksW2010-02-237-3/+3
|
* If Qt is built as a framework on OSX, build QMF as a framework also.AleksW2010-02-221-0/+4
|
* On Windows consider the build configuration of the Qt libraries we are ↵AleksW2010-02-192-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 Sanders2010-02-111-1/+3
|
* Compile fix?2010W05Don Sanders2010-02-051-2/+2
|
* Simplify last commit.Don Sanders2010-02-042-22/+4
|
* Remember the current item when switching between folders (keys really).Don Sanders2010-02-042-6/+62
| | | | Don't forget the current item when performing/clearing a quicksearch.
* Keyboard accel fix, select mail after making current.Don Sanders2010-02-032-4/+44
| | | | Implement +,- goto next/prev unread.
* Global keyboard accelerators, a new approach.Don Sanders2010-02-023-0/+100
|
* Don't use 100% cpu. Fixes a silly regression introduced by recent expandAll ↵Don Sanders2010-02-022-1/+7
| | | | change.
* When only showing messages that are unread, don't show messagesDon Sanders2010-02-021-1/+1
| | | | that have already been read elsewhere.
* Don't decorate the root of the message list (QTreeView).Don Sanders2010-01-281-1/+1
|
* By default expand all items in the message list (QTreeView).Don Sanders2010-01-282-0/+14
|
* Don't show removed messages by default in the message list.Don Sanders2010-01-282-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 Sanders2010-01-252-4/+3
| | | | As that's my preference, perhaps it's just a matter of taste.
* Add an icon to 'not removed' status filter.Don Sanders2010-01-221-1/+1
|
* Add missing tr's.Don Sanders2010-01-191-7/+7
|
* Provide a quick status filter to show only non-removed messages.Don Sanders2010-01-191-0/+1
|
* Add support for accounts (dis)allowing creating foldersEric Springer2010-01-051-2/+2
|
* Make the activity icon respond to storage actions (like folder operations)Eric Springer2010-01-041-1/+2
|
* Follow Qt style guidelines on declaring multiple variablesEric Springer2009-12-241-1/+5
|
* Only show create/delete/rename for folders with those propertiesEric Springer2009-12-231-8/+14
|
* Allow QMF to compile against namespaced Qt.MattV2009-12-187-17/+52
|