Commit History

Author SHA1 Message Date
  kevinkofler a79c1f0cbc Edit menu part 4: Implement alternate (DOS SAA) accelerators for common edit operations. 18 years ago
  kevinkofler d6801ef34c Edit menu part 2: forward popup menu clicks to the appropriate slots. (Also rename badly-named slots.) 18 years ago
  kevinkofler 1c0a7787b2 Edit menu part 1: enable/disable items where appropriate. 18 years ago
  kevinkofler 7f3cbd2a6d Use a QWidgetStack and remove the default (grayed-out) view. 18 years ago
  kevinkofler c200d88691 Stop abusing Kate's document/view interface and create one document/view pair for each file. 18 years ago
  kevinkofler 804832935f Fix drag&drop between editable and non-editable categories. 18 years ago
  kevinkofler a1853ab7a0 Implement slot for KDirWatch: the reload prompt fully works now. 18 years ago
  kevinkofler ca770df05b Implement printing. 18 years ago
  kevinkofler 91e460ef7b Implement recent file list in the toolbar. 18 years ago
  kevinkofler 4de4e88619 closeEvent need not be a slot (changed to function). 18 years ago
  joeyadams 795cf45502 Added 'Add Files...' support. 18 years ago
  joeyadams 7b7741c08e Assigned slots to menu items that didn't have them yet. 18 years ago
  joeyadams 1ae6dd4c03 Added fileSave_save. 18 years ago
  joeyadams 5e5060fe32 Attached savePrompt to New Project and exiting (but it doesn't work correctly at all). 18 years ago
  joeyadams 38300639e5 Added functions MainForm::fileSavePrompt and MainForm::savePrompt. Didn't use them for anything yet. 18 years ago
  kevinkofler 6e015f5037 Fix status bar display glitch. 18 years ago
  kevinkofler da81fb6171 Fix tooltip for "Find symbol declaration". 18 years ago
  kevinkofler 6c5d829821 Keep track of current project separately from recent projects and reset the current project in fileNewProject. Also enter projects into the recent project list when saving. 18 years ago
  kevinkofler 768ff60c0d Implement recent project list. 18 years ago
  kevinkofler d163fbed0f Restore handling of old project folder when saving a project, files should be copied over. 18 years ago
  joeyadams 3d9aa09632 Added MainForm::fileSave_saveAs, but didn't use it for anything 18 years ago
  kevinkofler a71539a657 Split openProject out of fileOpen. Split clearProject out of fileNewProject and use it in openProject. Reset projectIsDirty flag in clearProject. 18 years ago
  kevinkofler b6daaf48e8 Delete old signatures of SGetFileName and SGetFileName_Multiple from mainform.ui. Delete unused CATEGORY_INDEX macro. 18 years ago
  joeyadams 8eb71b7877 Cleaned filter mess by providing defines for each individual file type as well as by creating the function MainForm::findFilter that can be reconfigured to support Quill and A68k visibility. 18 years ago
  kevinkofler 67764701c6 The old project name or path is irrelevant when saving. 18 years ago
  kevinkofler 36fad7e8ee Update left status label when counters change due to drag&drop. 18 years ago
  joeyadams b0a41f43f4 Broke up extractFileTreeInfo by creating a separate routine that lists all the file paths in every category of the project. The routine is extractAllFileNames. 18 years ago
  joeyadams d557039e66 Made thee status bar update correctly immediately when you rename a file. However, we still need to do things such as check for file name conflicts, empty file names, etc. 18 years ago
  joeyadams a6848ac8ce Creating a new file in the menu will now put the file in the right directory. 18 years ago
  joeyadams ff79838614 Files get path names automatically now, and when you save the project, all the path names are updated to the new project location. 18 years ago