커밋 기록

작성자 SHA1 메시지 날짜
  kevinkofler 6c8eb6c84f Urlencode on-calc file names passed to ld-tigcc instead of passing raw calculator charset on the command line. 17 년 전
  kevinkofler 2c5a0e36dd Use the builtin pucrunch support in the latest CVS ld-tigcc instead of ttpack and ttbin2oth. This also adds support for outputting unwrapped binaries for compressed files. 17 년 전
  konrad_m bfb4aaad63 Changed several Q3ValueVectors to QVector, and possibly a Q3ValueList somewhere. 17 년 전
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. 17 년 전
  kevinkofler fd293d03d9 Don't load the file text twice, once by hand and once in the KatePart. Use a faster peekFirstChar in the external source file case, and just remove the call in the others. 17 년 전
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 17 년 전
  kevinkofler 09dd392bab Add QTextCodec subclass wrapping libticonv, start using it. 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 4d567d0283 Run adapt-to-kde4-api.pl. 17 년 전
  kevinkofler 7cc5afdbfd Run qt3to4. 17 년 전
  kevinkofler 927d8c8118 Fix moving files across file systems after compilation not working. 18 년 전
  kevinkofler 61f8e487a8 Implement ttpack compression. 18 년 전
  kevinkofler f81c07e71b Convert settings.data_var and settings.pack_name from/to calculator charset. 18 년 전
  kevinkofler 4963fc462b Finish implementing compileFile. 18 년 전
  kevinkofler 0e50e3c77a All source files now have their LineStartList. 18 년 전
  kevinkofler d495161439 Implement source file splitting and debugging #line directives (code not used yet, will be used for temp files during compilation). 18 년 전
  kevinkofler e42dddb74b Fix tpr.h and preferences.h not to rely on any other header having been included first (use forward declaration where possible, include the header otherwise). 18 년 전
  kevinkofler 52056e26d3 Better error message for non-existing files ("not found" instead of the vague "is not a regular file"). 18 년 전
  kevinkofler da09872b22 Update/add copyright notices. 18 년 전
  joeyadams 964eb33c00 Added and implemented function newSettings so that when you create a new project, the project options for the previous project won't linger. 18 년 전
  kevinkofler c200d88691 Stop abusing Kate's document/view interface and create one document/view pair for each file. 18 년 전
  joeyadams cd9d7d988a Worked on the syntax highlighting preferences to XML function by creating a few functions that will be used later on for adding lists as well as hardcoding the symbol table within the SynToXML function. 18 년 전
  kevinkofler 846ba33e9a Bring getPathType back (without the redundant fopen check) and error on attempts to open/add folders or special files. 18 년 전
  kevinkofler fcf8a0f15a Remove redundant file existence checks (move file reading code up where needed) and delete unneeded getPathType function. 18 년 전
  joeyadams 795cf45502 Added 'Add Files...' support. 18 년 전
  kevinkofler c24e685163 Add missing MLink reloc type (was already in tprbuilder 1.0.15, Joey ported an old version). 18 년 전
  kevinkofler 6e17dfa7df New function copyFile. Use it in fileSave_saveAs to copy binary files. 18 년 전
  kevinkofler bb55ae670f Use correct default formats (RT_AMS for relocs, RT_DIRECT for ROM_CALLs) instead of RT_NONE. 18 년 전
  joeyadams 59fad2c1c2 Cleaned up the reloc type mess. Now there's RT_NONE, RT_DIRECT, and RT_AMS, along with their corresponding handlers in parse_file and save_tpr. 18 년 전