Historie revizí

Autor SHA1 Zpráva Datum
  kevinkofler 0737329565 Make Ctrl+Return work for "Open file at cursor". před 17 roky
  kevinkofler 97e68f5e56 Disable the shortcut for the KatePart's builtin find to make Ctrl+F unambiguously refer to my implementation of Find. před 17 roky
  kevinkofler ed46a0902f Override KFindDialog::accept to prevent the non-modal find dialog from being closed when clicking "Find". před 17 roky
  kevinkofler f1d9bd5b2f Use KProcess instead of K3ProcIO and K3Process. před 17 roky
  kevinkofler 8d823d1669 Port to new KDE 3.91.0 interface: před 17 roky
  kevinkofler c70067f78e Group the 2 consecutive *procio<<... lines into one. před 17 roky
  kevinkofler 6c8eb6c84f Urlencode on-calc file names passed to ld-tigcc instead of passing raw calculator charset on the command line. před 17 roky
  kevinkofler a1dbd5d53e Handle settings.pack && settings.outputbin during Post-Processing now that it's a valid combination. před 17 roky
  kevinkofler 4e8e376523 Use new --output-data-var ld-tigcc switch instead of renaming hack. před 17 roky
  kevinkofler 2c5a0e36dd Use the builtin pucrunch support in the latest CVS ld-tigcc instead of ttpack and ttbin2oth. This also adds support for outputting unwrapped binaries for compressed files. před 17 roky
  kevinkofler fe8d84adc1 Get rid of remaining init() and destroy() slots/methods, use constructors and destructors directly throughout. před 17 roky
  kevinkofler 0e6805757b Merge SourceFile into SourceFileWindow, srcfile.h into srcfilewin.h. před 17 roky
  kevinkofler 3079a8cca4 Drop no longer needed #define hacks for __attribute__((unused)). před 17 roky
  kevinkofler 3828642595 Fix typo in comment. před 17 roky
  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. před 17 roky
  kevinkofler dad843e219 #include <QTextDocument> instead of Q3StyleSheet. před 17 roky
  kevinkofler d4f054dabf Convert Q3Accel objects to arrays of QShortcut. před 17 roky
  kevinkofler 55894596d8 Use KShell::quoteArg instead of K3Process::quote. před 17 roky
  kevinkofler 4c0b13284e Change errorListDock->toggleViewAction(),SIGNAL(toggled(bool)) back to errorListDock,SIGNAL(visibilityChanged(bool)) now that Qt 4.3's QDockWidget has this signal. před 17 roky
  kevinkofler 0b8d85b843 Handle delete key with DnDListView::keyPressEvent instead of Q3Accel fileTreeAccel so it doesn't conflict with the KatePart, před 17 roky
  kevinkofler 8420e31ce5 Adapt icon names to Oxygen icons / freedesktop.org icon naming spec. před 17 roky
  kevinkofler 440f2d03d1 Port to KDE 3.90.1 API: před 17 roky
  kevinkofler 970be392c0 Store name of recent file to open before calling savePrompt() (fixes the wrong recent file getting opened when opening triggers save prompt). před 17 roky
  kevinkofler 0fe69a06c0 Fix adding to the recent file list getting confused by changes to the list from other KTIGCC instances. před 17 roky
  kevinkofler db4a9089a3 Fix A68k items in the New menu being shown even when A68k is not installed. před 17 roky
  kevinkofler c3c93ee822 Change a few tabs which creeped in back to spaces. před 17 roky
  kevinkofler 6d23a2ff43 Make validInVarname a QVector rather than a QLinkedList (more efficient). před 17 roky
  kevinkofler 25cca99194 Remove commented out code. před 17 roky
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. před 17 roky
  kevinkofler 06e4ce0224 Use qt_metacall to invoke the keyReturn, clearUndo and clearRedo slots which are not in the new interfaces. před 17 roky