Commit History

Author SHA1 Message Date
  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 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 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 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 63ce131eb3 Switch from image collection to the new Qt 4 resource system. 17 years ago
  kevinkofler 193591e7bf Crash fix: libkatepart has been renamed to katepart. 17 years ago
  kevinkofler 7c405fa774 Fix crash due to findFunctionsButton not being found. Add FIXME for less hackish solution which requires the new QToolBar. 17 years ago
  kevinkofler 45260a05e6 Fix build of mainform.cpp by replacing: 17 years ago
  kevinkofler 86461906d1 Comment out uses of non-existent QActionGroup::setIcon and add FIXME comments. 17 years ago
  kevinkofler 37ac6d2040 Replace deprecated setIconSet with setIcon. 17 years ago
  kevinkofler 56d1d10442 More compile fixes for new APIs: 17 years ago
  kevinkofler cf783ec37e Fix more errors made during highlighting code changes. 17 years ago
  kevinkofler 68674ff1e9 Update smart cursor handling for new KatePart interface: 17 years ago
  kevinkofler 5454128f58 Change several variables from unsigned to (signed) int to match Qt/KDE 4 APIs. 17 years ago
  kevinkofler a8a78809d3 Fix errors made during highlighting code changes. 17 years ago
  kevinkofler 6fbc782f1c Make file extension tables static const: const because Qt 4 requires it (can't add a non-const char * to a QString without a cast anymore) and static for efficiency. 17 years ago
  kevinkofler da1df13c13 Port TiEmu interfacing code from DCOP to D-Bus. 17 years ago
  kevinkofler 55cf55b45b Fix stray virtual keywords. 17 years ago
  kevinkofler b30ae3ffec Change parameters of KReplaceWithSelection(S)::setSelection from unsigned to int. 17 years ago