Commit History

Author SHA1 Message Date
  kevinkofler 0737329565 Make Ctrl+Return work for "Open file at cursor". 17 years ago
  kevinkofler ae492d5ef6 Finish porting completion now that the KatePart at least does something with it. (Argument hints still to do.) 17 years ago
  kevinkofler 97e68f5e56 Disable the shortcut for the KatePart's builtin find to make Ctrl+F unambiguously refer to my implementation of Find. 17 years ago
  kevinkofler 75d724f8a8 Fix DecodeOnCalcName to work like strncpy (fill remaining characters with \0). 17 years ago
  kevinkofler ed46a0902f Override KFindDialog::accept to prevent the non-modal find dialog from being closed when clicking "Find". 17 years ago
  kevinkofler f1d9bd5b2f Use KProcess instead of K3ProcIO and K3Process. 17 years ago
  kevinkofler bca8f65e73 Fix checking for success of KProcess::start (use KProcess::waitForStarted instead of KProcess::error). 17 years ago
  kevinkofler c851298065 Use KProcess instead of K3ProcIO. 17 years ago
  kevinkofler 8d823d1669 Port to new KDE 3.91.0 interface: 17 years ago
  kevinkofler c70067f78e Group the 2 consecutive *procio<<... lines into one. 17 years ago
  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 5b3cacd8e7 Add support for urlencoded on-calc file names. 17 years ago
  kevinkofler c9e92b2ef8 Fix CalcTolower (- -> +). 17 years ago
  kevinkofler d7ea841b64 Implement portable CalcTolower instead of relying on system tolower for names in the calculator charset. 17 years ago
  kevinkofler eec856e80e Refactor copying of on-calc names into DecodeOnCalcName so urldecoding can be added into a single place. 17 years ago
  kevinkofler a1dbd5d53e Handle settings.pack && settings.outputbin during Post-Processing now that it's a valid combination. 17 years ago
  kevinkofler 4e8e376523 Use new --output-data-var ld-tigcc switch instead of renaming hack. 17 years ago
  kevinkofler 1a05d4279b Document --output-data-var switch. 17 years ago
  kevinkofler 73b434b00f Implement --output-data-var switch (allows specifying the on-computer file name for the data variable). 17 years ago
  kevinkofler 2d9c881f74 Merge ATTRIBUTE_MAY_ALIAS patches from dasm-tigcc. 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
  kevinkofler 0a06b41511 Don't patch on-computer file size when --outputbin-main-only is given either. 17 years ago
  kevinkofler 5181b0125e Don't patch on-computer file size when --outputbin is given. 17 years ago
  kevinkofler e63354fa0b Regenerate .cdtproject with the latest Eclipse. 17 years ago
  kevinkofler 10410dc6d3 Fix emission of calculator builtins when using pucrunch compression. 17 years ago
  kevinkofler a091273289 Complete pucrunch support: fix sizes and checksum, actually call the compression function. 17 years ago
  kevinkofler a7870c9b19 Change pucrunch interface to take an EXP_FILE * so the checksum is computed. 17 years ago
  kevinkofler e670151683 Start implementing ExportPackedTIOSFile. 17 years ago
  kevinkofler 27e38bfa90 When --pack is given, make main file a ppg file and rename data variable (if it exists) to *-data.??y. 17 years ago
  kevinkofler 740805f51f Error out on an attempt to enable pucrunch for TARGET_EMBEDDED. 17 years ago