Historique des commits

Auteur SHA1 Message Date
  kevinkofler dde0904689 Use more descriptive variable names instead of "zod". il y a 17 ans
  konrad_m 7bc77fe7d5 Changed a bunch of for loops into the new Qt4 foreach construct. il y a 17 ans
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. il y a 17 ans
  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. il y a 17 ans
  kevinkofler 1fbf21cc80 Run remove-qt3-support.pl. il y a 17 ans
  kevinkofler 567203c07f Use QString::split method instead of deprecated static QStringList::split. il y a 17 ans
  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. il y a 17 ans
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. il y a 17 ans
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. il y a 17 ans
  kevinkofler f2d21ea4a7 Disable completion for now to get completion.cpp to compile. il y a 17 ans
  kevinkofler 1a6a09710c Port most of completion.cpp to the new KatePart API. il y a 17 ans
  kevinkofler 4d567d0283 Run adapt-to-kde4-api.pl. il y a 17 ans
  kevinkofler 7cc5afdbfd Run qt3to4. il y a 17 ans
  kevinkofler 8575acd4fe Bump version to 1.03. il y a 17 ans
  kevinkofler 26e6cf928c Implement approximate matching for prototype hints. il y a 18 ans
  kevinkofler 61e821727a Make sure we find the correct popup in my popup detection hack. il y a 18 ans
  kevinkofler a14956f0c7 Allow whitespace between the identifier and the parenthesis. il y a 18 ans
  kevinkofler 508470b581 Implement argument hint popups. il y a 18 ans
  kevinkofler 0b78fa3835 Warn if no TIGCCLIB completion data is available and offer download link. il y a 18 ans
  kevinkofler 96a81d0fdc Remove comments from all the definition, not just the left side. There's no room for them. il y a 18 ans
  kevinkofler 2ccb65a219 Fix parsing of enums from .hsf files. il y a 18 ans
  kevinkofler abbdf1885d Remove duplicate (i.e. all fields match) completion entries when sorting the list for display. il y a 18 ans
  kevinkofler 2752882278 Follow .ref links during .hsf parsing. il y a 18 ans
  kevinkofler ca0bc5bae4 Handle empty "[Description]" lines. il y a 18 ans
  kevinkofler d4d273fc48 Parse .hsf files for system header completion info. il y a 18 ans
  kevinkofler 13e5b62aba Intercept the completion popup being closed without Kate telling us anything. il y a 18 ans
  kevinkofler ac541b7eb2 Implement completion on Ctrl+Space (or Ctrl+M). il y a 18 ans
  kevinkofler 48d2536805 Implement loading/saving system header completion info. il y a 18 ans
  kevinkofler 96d7dfc00a Apply the same recursion fixes (recurse over system headers, avoid infinite recursion) as in findSymbolInFile in completionEntriesForFile. il y a 18 ans
  kevinkofler b4cbd86816 Generate completion info from system headers (not help system sources yet, also no loading/saving yet). il y a 18 ans