46 Commits (d23f78c1974c11c604ba14261afcbb4778d1c771)

Author SHA1 Message Date
Montel Laurent 3de36cb4dd Allow to select all attachement 14 years ago
Montel Laurent 704d6f3e4b I don't like duplicate code 14 years ago
Montel Laurent 470b55c9cb Optimization. Clean up includes 15 years ago
Montel Laurent d321dbad91 Use variable here (optimisation++) 15 years ago
Montel Laurent a5517418c1 Reduce number of write config in foldercollection 15 years ago
Montel Laurent 27ec8fd892 Cleanup 15 years ago
Montel Laurent bd9ad387f5 Normalize signal/slots 15 years ago
George Metaxas 5ec15c8ed8 Prevent the editing of an encapsulated message from the message composer. 15 years ago
Tobias Koenig b5065785cb include's cleanup 16 years ago
Tobias Koenig eeca2f6aff Use the name of the contact as attachment name when 16 years ago
Tobias Koenig 9f27c09b03 Forward port of bugfix 248288 (r1173842) 16 years ago
Tobias Koenig d1b6d8c160 API cleanup of some classes from messagecore/ 16 years ago
Andras Mantia 712b683084 Update to use the MailCommon::Kernel singleton. Saves passing around the Kernel pointer in lots of places. 16 years ago
Andras Mantia f97da4aacd Use the MailCommon namespace. 16 years ago
Andras Mantia 8f0b5a42bc Make it use the mailcommon lib. 16 years ago
Andras Mantia 6da3a9548f More refactoring to reduce KMKernel dependency, introduce MailCommon as a smaller version of KMKernel, usable in both desktop and mobile. 16 years ago
Andras Mantia e73f02ad7f Reorganization: reduce dependency of folder* classes on the km* classes, so they could be shared later with mobile: get rid of KMKernel::config() step. 16 years ago
Laurent Montel 71a2961917 Fix duplicate code 16 years ago
Stephen Kelly 49fbb5a711 Merged revisions 1138275,1138278,1138288,1138290-1138291,1138305,1138312-1138314,1138325,1138337-1138338,1138356,1138363,1138365-1138366,1138369,1138371,1138375-1138378,1138380,1138382,1138385,1138390,1138394,1138397,1138402,1138404,1138559,1138566,1138568-1138570,1138572,1138581,1138587,1138597-1138598,1138611-1138612,1138616-1138617,1138623,1138631-1138632 via svnmerge from 16 years ago
Laurent Montel f1baf72dea Fix potential crash 16 years ago
Volker Krause 8778b4a312 SVN_MERGE 16 years ago
Laurent Montel c6a519dbfb Fix includes 16 years ago
Thomas McGuire 2a864b8452 Simplify setMessagePart and attachment viewing. 16 years ago
Stephen Kelly b99339216f Connect to AddAttachmentItems in the correct class. 16 years ago
Stephen Kelly ea8e061d36 Break out the piece that depends on KMReaderWin. 16 years ago
Stephen Kelly ad22b46c79 Make the controller independent of the view. 16 years ago
Stephen Kelly 5d627c18bf Use a QWidget as a parent for the ControllerBase. 16 years ago
Stephen Kelly 167821036d Separate most of the attachment controller into a base class. 16 years ago
Stephen Kelly c9364139fa Move the AttachmentModel to the composer library. 16 years ago
Thomas McGuire 9ffeb2333e SVN_MERGE: 16 years ago
Laurent Montel c76faa64cd port++ 17 years ago
Frank Osterfeld 119bfe8bc1 Each folder properties dialog page created its own FolderCollection instance, overwriting each other's changes (breaking the folder properties dialog) 17 years ago
Laurent Montel 3c07f7d87b Fix dnd email. 17 years ago
Laurent Montel ff75cf0ae6 Port++ 17 years ago
Thomas McGuire d5db16d6a5 Rename newcomposewin to kmcomposewin, so it reflects the actual class name 17 years ago
Volker Krause cd7a2a8cc5 Rename libmessageviewer to messageviewer to be consistent with messagecore, 17 years ago
Volker Krause 7640e6f979 First step towards untangling our dependencies. Move some of the common 17 years ago
Laurent Montel 464755ffc5 Change namespace from libmessageviewer => Message to MessageViewer 17 years ago
Laurent Montel 90865eaeb4 Export editorwatcher.h from libmessageviewer and use it 17 years ago
Volker Krause 828141c997 SVN_MERGE 17 years ago
Volker Krause e5ec72b0fd SVN_MERGE 17 years ago
Constantin Berzan 056ed25e15 Use QAbstractItemModel's API whenever possible, and avoid methods in AttachmentModel that take QModelIndexes as arguments. This makes the sorting proxy in AttachmentView transparent, removing the need to convert proxy indexes to source model indexes. 17 years ago
Constantin Berzan 8f8df7531f port paste-as-attachment 17 years ago
Constantin Berzan 90729bda26 * Remove attachmentlistview.{h,cpp}. All their functionality is now offered by the attachment view. 17 years ago
Constantin Berzan aab9fb896e * some resizing tricks to make the columns of the attachment view behave properly... 17 years ago
Constantin Berzan 519713d77a Open/edit the correct attachment from the context menu. The view uses a sort proxy model, so we have to map the selected rows to the source model. 17 years ago
Constantin Berzan 7ddbe9b155 Make drag & drop work with the new attachment model/view. 17 years ago
Constantin Berzan 26957ef0ed Lots of new stuff in the new composer: 17 years ago