- it's now possible to enlarge the attachment section (#86330)
- when pressing bold/italic, the buttons react (#89410)
svn path=/trunk/kdepim/; revision=347346
The only real changes in kmcomposewin.* are
- QListView *mAtmListBox;
+ KMail::AttachmentListView* mAtmListView;
in kmcomposewin.h and
- mAtmListBox = new QListView(mMainWidget, "mAtmListBox");
+ mAtmListView = new AttachmentListView( this, mMainWidget,
+ "attachment list view" );
in kmcomposewin.cpp. All other changes in kmcomposewin.cpp are just mAtmListBox -> mAtmListView
svn path=/trunk/kdepim/; revision=223858