Commit History

Author SHA1 Message Date
  kevinkofler da09872b22 Update/add copyright notices. 18 years ago
  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. 18 years ago
  kevinkofler da114d2dae Fix Program Options dialog to default to the Welcome sheet. 18 years ago
  joeyadams 85805fec83 Fixed a boo-boo in the way a few of the radio buttons were placed. All radio buttons are now in button groups so that they will be mutually exclusive. 18 years ago
  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. 18 years ago
  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. 18 years ago
  joeyadams 651fc694c4 0. Finished laying out other tabs. 18 years ago
  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. 18 years ago
  joeyadams 8e507ccd91 Completed first tab of Project Options. 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
  joeyadams 90705da081 Finished first tab of Project Options (General) completely. Hopefully, I didn't forget anything. 18 years ago
  kevinkofler 85c2838bbf GCC 4.1.1-tigcc-pre6: updated GCC snapshot to 4.1-20060428. 18 years ago
  kevinkofler 418a05ebde Fix accelerator conflict. 18 years ago
  joeyadams 6a3c4a6655 Fixed first Project Options page (target), added second page. 18 years ago
  joeyadams b77c49961a Added incomplete Project Options UI file. 18 years ago
  kevinkofler db7fb32a81 Fix compilation on BSD (use GNU make) (patch by Joachim Jona). 18 years ago
  kevinkofler 633684dae7 Fix hexadecimal number syntax. 18 years ago
  kevinkofler 21db288c73 No need to delete CVS subdirectories of emptied (and no longer appearing in checkouts) directories. 18 years ago
  kevinkofler 20cca3871d Port ttunpack code to GNU as and drop hex array hack. 18 years ago
  kevinkofler 774da2079d Change jsr to jbsr. 18 years ago
  kevinkofler bd00532177 Add Lionel Debroux to the tprbuilder copyright notice. 18 years ago
  kevinkofler ff23152d41 tprbuilder patch by Lionel Debroux: add -D switch (pass defines to GCC) 18 years ago
  kevinkofler 3d57e6163d Update pstarter from CVS instead of local source directory. 18 years ago
  kevinkofler 3642799dba Import pstarter. 18 years ago
  joeyadams e1693a6716 Added syntax highlighting options to the TIGCCPrefs structure. 18 years ago
  kevinkofler dcf73c9c98 MOV is not an A68k keyword. 18 years ago
  kevinkofler f0eabd6ce3 Use lowercase internal name so we don't get both KTIGCCrc and ktigccrc config files. 18 years ago
  joeyadams e2b7d937b5 Implemented configuration saving for current preference structure items. 18 years ago
  joeyadams abb9401d27 Set up loadPreferences/savePreferences/defaultPreferences interface, but it does not actually load or save yet. 18 years ago
  joeyadams b827af1418 Fixed issue with creating C files through the menu so it's in sync with creating them through the context menu. 18 years ago