Commit History

Author SHA1 Message Date
  kevinkofler 74a26f26e9 Add small version of TIGCC IDE icon. Use it for the .desktop file in the RPM and for the task bar. 18 years ago
  kevinkofler 6da0826202 Start implementing Help/News. 18 years ago
  kevinkofler 3276320053 Implement Functions dialog. 18 years ago
  kevinkofler 145b0759c9 Implement parsing functions for the function list. C files are parsed using Exuberant Ctags (http://ctags.sourceforge.net). Assembly files are parsed for labels by hand. 18 years ago
  kevinkofler 47b613cd06 Implement progress bars for transfers to a real calculator. 18 years ago
  kevinkofler 9c76ca7ff1 Import the TiEmu DCOP SDK (technically part of TiEmu, but not worth making a library of). 18 years ago
  kevinkofler bfdac8087f Implement Program Output dialog. 18 years ago
  kevinkofler 89455a7bde Set the correct pixmaps for the error messages. 18 years ago
  kevinkofler 9ed8d19817 Create Errors and Warnings window. 18 years ago
  kevinkofler 058ec3a4e9 Update Anjuta project for INSTALL file addition. 18 years ago
  kevinkofler b172e7a78d Don't use static variables in SourceFileWindow, we need one copy of each variable per instance. 18 years ago
  kevinkofler 814eac1a41 Create SourceFileWindow as a copy of MainForm (unfinished, but compiles and links). 18 years ago
  kevinkofler b16a0a6821 Credit the borrowed images properly. 18 years ago
  kevinkofler 047065ee32 Use "folder" instead of "folder_flat" to make the folder icon display for Crystal. 18 years ago
  kevinkofler ae9705b0a9 Add missing icon for the about dialog. 18 years ago
  kevinkofler 0d35fb4b7d Add RPM spec file. 18 years ago
  kevinkofler 192d194d07 Implement Preferences dialog. 18 years ago
  kevinkofler ec0d7c6d85 Rename *.cxx to *.cpp for consistency. 18 years ago
  kevinkofler 30e488e336 More work on the Preferences dialog: 18 years ago
  kevinkofler 9a315455ef Design Preferences dialog and update TIGCCPrefs structure. 18 years ago
  kevinkofler fbc3468721 Replace QLineEdit with KLineEdit, QPushButton with KPushButton (but not QTabWidget with KTabWidget which isn't well-supported by Qt Designer). 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 90705da081 Finished first tab of Project Options (General) completely. Hopefully, I didn't forget anything. 18 years ago
  joeyadams 34f652f105 Added preferences.h and preferences.cxx to the project files. 18 years ago
  kevinkofler 059a55c9f9 Create new file ktigcc.h containing prototypes for ktigcc.cpp, use it in mainform.ui.h. 18 years ago
  kevinkofler fc346c1246 Use "make", not "make -k", to build. (Hopefully, it will stick this time.) 18 years ago
  kevinkofler 60e92d924a Correct ordering in drag&drop code. 18 years ago
  joeyadams 15d949afc5 Updating to accept tpr.cxx and tpr.h. 18 years ago
  kevinkofler 50c6c921c8 Highlight Quill like C until we get a Quill syntax file for Kate. 18 years ago
  kevinkofler 8287402122 Gray out the KatePart when it is disabled. (That was a lot harder than it should be.) 18 years ago