コミット履歴

作者 SHA1 メッセージ 日付
  kevinkofler 0737329565 Make Ctrl+Return work for "Open file at cursor". 17 年 前
  kevinkofler 97e68f5e56 Disable the shortcut for the KatePart's builtin find to make Ctrl+F unambiguously refer to my implementation of Find. 17 年 前
  kevinkofler 8d823d1669 Port to new KDE 3.91.0 interface: 17 年 前
  kevinkofler 0e6805757b Merge SourceFile into SourceFileWindow, srcfile.h into srcfilewin.h. 17 年 前
  kevinkofler 3079a8cca4 Drop no longer needed #define hacks for __attribute__((unused)). 17 年 前
  kevinkofler d4f054dabf Convert Q3Accel objects to arrays of QShortcut. 17 年 前
  kevinkofler 8420e31ce5 Adapt icon names to Oxygen icons / freedesktop.org icon naming spec. 17 年 前
  kevinkofler 440f2d03d1 Port to KDE 3.90.1 API: 17 年 前
  kevinkofler 06e4ce0224 Use qt_metacall to invoke the keyReturn, clearUndo and clearRedo slots which are not in the new interfaces. 17 年 前
  kevinkofler c8c053b91d Adapt to KatePart signal API changes: 17 年 前
  kevinkofler 3c9cda6281 Adapt to new KatePart signal API: Document::charactersInteractivelyInserted -> View::textInserted 17 年 前
  kevinkofler e1905aa537 Add .png extension to extensionless images. 17 年 前
  kevinkofler d461518582 Use SetForegroundWindow instead of KWin::activateWindow on Win32. 17 年 前
  kevinkofler cd93effdda Use setWindowIcon instead of deprecated setIcon. 17 年 前
  kevinkofler d465adafbc Recursively create the directory to save a file into before saving it. 17 年 前
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. 17 年 前
  kevinkofler b4d7f92cae Start moving file handling to the KatePart. 17 年 前
  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 年 前
  kevinkofler 95282e2ebb Port KatePart setConfigFlags and setTabWidth calls to the CommandInterface. 17 年 前
  kevinkofler b7ee68a3a4 Remove uses of action groups, also change deprecated fileMenu->changeItem to fileNewMenu->actionMenu()->setIcon. 17 年 前
  kevinkofler 899f77b47c Port Q3MainWindow -> QMainWindow, Q3ToolBar -> QToolBar, Q3DockWindow -> QDockWidget. 17 年 前
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. 17 年 前
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. 17 年 前
  kevinkofler 63ce131eb3 Switch from image collection to the new Qt 4 resource system. 17 年 前
  kevinkofler 193591e7bf Crash fix: libkatepart has been renamed to katepart. 17 年 前
  kevinkofler 37ac6d2040 Replace deprecated setIconSet with setIcon. 17 年 前
  kevinkofler b30ae3ffec Change parameters of KReplaceWithSelection(S)::setSelection from unsigned to int. 17 年 前
  kevinkofler 928ca7506d KReplace::replaceNextDialog() now returns a KDialog *, not a KDialogBase * (which no longer exists), adjust findReplace. 17 年 前
  kevinkofler 968104bfa6 Use KXMLGUIClient::action and QAction::trigger to trigger actions, as the direct methods have been removed. 17 年 前
  kevinkofler 1e58fdbae1 Fix 4 missed instances of setCursorPositionReal( to setCursorPosition(KTextEditor::Cursor(. 17 年 前