Историја ревизија

Аутор 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 година