Revīziju vēsture

Autors SHA1 Ziņojums Datums
  kevinkofler f4ecf5e086 Port to new KDE 3.94.0 KConfig API: 16 gadi atpakaļ
  kevinkofler 7bcf2e3f3e Work around KDE 4 KConfig bug where a space gets stored as \\s and then loaded as \s instead of a space. 17 gadi atpakaļ
  kevinkofler 38a875503d Drop genAllCaseVariants hack, use new "insensitive" attribute for the "keyword" tag instead. 17 gadi atpakaļ
  kevinkofler 440f2d03d1 Port to KDE 3.90.1 API: 17 gadi atpakaļ
  konrad_m bfb4aaad63 Changed several Q3ValueVectors to QVector, and possibly a Q3ValueList somewhere. 17 gadi atpakaļ
  kevinkofler c3c93ee822 Change a few tabs which creeped in back to spaces. 17 gadi atpakaļ
  konrad_m 5d63360173 Changed foreach (T foo, bar) to foreach (const T &foo, bar) or foreach (T &foo, bar) where appropriate. 17 gadi atpakaļ
  kevinkofler dde0904689 Use more descriptive variable names instead of "zod". 17 gadi atpakaļ
  konrad_m 7bc77fe7d5 Changed a bunch of for loops into the new Qt4 foreach construct. 17 gadi atpakaļ
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. 17 gadi atpakaļ
  kevinkofler 57ca1cabd5 Remove unused #include <sys/stat.h> and #include <sys/dir.h>. 17 gadi atpakaļ
  kevinkofler 5ec6f22e2a Remove <indentation> entry from the syntax highlighting descriptions because the KDE 3.80.3 KatePart chokes on it. 17 gadi atpakaļ
  kevinkofler c511fa4842 Don't hardcode ~/.kde for localkdedir. 17 gadi atpakaļ
  kevinkofler 5e7f3ad3ec Remove lazy loading hack. 17 gadi atpakaļ
  kevinkofler 1fbf21cc80 Run remove-qt3-support.pl. 17 gadi atpakaļ
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 17 gadi atpakaļ
  kevinkofler 60b474985c Use QString::split method instead of deprecated static QStringList::split. 17 gadi atpakaļ
  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 gadi atpakaļ
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. 17 gadi atpakaļ
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. 17 gadi atpakaļ
  kevinkofler a25b9b3c52 Remove junk "Added by qt3to4" comments. 17 gadi atpakaļ
  kevinkofler 7aa5ef3bcf Fix compilation of preferences.cpp. 17 gadi atpakaļ
  kevinkofler 4d567d0283 Run adapt-to-kde4-api.pl. 17 gadi atpakaļ
  kevinkofler 7cc5afdbfd Run qt3to4. 17 gadi atpakaļ
  kevinkofler 8caeb1d8e0 Add tas to default Integer Arithmetic instructions. 17 gadi atpakaļ
  kevinkofler 3a0f5aef14 Fix typo in comment. 17 gadi atpakaļ
  kevinkofler 870ac58834 Change (int)0 to 0 and (int)0x1000020 to 0x1000020u (because it is actually unsigned). Should be purely cosmetical. 18 gadi atpakaļ
  kevinkofler 269cba1fa3 Tab now reliably inserts a tab. Use Ctrl+I to indent the selection. (Also set other Kate defaults to match TIGCC IDE more closely.) 18 gadi atpakaļ
  kevinkofler a66ee17349 Enable auto-indent (=> syntax highlighting description version 1.01). 18 gadi atpakaļ
  kevinkofler 2c6600dca9 Implement customizable list of templates. Can't actually be used yet though. 18 gadi atpakaļ