Commit History

Author SHA1 Message Date
  kevinkofler 80132e6bd4 Implement my own AssistantClient using KDE classes (KProcIO, KExtendedSocket) because QAssistantClient uses QProcess which conflicts with KProcess (fixes lockups while waiting for a process to complete). 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 f34d48f2eb Include qapplication.h instead of the deprecated qapp.h. 18 years ago
  kevinkofler 0acae66230 Implement help on right-click in the Program Options dialog. 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 a55fce781c Disable options when they can't be changed in the Project Options dialog. 18 years ago
  kevinkofler 525ea81844 Fix saving of MIN_AMS setting. 18 years ago
  kevinkofler 493da2c33a Fix 2 instances of setChecked(TRUE) in previous commit which should have been setChecked(FALSE). 18 years ago
  kevinkofler e90011f1fa Use setChecked(TRUE) instead of toggle() for defaulting the options to on (more logical, more robust for checkboxes). 18 years ago
  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
  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