コミット履歴

作者 SHA1 メッセージ 日付
  kevinkofler 3d38b6bf03 Don't grab the keyboard globally (stealing key presses from other apps) in the Errors&Warnings pane, only override the Ctrl+C and Ctrl+Ins accelerators. 17 年 前
  kevinkofler db4a9089a3 Fix A68k items in the New menu being shown even when A68k is not installed. 17 年 前
  kevinkofler d991c2c9d9 Fix warning and runtime abort with _FORTIFY_SOURCE. 17 年 前
  konrad_m bfb4aaad63 Changed several Q3ValueVectors to QVector, and possibly a Q3ValueList somewhere. 17 年 前
  kevinkofler a042d809f8 Actually increment lineno for ALL lines in getASMFunctions. 17 年 前
  kevinkofler c3c93ee822 Change a few tabs which creeped in back to spaces. 17 年 前
  kevinkofler 6d23a2ff43 Make validInVarname a QVector rather than a QLinkedList (more efficient). 17 年 前
  konrad_m 5d63360173 Changed foreach (T foo, bar) to foreach (const T &foo, bar) or foreach (T &foo, bar) where appropriate. 17 年 前
  kevinkofler 57d66c7199 Fix duplicate loop (once with iterators and once with foreach, keep only the foreach). 17 年 前
  kevinkofler dde0904689 Use more descriptive variable names instead of "zod". 17 年 前
  konrad_m 7bc77fe7d5 Changed a bunch of for loops into the new Qt4 foreach construct. 17 年 前
  kevinkofler 25cca99194 Remove commented out code. 17 年 前
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. 17 年 前
  kevinkofler 3d2640f9d7 Remove obsolete warning about unsigned long -> float promotion, this was fixed back in GCC 4.0-tigcc-pre3. 17 年 前
  kevinkofler 06e4ce0224 Use qt_metacall to invoke the keyReturn, clearUndo and clearRedo slots which are not in the new interfaces. 17 年 前
  kevinkofler c8c053b91d Adapt to KatePart signal API changes: 17 年 前
  kevinkofler 3c9cda6281 Adapt to new KatePart signal API: Document::charactersInteractivelyInserted -> View::textInserted 17 年 前
  kevinkofler aca07f47c4 Add missing RPM specfile changelog entry. 17 年 前
  kevinkofler c9a795036b Fix dist-bz2 target to include .pro file. 17 年 前
  kevinkofler e25734cd8a Update rpm target to use versioned tarball. Remove obsolete TAR_OPTIONS=--wildcards workaround. 17 年 前
  kevinkofler 278d33ac2e Rewrite dist-bzip2 so it: 17 年 前
  kevinkofler b0704d6251 Add missing DISTFILES (images/*.png and contents of mingw/), set VERSION. 17 年 前
  kevinkofler e1905aa537 Add .png extension to extensionless images. 17 年 前
  kevinkofler 780568ab35 * Fixed missing word wrap on the data variable reloc label in Program Options. 17 年 前
  kevinkofler db3acdaef5 Fix "name TabPage is already used" warnings. 17 年 前
  kevinkofler bddfd20cb2 Revert accidental QTabWidget::currentIndex change. 17 年 前
  kevinkofler ae111acf4a Convert paletteBackgroundColor properties lost during uic3 conversion to QPalette::Window with autoFillBackground=true. 17 年 前
  kevinkofler 4ab978ef81 Attempt to support native MinGW builds: check for win32 instead of win32-cross-g++ in most places. Handle only KDEPREFIX differently (try running kde4-config, do not mention cross-mingw32-ktigcc.sh). 17 年 前
  kevinkofler 9d50ff8588 Link -lkdewin32 on cross-MinGW builds. 17 年 前
  kevinkofler d461518582 Use SetForegroundWindow instead of KWin::activateWindow on Win32. 17 年 前