616 Commits (6016cf593647eeca34ab486433426c2cc5aa743f)

Author SHA1 Message Date
Pradeepto Bhattacharya 55e14c16a4 Kolab Issue/1530 - Making the forward menu work from readerwin, mainwidget and from Kontact ( kmail_part ) even. 19 years ago
David Faure 8270ad07db Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch. 20 years ago
Till Adam f7ebf4ae78 kmacctmgr.[cpp|h|moc] -> accountmanager.[cpp|h|moc] 21 years ago
Marc Mutz b7dc817bdd Hide KMSender from the rest of KMail. 21 years ago
Thomas Zander 753d8448fb CVSSILENT: More header cleanup 21 years ago
Thomas Zander e9bc21966a Remove unneeded include for kmkernel.h (37 files less to compile on every change!) 21 years ago
Ingo Klcker 0c21d817a1 Remove File->New Window from the KMail part (and thus Kontact). It's now only available in the standalone KMail. Unfortunately, introducing a separate kmail_part.rc file (which is mostly the same as kmmainwin.rc) was necessary. OTOH, I've now also removed the Tools->Addressbook entry from kmail_part.rc since it makes no sense in Kontact. 21 years ago
Dirk Mueller af4704b132 fix compile 21 years ago
Ingo Klcker eb01dfb20e Start the account wizard only on the very first start of KMail (at least for now). 21 years ago
Tobias Koenig 842a467775 Add wizard for easy account creation. This wizard is called whenever kmail 21 years ago
Andreas Gungl 5e645ab83c As requested for better usability. Limit the hiding of the dynamic 21 years ago
Andreas Gungl 1e698c9877 Avoid "conserve memory" when using dynamic actions. 21 years ago
David Faure b14f9ad72b Backport fix by Will Stephenson - 22 years ago
Will Stephenson 09e577e0cd (backport) 22 years ago
Will Stephenson 91e7b0d485 There's a bug where KTipDialog appears, but is empty, on kontact start. This is because it's not Kontact showing the tips, with a list of all the components' tips files, but KMail, which likes to show its tips when constructing its KMainWidget. Since KMail is running in Kontact, its appname is kontact, and kontact/tips does not exist -> empty tips dialog. 22 years ago
Bo Thorsen fa9a03ac6a Backport from HEAD: Fix modal dialogs blocking other parts of kontact 22 years ago
Bo Thorsen a704da40bc Fix Kontact issues with modal dialogs blocking all of Kontact by using the WGroupLeader widget flag 22 years ago
Andreas Gungl 7ec9c0bf41 Backport the improved handling for the dynamically 22 years ago
Andreas Gungl 3743e10fe8 Hide dynamically created filter actions as long as the toolbar 22 years ago
David Faure a93a197a9a Backport Ingo's commit: 22 years ago
Ingo Klcker 9a22edbcb2 Remove code that was obsoleted by Andreas' XMLGUI patch. 22 years ago
Till Adam 3cec80d15c Backport, because it fixes crashes, of: 22 years ago
Andreas Gungl b7cb291a7d Port the plugging of shortcut filters (AKA ad-hoc filters) into 22 years ago
Till Adam 498f1b986b Use the new setTransientMsg in the status broadcaster and remove the code 22 years ago
Carsten Burghardt 66daaf51bd Save the current state when the session is saved 22 years ago
Ingo Klcker de865faf16 Use KStringHandler::rPixelSqueeze instead of reinventing the wheel. 22 years ago
Till Adam 61c58cdeeb Move the progress dialog and statusbar progress widget from the mainwidget 22 years ago
David Faure 8a89c05cbf Prepare ProgressItem/ProgressDialog/StatusbarProgressWidget for being moved 22 years ago
David Faure 1b410b4716 Don't prevent logging out. 22 years ago
Ingo Klcker b760389458 Cleanup: - Accessors are to be named foo() but not getFoo(). Moreover they should in general be const. 22 years ago
David Faure 81bf1c52e3 Patch by Nathan Toone to make kontact not exit when closing the window 22 years ago
David Faure 90b666f740 KMBroadcastStatus cleanup discussed with Till: move "abortRequested" 22 years ago
Till Adam 8a2f525668 Move the KMLittleProgressDlg class into its own file and rename it to 22 years ago
David Faure d0bc54df5c Reworked the "mail expiry" feature to work as a background task (timer-driven) 22 years ago
David Faure 2a0ac7a94e Abort running mail checks when closing the last kmail-main-window (KMMainWin) 22 years ago
Ingo Klcker ae6219f2b5 Get rid of KDE_IS_VERSION cruft. 22 years ago
Ingo Klcker a9383e16e2 Remove the possibility to hide the status bar. In the main window this option was anyway not available in the Settings menu for some reason. 22 years ago
Andrew Coles af11dae280 Corrected typographical errors. 22 years ago
Andreas Gungl c55b499038 void manipulating the toolbar directly, instead write changes to the config 22 years ago
Ingo Klcker 01886e8914 Fix bug 69656 (kmail quits after sending a message from the tray [if the main window is hidden]) 22 years ago
Pascal Ltourneau ed79363289 Use the right enum value. 22 years ago
Marc Mutz c4df6a1a84 Add <config.h> to all .cpp files as in aegypten_branch we really 23 years ago
Ingo Klcker d0c2575331 Use 'Main Window' instead of 'MainWindow' as in c'tor and d'tor. Noticed by Andreas Gungl. 23 years ago
Volker Krause 751884bb98 Fix bug #70411 (menu and toolbar of additional KMail main window miss almost everything in Kontact). 23 years ago
Ingo Klcker 8e49cfeb21 Fix bug 71242 ("Configure toolbars" missing in toolbar context menu) 23 years ago
Ingo Klcker 1e9ac136f0 KMMainWidget already reads the config in its c'tor. Furthermore this makes restoring the layout after program start work again. I told Tobias to add this line so it's all my fault. ;-) 23 years ago
Tobias Koenig 6c1d1f6830 Use only one 'Configure Shortcuts...' action when embedded in Kontact. 23 years ago
Tobias Koenig b35bfb1c9c Removed the 'iterate over all toplevel windows and call readConfig()' hack 23 years ago
Bo Thorsen 4a48fc6794 Remove a lot of old crap from kmgroupware*. And hold a pointer to the main widget instead of to the mainwindow. 23 years ago
Bo Thorsen 31eed3c833 Fix groupware stuff 23 years ago