Commit History

Autor SHA1 Mensaxe Data
  kevinkofler bca8f65e73 Fix checking for success of KProcess::start (use KProcess::waitForStarted instead of KProcess::error). %!s(int64=17) %!d(string=hai) anos
  kevinkofler c851298065 Use KProcess instead of K3ProcIO. %!s(int64=17) %!d(string=hai) anos
  kevinkofler 440f2d03d1 Port to KDE 3.90.1 API: %!s(int64=17) %!d(string=hai) anos
  kevinkofler a042d809f8 Actually increment lineno for ALL lines in getASMFunctions. %!s(int64=17) %!d(string=hai) anos
  kevinkofler c3c93ee822 Change a few tabs which creeped in back to spaces. %!s(int64=17) %!d(string=hai) anos
  konrad_m 5d63360173 Changed foreach (T foo, bar) to foreach (const T &foo, bar) or foreach (T &foo, bar) where appropriate. %!s(int64=17) %!d(string=hai) anos
  kevinkofler dde0904689 Use more descriptive variable names instead of "zod". %!s(int64=17) %!d(string=hai) anos
  konrad_m 7bc77fe7d5 Changed a bunch of for loops into the new Qt4 foreach construct. %!s(int64=17) %!d(string=hai) anos
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. %!s(int64=17) %!d(string=hai) anos
  kevinkofler 60b474985c Use QString::split method instead of deprecated static QStringList::split. %!s(int64=17) %!d(string=hai) anos
  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. %!s(int64=17) %!d(string=hai) anos
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. %!s(int64=17) %!d(string=hai) anos
  kevinkofler a25b9b3c52 Remove junk "Added by qt3to4" comments. %!s(int64=17) %!d(string=hai) anos
  kevinkofler 5317d12931 Fix build of parsing.cpp (new KatePart interfaces). %!s(int64=17) %!d(string=hai) anos
  kevinkofler ebf6c95ed7 Replace QApplication::eventLoop()->processEvents with QCoreApplication::processEvents(). %!s(int64=17) %!d(string=hai) anos
  kevinkofler 4d567d0283 Run adapt-to-kde4-api.pl. %!s(int64=17) %!d(string=hai) anos
  kevinkofler 7cc5afdbfd Run qt3to4. %!s(int64=17) %!d(string=hai) anos
  kevinkofler d4d273fc48 Parse .hsf files for system header completion info. %!s(int64=18) %!d(string=hai) anos
  kevinkofler 48d2536805 Implement loading/saving system header completion info. %!s(int64=18) %!d(string=hai) anos
  kevinkofler b4cbd86816 Generate completion info from system headers (not help system sources yet, also no loading/saving yet). %!s(int64=18) %!d(string=hai) anos
  kevinkofler aec8536efc Prepare parseFileCompletion for system header parsing. %!s(int64=18) %!d(string=hai) anos
  kevinkofler e4194ee0ed Clean up setTextSafe (needed for the coming change to invalidate completion info on changes). %!s(int64=18) %!d(string=hai) anos
  kevinkofler 74ae18f47a Implement function to parse a source file for completion info. %!s(int64=18) %!d(string=hai) anos
  kevinkofler d1fff48f89 Declare TIGCC's calling convention macros to ctags so it recognizes prototypes using them. %!s(int64=18) %!d(string=hai) anos
  kevinkofler 8f889ca909 Implement function popup. %!s(int64=18) %!d(string=hai) anos
  kevinkofler 145b0759c9 Implement parsing functions for the function list. C files are parsed using Exuberant Ctags (http://ctags.sourceforge.net). Assembly files are parsed for labels by hand. %!s(int64=18) %!d(string=hai) anos