Histórico de commits

Autor SHA1 Mensagem Data
  kevinkofler 60c1a0b7b1 Change remaining printf calls to fprintf(VERBOSE_OUT,...). 17 anos atrás
  kevinkofler bc972f08b1 Remove type, FIXF_MACHMASK, FIXF_WRAP. 17 anos atrás
  kevinkofler 4033af1f15 Direct F_VERBOSE and F_STATS output to VERBOSE_OUT instead of stderr, default VERBOSE_OUT to stdout. 17 anos atrás
  kevinkofler ee52b1a9b4 Create pucrunch.h. Remove argument parsing and file input handling from pucrunch.c, take flags, input buffer and output FILE * instead. 17 anos atrás
  kevinkofler d4d047bd6d Fix accidentally-introduced mixed declarations and code. 17 anos atrás
  kevinkofler 68033a91cb Remove F_NORLE (-fnorle), F_NOOPT (-n), -r, -m, -e, -p, F_AUTO, F_AUTOEX, FIXF_DLZ. 17 anos atrás
  kevinkofler 7ac0a7125c Remove F_TEXTINPUT and F_TEXTOUTPUT. 17 anos atrás
  kevinkofler 317a0c0166 Remove delta-LZ code (not supported by pstarter, so pointless to support here). 17 anos atrás
  kevinkofler 0680cba65f Import ttpack.c from the TIGCC Tools Suite as export/pucrunch.c. 17 anos atrás
  kevinkofler 5a32a52e6a Import packhead.h from the TIGCC Tools Suite. 17 anos atrás
  kevinkofler 81c7abe20c Fix pointer sign warnings. 17 anos atrás
  kevinkofler c33a98b079 Delete pointless boilerplate comments from uic3. 17 anos atrás
  kevinkofler f57420f854 Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set. 17 anos atrás
  kevinkofler fe8d84adc1 Get rid of remaining init() and destroy() slots/methods, use constructors and destructors directly throughout. 17 anos atrás
  kevinkofler 0da2361535 Revert change of selectionMode from NoSelection to Q3ListBox::Single (set to Q3ListBox::NoSelection) in newsdlg.ui. 17 anos atrás
  kevinkofler d69585e5b0 Remove no longer supported stdItem properties from .ui files, this has to be set in the code now. 17 anos atrás
  kevinkofler 6e3cd0e65d Add missing default case. 17 anos atrás
  kevinkofler e8a4e6a8f4 Change list of completion entries from a QLinkedList to a QList. 17 anos atrás
  kevinkofler 586cdfb6bf Revert __get_HS_pushEmptyFIFONode poisoning (completely breaks UNOFFICIAL_OS_SUPPORT because poisoning is checked before, not after macro expansion). 17 anos atrás
  kevinkofler 0e6805757b Merge SourceFile into SourceFileWindow, srcfile.h into srcfilewin.h. 17 anos atrás
  kevinkofler 3079a8cca4 Drop no longer needed #define hacks for __attribute__((unused)). 17 anos atrás
  kevinkofler b16517e028 Remove deleted icons/filereplace.png from list of resources. 17 anos atrás
  kevinkofler 70652b20ea Sync win32-cross-g++ mkspecs with Qt 4.3's win32-g++ (fixes qmake-qt4 trying to link with a .res file). 17 anos atrás
  kevinkofler 3828642595 Fix typo in comment. 17 anos atrás
  kevinkofler 0c4a2b1f90 Qt::convertFromPlainText now outputs QChar(160) instead of the previously-used surrogate pair for spaces, so adjust the replacement putting the spaces back. 17 anos atrás
  kevinkofler dad843e219 #include <QTextDocument> instead of Q3StyleSheet. 17 anos atrás
  kevinkofler d4f054dabf Convert Q3Accel objects to arrays of QShortcut. 17 anos atrás
  kevinkofler d8f4fb1a24 Convert Q3Accel to QShortcut. Drop no longer needed #define hacks for __attribute__((unused)). 17 anos atrás
  kevinkofler 77fc1b0c41 Remove unused #include <Q3Accel>. 17 anos atrás
  kevinkofler cf46a03477 Remove unnecessary Q3ButtonGroups, change remaining ones to QButtonGroups. 17 anos atrás