Revīziju vēsture

Autors SHA1 Ziņojums Datums
  kevinkofler d69585e5b0 Remove no longer supported stdItem properties from .ui files, this has to be set in the code now. 17 gadi atpakaļ
  kevinkofler 70873dfb3b Change framed Q3ButtonGroups to QGroupBoxes. 17 gadi atpakaļ
  kevinkofler db3acdaef5 Fix "name TabPage is already used" warnings. 17 gadi atpakaļ
  kevinkofler 63ce131eb3 Switch from image collection to the new Qt 4 resource system. 17 gadi atpakaļ
  kevinkofler f10561bc09 Convert .ui files to Qt 4 format: 17 gadi atpakaļ
  kevinkofler 1bd7d24bc6 Revert unasked-for geometry change. 17 gadi atpakaļ
  kevinkofler befc4ba057 Fix the Project Options dialog not reacting correctly to changing the target from a regular program to another target or the other way round. 17 gadi atpakaļ
  kevinkofler f911a29b09 Use the KPushButton::stdItem property so pushbuttons honor the system-wide preference to show icons next to standard pushbutton. Also remove minimum sizes for pushbuttons for consistency. 18 gadi atpakaļ
  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.) 18 gadi atpakaļ
  kevinkofler 493da2c33a Fix 2 instances of setChecked(TRUE) in previous commit which should have been setChecked(FALSE). 18 gadi atpakaļ
  kevinkofler bb24058340 Set accelerators for label - edit box pairs properly. 18 gadi atpakaļ
  kevinkofler fbc3468721 Replace QLineEdit with KLineEdit, QPushButton with KPushButton (but not QTabWidget with KTabWidget which isn't well-supported by Qt Designer). 18 gadi atpakaļ
  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 gadi atpakaļ
  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 gadi atpakaļ
  joeyadams 651fc694c4 0. Finished laying out other tabs. 18 gadi atpakaļ
  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 gadi atpakaļ
  joeyadams 90705da081 Finished first tab of Project Options (General) completely. Hopefully, I didn't forget anything. 18 gadi atpakaļ
  joeyadams 6a3c4a6655 Fixed first Project Options page (target), added second page. 18 gadi atpakaļ
  joeyadams b77c49961a Added incomplete Project Options UI file. 18 gadi atpakaļ