Commit History

Author SHA1 Message Date
  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
  kevinkofler cd19a59f09 Port to new KatePart interface: 17 years ago
  kevinkofler c228df0f19 Comment out calls to some functions not in the KatePart API anymore. 17 years ago
  kevinkofler f2f7cc72cd Use setConfigValue instead of setDynWordWrap. 17 years ago
  kevinkofler 74a5a8bbca Don't use keyEnter (KatePart), which has been removed. 17 years ago
  kevinkofler c213d3f1df Replace no longer existing currentWord KatePart function with custom code. 17 years ago
  kevinkofler 88d5311159 Fix test for $KDEPREFIX/include/kde (qmake exists tests are case-insensitive). 17 years ago
  kevinkofler c182e5505d Update icon loading code for Qt 4 changes. 17 years ago
  kevinkofler 7be85b0a6d Port KateDocument::undoCount(), redoCount(), hasSelection() to new KatePart interfaces. 17 years ago
  kevinkofler 478ba02f7b Start porting to new KatePart API. 17 years ago
  kevinkofler 9f5e16ac3f Drop custom AssistantClient, as it uses deprecated (KProcIO) and removed (KExtendedSocket) KDE classes, and the workaround shouldn't be needed anymore in Qt/KDE 4. 17 years ago
  kevinkofler f2d21ea4a7 Disable completion for now to get completion.cpp to compile. 17 years ago
  kevinkofler a25b9b3c52 Remove junk "Added by qt3to4" comments. 17 years ago
  kevinkofler 1a6a09710c Port most of completion.cpp to the new KatePart API. 17 years ago
  kevinkofler 1eedead008 Move contents of *.ui.h to *.cpp. 17 years ago
  kevinkofler 5317d12931 Fix build of parsing.cpp (new KatePart interfaces). 17 years ago
  kevinkofler 17a69f18ff Fix build of callbacks.cpp: missed QApplication::eventLoop()->processEvents => QCoreApplication::processEvents replacement, KProgressDialog API changes. 17 years ago
  kevinkofler 6c37bcf4e7 Replace TiEmu DCOP stub with D-Bus proxy. 17 years ago
  kevinkofler a4049605f6 Add missing #include <kurl.h>. 17 years ago
  kevinkofler ebf6c95ed7 Replace QApplication::eventLoop()->processEvents with QCoreApplication::processEvents(). 17 years ago
  kevinkofler 7aa5ef3bcf Fix compilation of preferences.cpp. 17 years ago
  kevinkofler f035f96bcb Consistently use #pragma once as the include guard. 17 years ago
  kevinkofler f10561bc09 Convert .ui files to Qt 4 format: 17 years ago
  kevinkofler 6dedf3205a KListView->K3ListView, KListBox->K3ListBox 17 years ago
  kevinkofler 2d84276378 First round of compile fixes. 17 years ago
  kevinkofler 831935a909 Update Eclipse project name. 17 years ago