Commit graph

131 commits

Author SHA1 Message Date
Dominik Haumann a2d645381b fix kurldrag according to kde4porting
forward port to fix bug 102506: restore kwrite window correctly

svn path=/trunk/KDE/kdebase/apps/; revision=468229
2005-10-07 13:38:24 +00:00
Dirk Mueller 40b74b7fc1 SVN_SILENT: fix typo
svn path=/trunk/KDE/kdebase/nsplugins/; revision=467416
2005-10-05 08:44:32 +00:00
Stephan Kulow d9c4c610ce review what Laurent's script does
svn path=/trunk/KDE/kdebase/konqueror/; revision=466881
2005-10-03 15:54:58 +00:00
Christoph Cullmann 995febec45 port "new" action fix
svn path=/trunk/KDE/kdebase/apps/; revision=465352
2005-09-29 13:39:27 +00:00
Laurent Montel a83b81fac1 Byebye q3valuelist
svn path=/trunk/KDE/kdebase/apps/; revision=464391
2005-09-27 07:32:14 +00:00
Laurent Montel 7061390fd5 Make it compile
svn path=/trunk/KDE/kdebase/apps/; revision=463690
2005-09-24 20:10:41 +00:00
Nikolas Zimmermann f718c68396 Revert my wrong build fixes - I had no mail and didn't realize that kdebase head doesn't depend on kdelibs head (for the moment)
Thanks David & others for speaking up, sorry for the trouble!

svn path=/trunk/KDE/kdebase/libkonq/; revision=456798
2005-09-03 16:09:01 +00:00
Nikolas Zimmermann 54eafd3e94 SVN_SILENT: build
svn path=/trunk/KDE/kdebase/apps/; revision=456750
2005-09-03 15:08:13 +00:00
Joseph Wenninger cbd08651c9 kwrite --> apps/kwrite, experimental kate template chooser (only gui, no functionality), qpushbutton -> kpushbutton (includes)
svn path=/trunk/KDE/kdebase/kate/app/kwritemain.h; revision=455829
2005-09-01 13:56:34 +00:00
Christoph Cullmann 9cb98cfec0 enable dialogs in kwrite, too
svn path=/trunk/KDE/kdebase/kate/app/kwritemain.cpp; revision=454909
2005-08-30 08:58:20 +00:00
Joseph Wenninger 928e13b55e newCaption is no more for some time, now documentNameChanged is used as a replacement. Disable qt's close on last window, we handle that our self anyways, otherwise the session chooser dialog terminates the application, since it runs before app.exec
svn path=/trunk/KDE/kdebase/kate/app/kwritemain.cpp; revision=453820
2005-08-27 09:05:43 +00:00
Joseph Wenninger 05cdf08500 KDocument::
svn path=/trunk/KDE/kdebase/kate/app/kwritemain.cpp; revision=445950
2005-08-12 07:36:55 +00:00
Dominik Haumann 2e43bb6c95 * remove usage of signals: modifiedChanged(); modStateChanged();
* use signal modifiedChanged(KTextEditor::Document*) instead.
   (1 signal is enough, no need to have 2, which do the same thing)

svn path=/trunk/KDE/kdebase/kate/app/kwritemain.cpp; revision=442710
2005-08-03 17:28:15 +00:00
Christoph Cullmann 4277cf4e24 forward port the cool version thingy :)
and: don't let Kate 2.9/3.x load old 2.x plugins below the 2.9 dev phase

svn path=/trunk/KDE/kdebase/kate/app/kwritemain.cpp; revision=442399
2005-08-02 15:40:39 +00:00
Stephan Kulow e77f20dbaf svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase
          .

I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts

svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=439627
2005-07-28 14:59:42 +00:00
Dirk Mueller b3736b51bc update FSF address
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=431577
2005-07-04 19:02:09 +00:00
Christoph Cullmann 4eab58bb9d one year more fun
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=408241
2005-04-27 20:44:00 +00:00
Christoph Cullmann c99d2cdc38 cu project stuff, this never worked out :(
lets get kate bit more small and lean again ;)

svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=405083
2005-04-12 16:24:06 +00:00
Anders Lund 44d6cdf05e CVS_SILENT typo in docs
svn path=/trunk/kdebase/kate/app/kwritemain.h; revision=390248
2005-02-17 13:16:17 +00:00
Anders Lund 038ca27f81 Modify the recent files list whenever the filename changes.
BUG: 99171

svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=390247
2005-02-17 12:53:34 +00:00
Benjamin Meyer 29004692ac KDE_NO_COMPAT fixes (with a note about clear())
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=372394
2004-12-20 22:28:40 +00:00
Christoph Cullmann 0213fcf0fd allow chosing encoding via command line
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=366663
2004-11-27 15:03:12 +00:00
Christoph Cullmann 3bbcea54d5 BUG: 85215
anders: could you backport

CCMAIL: kwrite-devel@kde.org

svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=365974
2004-11-24 23:21:28 +00:00
Dirk Mueller e4d95afc1f fix export's
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=363304
2004-11-16 02:11:06 +00:00
Christoph Cullmann 45b6de8e33 arch cleanup, now the project/document and plugin manager have static self accessors, use them instead of passing pointer around and around and around for objects only having one unique instance per app and be alive from start to exit, cleaned up some more actions of the filelist, indentation of kateconsole + init fixed there, self accessor for app object, remove some unused code, reshuffle katemainwindow header, more stuff now private, no public data members, still no really clean, as it has still some friends ;), increased version number to .4, to allow differ from kde 3.3 for syntax files and other things
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=352317
2004-10-06 12:05:03 +00:00
Christoph Cullmann 5dc4ab8837 more clever dir detection
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=341375
2004-08-26 15:22:18 +00:00
Christoph Cullmann 70cc1d75e0 KWrite version 4.2 => 4.3
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=336221
2004-08-04 20:32:14 +00:00
Stephan Binner 8fa5abd0d3 CVS_SILENT no punctuation for command line option descriptions
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=322526
2004-06-21 16:26:48 +00:00
Hamish Rodda 9f4c6bff7a CVS_SILENT Update email address.
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=321204
2004-06-16 13:49:09 +00:00
Jan Villat dfa57f887f updating copyright year
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=315779
2004-05-29 13:34:27 +00:00
Andrew Coles 634f1fa1ac Corrected a couple more typos.
Andrew

svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=312605
2004-05-19 12:48:09 +00:00
Andrew Coles 25a9bdf31a Corrected typo (exclamation point usage).
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=312601
2004-05-19 12:40:02 +00:00
Christoph Cullmann 1a6b2fa19d same here: remove 2 people by requst ;) my friends no longer want to get spam
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=310747
2004-05-12 17:34:53 +00:00
Stephan Binner b71a8943c5 setCheckedState++
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=309176
2004-05-06 18:58:38 +00:00
Christoph Cullmann 68adf2e1eb fix session restore prob, bug #76893
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=295925
2004-03-14 17:10:20 +00:00
Dirk Mueller 18a4c36f2c fix compilation with explicit KURL()
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=295623
2004-03-13 13:13:55 +00:00
Christoph Cullmann e302620ee0 fix email addi
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=277343
2004-01-06 19:38:20 +00:00
Christoph Cullmann 2dc82c1dfc remove cvs id mania
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=274701
2003-12-24 15:09:31 +00:00
Christoph Cullmann 7c8cd7261c remove ugly hacks around kate part probs
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=269803
2003-11-26 22:57:00 +00:00
Christoph Cullmann 88672a1405 fix for the katepart crash with the popup menu
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=269580
2003-11-25 21:00:04 +00:00
Christoph Cullmann 4d09a65b62 fix some configuration storage problems, remember statusbar show/hide state correct again, cleanup the init stuff of the mainwindow to always do it right, no need to call init() after constructing the window, sync config after configdialog has been shown
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=269076
2003-11-23 13:25:50 +00:00
Christoph Cullmann d07ed352a4 use the right dir to start with in open dialogs
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=265933
2003-11-09 21:59:41 +00:00
Christoph Cullmann fc8f85bd4d use the user chosen editor part on restoring too, not assume that kate part is used there
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=264597
2003-11-04 22:34:08 +00:00
Christoph Cullmann 0d982203a6 fix the kwrite session restore bug, now the files are again opened
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=264593
2003-11-04 22:28:34 +00:00
Craig Drummond 176f583ffc "directory" -> "folder" as discussed on kde-i18n-doc and kde-core-devel
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=260923
2003-10-21 23:11:41 +00:00
Christoph Cullmann 6b08c50855 merge kwritemain + dialogs
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=258661
2003-10-13 20:56:43 +00:00
Christoph Cullmann b2f2869238 new window works now consistent in kate/kwrite (and it worked again at all in kwrite, got lost in some older ui file changes I guess
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=257265
2003-10-08 16:33:40 +00:00
Christoph Cullmann fb1d9c673c better behaviour for trying to open dirs
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=257257
2003-10-08 16:04:22 +00:00
Christoph Cullmann 1df161c411 some little cleanups
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=257251
2003-10-08 15:47:00 +00:00
Christoph Cullmann ff9d97bb89 fix some bug found while playing with static deleter in the part
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=257211
2003-10-08 13:09:49 +00:00