Historial de Commits

Autor SHA1 Mensaje Fecha
  kevinkofler 6d23a2ff43 Make validInVarname a QVector rather than a QLinkedList (more efficient). hace 17 años
  kevinkofler 25cca99194 Remove commented out code. hace 17 años
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. hace 17 años
  kevinkofler 06e4ce0224 Use qt_metacall to invoke the keyReturn, clearUndo and clearRedo slots which are not in the new interfaces. hace 17 años
  kevinkofler c8c053b91d Adapt to KatePart signal API changes: hace 17 años
  kevinkofler 3c9cda6281 Adapt to new KatePart signal API: Document::charactersInteractivelyInserted -> View::textInserted hace 17 años
  kevinkofler e1905aa537 Add .png extension to extensionless images. hace 17 años
  kevinkofler d461518582 Use SetForegroundWindow instead of KWin::activateWindow on Win32. hace 17 años
  kevinkofler cd93effdda Use setWindowIcon instead of deprecated setIcon. hace 17 años
  kevinkofler 3ea9791dbb Don't try removing a new file on its first rename. hace 17 años
  kevinkofler d1b301d104 Don't try to open the URL for a new file. hace 17 años
  kevinkofler d465adafbc Recursively create the directory to save a file into before saving it. hace 17 años
  kevinkofler 4a889d0964 Renaming a file now saves it. hace 17 años
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. hace 17 años
  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. hace 17 años
  kevinkofler b4d7f92cae Start moving file handling to the KatePart. hace 17 años
  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. hace 17 años
  kevinkofler 9ec69c67ba Remove textBuffer and redundant tests for non-NULL kateView for editable files. hace 17 años
  kevinkofler 5e7f3ad3ec Remove lazy loading hack. hace 17 años
  kevinkofler 1fbf21cc80 Run remove-qt3-support.pl. hace 17 años
  kevinkofler 9470042e93 Remove unused #include <QTextDocument> inserted by the conversion scripts at a wacky location. hace 17 años
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. hace 17 años
  kevinkofler 60b474985c Use QString::split method instead of deprecated static QStringList::split. hace 17 años
  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. hace 17 años
  kevinkofler 95282e2ebb Port KatePart setConfigFlags and setTabWidth calls to the CommandInterface. hace 17 años
  kevinkofler b7ee68a3a4 Remove uses of action groups, also change deprecated fileMenu->changeItem to fileNewMenu->actionMenu()->setIcon. hace 17 años
  kevinkofler 899f77b47c Port Q3MainWindow -> QMainWindow, Q3ToolBar -> QToolBar, Q3DockWindow -> QDockWidget. hace 17 años
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. hace 17 años
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. hace 17 años
  kevinkofler 63ce131eb3 Switch from image collection to the new Qt 4 resource system. hace 17 años