Историја ревизија

Аутор SHA1 Порука Датум
  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 година
  kevinkofler 508470b581 Implement argument hint popups. пре 18 година
  kevinkofler 0b78fa3835 Warn if no TIGCCLIB completion data is available and offer download link. пре 18 година
  kevinkofler 96a81d0fdc Remove comments from all the definition, not just the left side. There's no room for them. пре 18 година
  kevinkofler 2ccb65a219 Fix parsing of enums from .hsf files. пре 18 година
  kevinkofler abbdf1885d Remove duplicate (i.e. all fields match) completion entries when sorting the list for display. пре 18 година
  kevinkofler 2752882278 Follow .ref links during .hsf parsing. пре 18 година
  kevinkofler ca0bc5bae4 Handle empty "[Description]" lines. пре 18 година