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 c971d1c680 Implement Find/Open file at cursor. 18 years ago
  kevinkofler f6eadf1b43 Fix annoying padding between system icons (especially apparent at 16x16). 18 years ago
  kevinkofler 3276320053 Implement Functions dialog. 18 years ago
  kevinkofler 8f889ca909 Implement function popup. 18 years ago
  kevinkofler 418fcf1c39 Also create the Functions popup menu for out-of-project source files. 18 years ago
  kevinkofler 6f1723caea Implement "delete overwritten errors" preference. 18 years ago
  kevinkofler 1e509612e0 Update/delete errors for a source file when adopting/deleting it. 18 years ago
  kevinkofler 70e24050a5 Match the Windows IDE's behavior for saving: 18 years ago
  kevinkofler 475c222b41 Implement "Auto-save project before compiling" preference. 18 years ago
  kevinkofler 412d8d271f Also handle out-of-project source file windows when enabling/disabling/showing/hiding actions during compiles. 18 years ago
  kevinkofler d5a409ba17 Implement "Add to Project" in SourceFileWindow. 18 years ago
  kevinkofler 8ab87a63d8 Apply the preferences to the source file windows. 18 years ago
  kevinkofler 941568c8ac Fix "Save As" file filters in SourceFileWindow. 18 years ago
  kevinkofler 28c3f52fa5 Fix handling of KDirWatch in SourceFileWindow. 18 years ago
  kevinkofler b169966388 Fix SourceFileWindow layout. 18 years ago
  kevinkofler 95a9ba3c94 Implement opening files outside of a project. 18 years ago
  kevinkofler e793f77a3f Handle captions for the SourceFileWindow. 18 years ago
  kevinkofler 4337f55111 Don't hardcode /usr/local/tigcc in the TIGCC Projects directory. 18 years ago
  kevinkofler c878e1991e Remove splitter and widget stack from SourceFileWindow. 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 8986968d38 Implement Find and Replace in the SourceFileWindow. 18 years ago
  kevinkofler 7e5178868d Don't duplicate SGetFileName and SGetFileNameMultiple because there should be only one lastDirectory. 18 years ago
  kevinkofler 2e58203449 Update SourceFileWindow menu (remove main-window-only entries, rename others), update init slot and applyPreferences slot, remove leftStatusLabel. 18 years ago
  kevinkofler 814eac1a41 Create SourceFileWindow as a copy of MainForm (unfinished, but compiles and links). 18 years ago