Commit History

Author SHA1 Message Date
  kevinkofler 6c8eb6c84f Urlencode on-calc file names passed to ld-tigcc instead of passing raw calculator charset on the command line. 17 years ago
  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 years ago
  konrad_m bfb4aaad63 Changed several Q3ValueVectors to QVector, and possibly a Q3ValueList somewhere. 17 years ago
  kevinkofler c38b3f7534 Let the KatePart save the files. Remove no longer used saveFileText. 17 years ago
  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 years ago
  kevinkofler 5b534c97fa Removed unused Q3CString instanceName; in debugPause and debugReset. 17 years ago
  kevinkofler 09dd392bab Add QTextCodec subclass wrapping libticonv, start using it. 17 years ago
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. 17 years ago
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. 17 years ago
  kevinkofler 4d567d0283 Run adapt-to-kde4-api.pl. 17 years ago
  kevinkofler 7cc5afdbfd Run qt3to4. 17 years ago
  kevinkofler 927d8c8118 Fix moving files across file systems after compilation not working. 17 years ago
  kevinkofler 61f8e487a8 Implement ttpack compression. 18 years ago
  kevinkofler f81c07e71b Convert settings.data_var and settings.pack_name from/to calculator charset. 18 years ago
  kevinkofler 4963fc462b Finish implementing compileFile. 18 years ago
  kevinkofler 0e50e3c77a All source files now have their LineStartList. 18 years ago
  kevinkofler d495161439 Implement source file splitting and debugging #line directives (code not used yet, will be used for temp files during compilation). 18 years ago
  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 years ago
  kevinkofler 52056e26d3 Better error message for non-existing files ("not found" instead of the vague "is not a regular file"). 18 years ago
  kevinkofler da09872b22 Update/add copyright notices. 18 years ago
  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 years ago
  kevinkofler c200d88691 Stop abusing Kate's document/view interface and create one document/view pair for each file. 18 years ago
  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 years ago
  kevinkofler 846ba33e9a Bring getPathType back (without the redundant fopen check) and error on attempts to open/add folders or special files. 18 years ago
  kevinkofler fcf8a0f15a Remove redundant file existence checks (move file reading code up where needed) and delete unneeded getPathType function. 18 years ago
  joeyadams 795cf45502 Added 'Add Files...' support. 18 years ago
  kevinkofler c24e685163 Add missing MLink reloc type (was already in tprbuilder 1.0.15, Joey ported an old version). 18 years ago
  kevinkofler 6e17dfa7df New function copyFile. Use it in fileSave_saveAs to copy binary files. 18 years ago
  kevinkofler bb55ae670f Use correct default formats (RT_AMS for relocs, RT_DIRECT for ROM_CALLs) instead of RT_NONE. 18 years ago
  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 years ago