Historique des commits

Auteur SHA1 Message Date
  kevinkofler 0e6805757b Merge SourceFile into SourceFileWindow, srcfile.h into srcfilewin.h. il y a 17 ans
  kevinkofler 3079a8cca4 Drop no longer needed #define hacks for __attribute__((unused)). il y a 17 ans
  kevinkofler 3828642595 Fix typo in comment. il y a 17 ans
  kevinkofler 0c4a2b1f90 Qt::convertFromPlainText now outputs QChar(160) instead of the previously-used surrogate pair for spaces, so adjust the replacement putting the spaces back. il y a 17 ans
  kevinkofler dad843e219 #include <QTextDocument> instead of Q3StyleSheet. il y a 17 ans
  kevinkofler d4f054dabf Convert Q3Accel objects to arrays of QShortcut. il y a 17 ans
  kevinkofler 55894596d8 Use KShell::quoteArg instead of K3Process::quote. il y a 17 ans
  kevinkofler 4c0b13284e Change errorListDock->toggleViewAction(),SIGNAL(toggled(bool)) back to errorListDock,SIGNAL(visibilityChanged(bool)) now that Qt 4.3's QDockWidget has this signal. il y a 17 ans
  kevinkofler 0b8d85b843 Handle delete key with DnDListView::keyPressEvent instead of Q3Accel fileTreeAccel so it doesn't conflict with the KatePart, il y a 17 ans
  kevinkofler 8420e31ce5 Adapt icon names to Oxygen icons / freedesktop.org icon naming spec. il y a 17 ans
  kevinkofler 440f2d03d1 Port to KDE 3.90.1 API: il y a 17 ans
  kevinkofler 970be392c0 Store name of recent file to open before calling savePrompt() (fixes the wrong recent file getting opened when opening triggers save prompt). il y a 17 ans
  kevinkofler 0fe69a06c0 Fix adding to the recent file list getting confused by changes to the list from other KTIGCC instances. il y a 17 ans
  kevinkofler db4a9089a3 Fix A68k items in the New menu being shown even when A68k is not installed. il y a 17 ans
  kevinkofler c3c93ee822 Change a few tabs which creeped in back to spaces. il y a 17 ans
  kevinkofler 6d23a2ff43 Make validInVarname a QVector rather than a QLinkedList (more efficient). il y a 17 ans
  kevinkofler 25cca99194 Remove commented out code. il y a 17 ans
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. il y a 17 ans
  kevinkofler 06e4ce0224 Use qt_metacall to invoke the keyReturn, clearUndo and clearRedo slots which are not in the new interfaces. il y a 17 ans
  kevinkofler c8c053b91d Adapt to KatePart signal API changes: il y a 17 ans
  kevinkofler 3c9cda6281 Adapt to new KatePart signal API: Document::charactersInteractivelyInserted -> View::textInserted il y a 17 ans
  kevinkofler e1905aa537 Add .png extension to extensionless images. il y a 17 ans
  kevinkofler d461518582 Use SetForegroundWindow instead of KWin::activateWindow on Win32. il y a 17 ans
  kevinkofler cd93effdda Use setWindowIcon instead of deprecated setIcon. il y a 17 ans
  kevinkofler 3ea9791dbb Don't try removing a new file on its first rename. il y a 17 ans
  kevinkofler d1b301d104 Don't try to open the URL for a new file. il y a 17 ans
  kevinkofler d465adafbc Recursively create the directory to save a file into before saving it. il y a 17 ans
  kevinkofler 4a889d0964 Renaming a file now saves it. il y a 17 ans
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. il y a 17 ans
  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. il y a 17 ans