Historique des commits

Auteur SHA1 Message Date
  kevinkofler 63ce131eb3 Switch from image collection to the new Qt 4 resource system. il y a 17 ans
  kevinkofler 465af3701a Bump version to 1.80. il y a 17 ans
  kevinkofler 5c7107d305 Use QSettings instead of hack to set Qt Assistant page. il y a 17 ans
  kevinkofler 193591e7bf Crash fix: libkatepart has been renamed to katepart. il y a 17 ans
  kevinkofler 7c405fa774 Fix crash due to findFunctionsButton not being found. Add FIXME for less hackish solution which requires the new QToolBar. il y a 17 ans
  kevinkofler d9d8d5c981 Add missing -lkde3support. il y a 17 ans
  kevinkofler fc8899b1cf Make sure the KDE 4 lib directory is found first. il y a 17 ans
  kevinkofler 0f068668c8 Don't use deprecated KUrl::fromPathOrUrl. il y a 17 ans
  kevinkofler 22f0e1bc8a Tool Properties build fixes: il y a 17 ans
  kevinkofler 1e9adbf452 Fix newsdlg.cpp build: il y a 17 ans
  kevinkofler 45260a05e6 Fix build of mainform.cpp by replacing: il y a 17 ans
  kevinkofler 86461906d1 Comment out uses of non-existent QActionGroup::setIcon and add FIXME comments. il y a 17 ans
  kevinkofler 37ac6d2040 Replace deprecated setIconSet with setIcon. il y a 17 ans
  kevinkofler 56d1d10442 More compile fixes for new APIs: il y a 17 ans
  kevinkofler fbb4409546 Update prototype of openHeader. il y a 17 ans
  kevinkofler cf783ec37e Fix more errors made during highlighting code changes. il y a 17 ans
  kevinkofler 68674ff1e9 Update smart cursor handling for new KatePart interface: il y a 17 ans
  kevinkofler 5454128f58 Change several variables from unsigned to (signed) int to match Qt/KDE 4 APIs. il y a 17 ans
  kevinkofler a8a78809d3 Fix errors made during highlighting code changes. il y a 17 ans
  kevinkofler 0a23826b42 Fix KTextBrowser properties for KDE 3.80.3. il y a 17 ans
  kevinkofler 6fbc782f1c Make file extension tables static const: const because Qt 4 requires it (can't add a non-const char * to a QString without a cast anymore) and static for efficiency. il y a 17 ans
  kevinkofler da1df13c13 Port TiEmu interfacing code from DCOP to D-Bus. il y a 17 ans
  kevinkofler 55cf55b45b Fix stray virtual keywords. il y a 17 ans
  kevinkofler b30ae3ffec Change parameters of KReplaceWithSelection(S)::setSelection from unsigned to int. il y a 17 ans
  kevinkofler 1386c83472 Fix DNDListView hack. il y a 17 ans
  kevinkofler 0b99a164b8 Fix build of preferencesdlg.cpp: il y a 17 ans
  kevinkofler da0520717e Fix programoptions.cpp build: QToolTip::textFor(widget) is now widget->toolTip(). il y a 17 ans
  kevinkofler 4f9ca8aff5 Fix projectoptions.cpp build: getOpenFileName now takes a KUrl as its first parameter. il y a 17 ans
  kevinkofler 928ca7506d KReplace::replaceNextDialog() now returns a KDialog *, not a KDialogBase * (which no longer exists), adjust findReplace. il y a 17 ans
  kevinkofler c3f9f3b7cf Copy missing comment from srcfilewin.cpp. il y a 17 ans