커밋 기록

작성자 SHA1 메시지 날짜
  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 3e7af16776 Don't prefill the K3ListView in the .ui file anymore, Qt Designer 4 doesn't support this. 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 567203c07f Use QString::split method instead of deprecated static QStringList::split. 17 년 전
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 17 년 전
  kevinkofler 09dd392bab Add QTextCodec subclass wrapping libticonv, start using it. 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 596b6c0930 Add qrc_icons.cpp to .cvsignore. 17 년 전
  kevinkofler 63ce131eb3 Switch from image collection to the new Qt 4 resource system. 17 년 전
  kevinkofler 465af3701a Bump version to 1.80. 17 년 전
  kevinkofler 5c7107d305 Use QSettings instead of hack to set Qt Assistant page. 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 d9d8d5c981 Add missing -lkde3support. 17 년 전
  kevinkofler fc8899b1cf Make sure the KDE 4 lib directory is found first. 17 년 전
  kevinkofler 0f068668c8 Don't use deprecated KUrl::fromPathOrUrl. 17 년 전
  kevinkofler 22f0e1bc8a Tool Properties build fixes: 17 년 전
  kevinkofler 1e9adbf452 Fix newsdlg.cpp build: 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 년 전
  kevinkofler 37ac6d2040 Replace deprecated setIconSet with setIcon. 17 년 전