Commit History

Автор SHA1 Съобщение Дата
  kevinkofler ba857d5614 Change completion model so the comments are actually displayed. преди 16 години
  kevinkofler 78570e1ffe Remove unneeded private variable completionModel (left over from previous attempt at fixing the completion crash) again. преди 16 години
  kevinkofler 51666168b3 Fix crash after code completion completes. преди 16 години
  kevinkofler f4ecf5e086 Port to new KDE 3.94.0 KConfig API: преди 16 години
  kevinkofler 23985bd11d Fix infinite loop when parsing user headers including each other for completion information. преди 16 години
  kevinkofler 60b7ac1bf7 Port to updated KTextEditor completion API in KDE 3.92.0: MatchType=true -> MatchQuality=10. преди 17 години
  kevinkofler ae492d5ef6 Finish porting completion now that the KatePart at least does something with it. (Argument hints still to do.) преди 17 години
  kevinkofler 6e3cd0e65d Add missing default case. преди 17 години
  kevinkofler e8a4e6a8f4 Change list of completion entries from a QLinkedList to a QList. преди 17 години
  kevinkofler ba30574ee9 Drop ksharedconfig.h check, should always be there in 3.90.1. преди 17 години
  kevinkofler c3c93ee822 Change a few tabs which creeped in back to spaces. преди 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 години
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. преди 17 години
  kevinkofler 8d7baa94c0 Test for a subtle KConfig API change between the official 3.80.3 release and the snapshot used by the kde-windows developers and fix build with the changed API. преди 17 години
  kevinkofler 1fbf21cc80 Run remove-qt3-support.pl. преди 17 години
  kevinkofler 567203c07f Use QString::split method instead of deprecated static QStringList::split. преди 17 години
  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. преди 17 години
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. преди 17 години
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. преди 17 години
  kevinkofler f2d21ea4a7 Disable completion for now to get completion.cpp to compile. преди 17 години
  kevinkofler 1a6a09710c Port most of completion.cpp to the new KatePart API. преди 17 години
  kevinkofler 4d567d0283 Run adapt-to-kde4-api.pl. преди 17 години
  kevinkofler 7cc5afdbfd Run qt3to4. преди 17 години
  kevinkofler 8575acd4fe Bump version to 1.03. преди 17 години
  kevinkofler 26e6cf928c Implement approximate matching for prototype hints. преди 18 години
  kevinkofler 61e821727a Make sure we find the correct popup in my popup detection hack. преди 18 години
  kevinkofler a14956f0c7 Allow whitespace between the identifier and the parenthesis. преди 18 години