Historique des commits

Auteur SHA1 Message Date
  kevinkofler 87a09efc06 Implement Browse button for the post-build command line in the Project Options dialog. (I somehow forgot that when I finished the dialog.) il y a 18 ans
  kevinkofler d495161439 Implement source file splitting and debugging #line directives (code not used yet, will be used for temp files during compilation). il y a 18 ans
  kevinkofler 3af8c3fddf Check for fargo.a and flashos.a availability. Refuse to load Fargo resp. Flash OS projects and hide Fargo resp. FlashOS options from the project options if they are missing. il y a 18 ans
  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). il y a 18 ans
  kevinkofler 493da2c33a Fix 2 instances of setChecked(TRUE) in previous commit which should have been setChecked(FALSE). il y a 18 ans
  kevinkofler e90011f1fa Use setChecked(TRUE) instead of toggle() for defaulting the options to on (more logical, more robust for checkboxes). il y a 18 ans
  joeyadams 5fa9a2e82b Added ExportSettings entries for Compilation and Post-Build tabs. il y a 18 ans
  kevinkofler bb24058340 Set accelerators for label - edit box pairs properly. il y a 18 ans
  kevinkofler da09872b22 Update/add copyright notices. il y a 18 ans
  joeyadams 28660223d9 Gave all pages of both the Project Options and the Program Options the ability to read in settings, but not the ability to write them back. il y a 18 ans
  joeyadams 12a73c48bb Changed how ProjectOptions instantiates ProgramOptions: now only one instance of ProgramOptions lasts an entire ProjectOptions session which allows us to mirror the TIGCC IDE's behavior of Program Options. il y a 18 ans
  joeyadams 73fdad3400 Laid out Program Options, added it to the project, and made it viewable when you press the Program Options button in Project Options. il y a 18 ans
  joeyadams 651fc694c4 0. Finished laying out other tabs. il y a 18 ans
  joeyadams e1769e5de9 Changed Alt key shortcuts for Project Options controls to be more consistent with the original TIGCC while still keeping the OK and Cancel buttons with their Qt-set defaults of &OK and &Cancel. il y a 18 ans
  joeyadams 8e507ccd91 Completed first tab of Project Options. il y a 18 ans