Commit History

作者 SHA1 備註 提交日期
  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 3ea9791dbb Don't try removing a new file on its first rename. 17 年之前
  kevinkofler d1b301d104 Don't try to open the URL for a new file. 17 年之前
  kevinkofler d465adafbc Recursively create the directory to save a file into before saving it. 17 年之前
  kevinkofler 4a889d0964 Renaming a file now saves it. 17 年之前
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. 17 年之前
  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 年之前
  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 9ec69c67ba Remove textBuffer and redundant tests for non-NULL kateView for editable files. 17 年之前
  kevinkofler 5e7f3ad3ec Remove lazy loading hack. 17 年之前
  kevinkofler 1fbf21cc80 Run remove-qt3-support.pl. 17 年之前
  kevinkofler 9470042e93 Remove unused #include <QTextDocument> inserted by the conversion scripts at a wacky location. 17 年之前
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 17 年之前
  kevinkofler 60b474985c Use QString::split method instead of deprecated static QStringList::split. 17 年之前
  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 年之前
  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 7c405fa774 Fix crash due to findFunctionsButton not being found. Add FIXME for less hackish solution which requires the new QToolBar. 17 年之前
  kevinkofler 45260a05e6 Fix build of mainform.cpp by replacing: 17 年之前
  kevinkofler 86461906d1 Comment out uses of non-existent QActionGroup::setIcon and add FIXME comments. 17 年之前