Commit History

Author SHA1 Message Date
  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
  kevinkofler 1386c83472 Fix DNDListView hack. 17 years ago
  kevinkofler 928ca7506d KReplace::replaceNextDialog() now returns a KDialog *, not a KDialogBase * (which no longer exists), adjust findReplace. 17 years ago
  kevinkofler c3f9f3b7cf Copy missing comment from srcfilewin.cpp. 17 years ago
  kevinkofler 968104bfa6 Use KXMLGUIClient::action and QAction::trigger to trigger actions, as the direct methods have been removed. 17 years ago
  kevinkofler 1e58fdbae1 Fix 4 missed instances of setCursorPositionReal( to setCursorPosition(KTextEditor::Cursor(. 17 years ago
  kevinkofler 7daa290a78 Use KTextEditor::Editor (new) instead of KTextEditor::ConfigInterfaceExt (old, no longer available) for config pages. 17 years ago
  kevinkofler 7dff8b98ae Update arguments to KatePart functions: 17 years ago
  kevinkofler 023b81cf3a Replace: 17 years ago