Commit History

Author SHA1 Message Date
  kevinkofler 4c0b13284e Change errorListDock->toggleViewAction(),SIGNAL(toggled(bool)) back to errorListDock,SIGNAL(visibilityChanged(bool)) now that Qt 4.3's QDockWidget has this signal. 17 years ago
  kevinkofler 0b8d85b843 Handle delete key with DnDListView::keyPressEvent instead of Q3Accel fileTreeAccel so it doesn't conflict with the KatePart, 17 years ago
  kevinkofler 8420e31ce5 Adapt icon names to Oxygen icons / freedesktop.org icon naming spec. 17 years ago
  kevinkofler 440f2d03d1 Port to KDE 3.90.1 API: 17 years ago
  kevinkofler 970be392c0 Store name of recent file to open before calling savePrompt() (fixes the wrong recent file getting opened when opening triggers save prompt). 17 years ago
  kevinkofler 0fe69a06c0 Fix adding to the recent file list getting confused by changes to the list from other KTIGCC instances. 17 years ago
  kevinkofler db4a9089a3 Fix A68k items in the New menu being shown even when A68k is not installed. 17 years ago
  kevinkofler c3c93ee822 Change a few tabs which creeped in back to spaces. 17 years ago
  kevinkofler 6d23a2ff43 Make validInVarname a QVector rather than a QLinkedList (more efficient). 17 years ago
  kevinkofler 25cca99194 Remove commented out code. 17 years ago
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. 17 years ago
  kevinkofler 06e4ce0224 Use qt_metacall to invoke the keyReturn, clearUndo and clearRedo slots which are not in the new interfaces. 17 years ago
  kevinkofler c8c053b91d Adapt to KatePart signal API changes: 17 years ago
  kevinkofler 3c9cda6281 Adapt to new KatePart signal API: Document::charactersInteractivelyInserted -> View::textInserted 17 years ago
  kevinkofler e1905aa537 Add .png extension to extensionless images. 17 years ago
  kevinkofler d461518582 Use SetForegroundWindow instead of KWin::activateWindow on Win32. 17 years ago
  kevinkofler cd93effdda Use setWindowIcon instead of deprecated setIcon. 17 years ago
  kevinkofler 3ea9791dbb Don't try removing a new file on its first rename. 17 years ago
  kevinkofler d1b301d104 Don't try to open the URL for a new file. 17 years ago
  kevinkofler d465adafbc Recursively create the directory to save a file into before saving it. 17 years ago
  kevinkofler 4a889d0964 Renaming a file now saves it. 17 years ago
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. 17 years ago
  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 years ago
  kevinkofler b4d7f92cae Start moving file handling to the KatePart. 17 years ago
  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 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 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 17 years ago