Commit History

Author SHA1 Message Date
  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 years ago
  kevinkofler 9ec69c67ba Remove textBuffer and redundant tests for non-NULL kateView for editable files. 17 years ago
  kevinkofler 5e7f3ad3ec Remove lazy loading hack. 17 years ago
  kevinkofler 3e7af16776 Don't prefill the K3ListView in the .ui file anymore, Qt Designer 4 doesn't support this. 17 years ago
  kevinkofler 1fbf21cc80 Run remove-qt3-support.pl. 17 years ago
  kevinkofler 9470042e93 Remove unused #include <QTextDocument> inserted by the conversion scripts at a wacky location. 17 years ago
  kevinkofler 567203c07f Use QString::split method instead of deprecated static QStringList::split. 17 years ago
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 17 years ago
  kevinkofler 09dd392bab Add QTextCodec subclass wrapping libticonv, start using it. 17 years ago
  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 596b6c0930 Add qrc_icons.cpp to .cvsignore. 17 years ago
  kevinkofler 63ce131eb3 Switch from image collection to the new Qt 4 resource system. 17 years ago
  kevinkofler 465af3701a Bump version to 1.80. 17 years ago
  kevinkofler 5c7107d305 Use QSettings instead of hack to set Qt Assistant page. 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 d9d8d5c981 Add missing -lkde3support. 17 years ago
  kevinkofler fc8899b1cf Make sure the KDE 4 lib directory is found first. 17 years ago
  kevinkofler 0f068668c8 Don't use deprecated KUrl::fromPathOrUrl. 17 years ago
  kevinkofler 22f0e1bc8a Tool Properties build fixes: 17 years ago
  kevinkofler 1e9adbf452 Fix newsdlg.cpp build: 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