Commit History

Author SHA1 Message Date
  kevinkofler 6d8dfa6761 Add MinGW cross-build scripts. 17 years ago
  kevinkofler 5ec6f22e2a Remove <indentation> entry from the syntax highlighting descriptions because the KDE 3.80.3 KatePart chokes on it. 17 years ago
  kevinkofler 9ca0adeae2 Mention the KDE(4)HOME fix in NEWS. 17 years ago
  kevinkofler c511fa4842 Don't hardcode ~/.kde for localkdedir. 17 years ago
  kevinkofler 3ea9791dbb Don't try removing a new file on its first rename. 17 years ago
  kevinkofler d1b301d104 Don't try to open the URL for a new file. 17 years ago
  kevinkofler d465adafbc Recursively create the directory to save a file into before saving it. 17 years ago
  kevinkofler 4a889d0964 Renaming a file now saves it. 17 years ago
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. 17 years ago
  kevinkofler fd293d03d9 Don't load the file text twice, once by hand and once in the KatePart. Use a faster peekFirstChar in the external source file case, and just remove the call in the others. 17 years ago
  kevinkofler b4d7f92cae Start moving file handling to the KatePart. 17 years ago
  kevinkofler 8d19b9e055 Fix lockup while creating new file or opening file. Other SET_TEXT_SAFE calls still crash though, calling setText with a view open doesn't work anymore. 17 years ago
  kevinkofler 9ec69c67ba Remove textBuffer and redundant tests for non-NULL kateView for editable files. 17 years ago
  kevinkofler 5e7f3ad3ec Remove lazy loading hack. 17 years ago
  kevinkofler 3e7af16776 Don't prefill the K3ListView in the .ui file anymore, Qt Designer 4 doesn't support this. 17 years ago
  kevinkofler 1fbf21cc80 Run remove-qt3-support.pl. 17 years ago
  kevinkofler 9470042e93 Remove unused #include <QTextDocument> inserted by the conversion scripts at a wacky location. 17 years ago
  kevinkofler 567203c07f Use QString::split method instead of deprecated static QStringList::split. 17 years ago
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 17 years ago
  kevinkofler 09dd392bab Add QTextCodec subclass wrapping libticonv, start using it. 17 years ago
  kevinkofler 60b474985c Use QString::split method instead of deprecated static QStringList::split. 17 years ago
  kevinkofler 0d5f959cb1 Make sure a QString is non-empty before doing [0] on it, Qt 3 used to return QChar::null for emptyQString[0], Qt 4 now hits an assert. 17 years ago
  kevinkofler 95282e2ebb Port KatePart setConfigFlags and setTabWidth calls to the CommandInterface. 17 years ago
  kevinkofler b7ee68a3a4 Remove uses of action groups, also change deprecated fileMenu->changeItem to fileNewMenu->actionMenu()->setIcon. 17 years ago
  kevinkofler 899f77b47c Port Q3MainWindow -> QMainWindow, Q3ToolBar -> QToolBar, Q3DockWindow -> QDockWidget. 17 years ago
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. 17 years ago
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. 17 years ago
  kevinkofler 596b6c0930 Add qrc_icons.cpp to .cvsignore. 17 years ago
  kevinkofler 63ce131eb3 Switch from image collection to the new Qt 4 resource system. 17 years ago
  kevinkofler 465af3701a Bump version to 1.80. 17 years ago