Commit History

Author SHA1 Message Date
  kevinkofler ae9705b0a9 Add missing icon for the about dialog. 18 years ago
  kevinkofler 9dd676c8d1 Fix regression in read_line. 18 years ago
  kevinkofler 0d35fb4b7d Add RPM spec file. 18 years ago
  kevinkofler 22e0cc726e Make sure make dist actually packages a working tarball and add dist-bzip2 target. 18 years ago
  kevinkofler 165645899a Remove installEventFilter call (leftover from previous failed attempt at hooking Enter/Return). 18 years ago
  kevinkofler 488b5421d2 Improve Auto Blocks: 18 years ago
  kevinkofler 0576836ded Rename CF_REMOVE_SPACES_ONLINE to CF_REMOVE_TRAILING_DYN to match the cfRemoveTrailingDyn name used internally by Kate. 18 years ago
  kevinkofler 70e154095b Fix graphical glitch when changing the tab width (IMHO a KatePart redrawing bug). 18 years ago
  kevinkofler 60e56e90b9 Kate::View already implements DynWordWrapInterface, so it's no use requesting it explicitly. 18 years ago
  kevinkofler f622340a4e Properly mark the 2 Auto Blocks changes as a single undo unit (doesn't seem to matter anyway, but let's do it the right way). 18 years ago
  kevinkofler ad8b0c72ed Implement Auto Blocks. 18 years ago
  kevinkofler f524f71cf3 Fix regex for "Remove Trailing Spaces" not to eat empty lines. 18 years ago
  kevinkofler 98e34dd422 Implement "Remove trailing spaces" (the same way as Kate implements it: remove them on load, save and on the edits Kate removes them on (pressing Enter, basically)). 18 years ago
  kevinkofler 8b17c60d01 Apply the preferences concerning the KatePart to the KatePart views. 18 years ago
  kevinkofler 6cc5510b52 Load/save preferences and update KatePart color schema from the preferences. 18 years ago
  kevinkofler 192d194d07 Implement Preferences dialog. 18 years ago
  kevinkofler 415078bcf9 Add dummy configure script which just runs qmake and prints an error if it was not found. 18 years ago
  kevinkofler 7d5cbb4809 Honor $TIGCC during make install. 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 e58686c0c7 Clarify what "Auto-save project" does. 18 years ago
  kevinkofler 0653d43e57 Fix some more duplicate/missing accelerators found during KTIGCC development. 18 years ago
  kevinkofler a628c6910d Don't open a new replace dialog if currently replacing something. 18 years ago
  kevinkofler a697a2422a Implement replace. 18 years ago
  kevinkofler d523ef051b More preparations towards implementing replace. 18 years ago
  kevinkofler 48a96c5096 Use setCursorPositionReal and cursorColumnReal instead of setCursorPosition and cursorColumn in find and replace. 18 years ago
  kevinkofler 04f571d7a6 Implement Find. Start implementing Replace. 18 years ago
  kevinkofler 385a68dc45 Incomplete implementation of Find (only brings up the dialog, doesn't actually find anything yet). 18 years ago
  kevinkofler 5f356c1944 Remove lineColToPos, posToLineCol again, they won't be needed after all. 18 years ago