godzil 686a501b96 Big commit, change the properties of a lot of text file to use native eol, and force all of the documentation files to user CRLF eol. Remove some artefacts from CVS (.cvsignores file and a CVSROOT folder) and add svn:keywords to all files in the repository vor 15 Jahren
..
.settings c7740c0c9d Import Eclipse CDT project. vor 17 Jahren
debian e5d83ebe33 Added Debian packaging files. vor 17 Jahren
fedora 44d2bee6e3 Bump version to 1.08. vor 17 Jahren
images 74a26f26e9 Add small version of TIGCC IDE icon. Use it for the .desktop file in the RPM and for the task bar. vor 18 Jahren
.cdtproject c7740c0c9d Import Eclipse CDT project. vor 17 Jahren
.project c7740c0c9d Import Eclipse CDT project. vor 17 Jahren
COPYING da09872b22 Update/add copyright notices. vor 18 Jahren
ChangeLog 6f903e61a4 KTIGCC 1.07 release. vor 17 Jahren
INSTALL b47ee3bc20 Fix installation instructions: vor 17 Jahren
KTIGCC.anjuta 65fd8399ca Add Anjuta 2 project. vor 17 Jahren
NEWS c0635ede86 Fix extra newline incorrectly added each time a file is saved. vor 17 Jahren
assistant.cpp c19f3068ed Try sending SIGTERM (KProcess::kill()) before resorting to SIGKILL (KProcess::~KProcess()). vor 18 Jahren
assistant.h 80132e6bd4 Implement my own AssistantClient using KDE classes (KProcIO, KExtendedSocket) because QAssistantClient uses QProcess which conflicts with KProcess (fixes lockups while waiting for a process to complete). vor 18 Jahren
callbacks.cpp 996c79e479 Fix typo. (Doesn't really matter in practice.) vor 18 Jahren
callbacks.h 47b613cd06 Implement progress bars for transfers to a real calculator. vor 18 Jahren
colorlistitem.h 1aab02b749 Implement setting colors of parentheses. vor 18 Jahren
completion.cpp 8575acd4fe Bump version to 1.03. vor 17 Jahren
completion.h 508470b581 Implement argument hint popups. vor 18 Jahren
configure 415078bcf9 Add dummy configure script which just runs qmake and prints an error if it was not found. vor 18 Jahren
customstyle.ui 696ce7eb3d Delete unused "newSlot()" slot. vor 18 Jahren
errorlist.ui daf856772a Don't grab the keyboard globally (stealing key presses from other apps) in the Errors&Warnings pane, only override the Ctrl+C and Ctrl+Ins accelerators. vor 17 Jahren
errorlist.ui.h daf856772a Don't grab the keyboard globally (stealing key presses from other apps) in the Errors&Warnings pane, only override the Ctrl+C and Ctrl+Ins accelerators. vor 17 Jahren
functions.ui 3276320053 Implement Functions dialog. vor 18 Jahren
functions.ui.h 3276320053 Implement Functions dialog. vor 18 Jahren
ktigcc.cpp 44d2bee6e3 Bump version to 1.08. vor 17 Jahren
ktigcc.h dd6adffa3c Bump version to 1.01. vor 17 Jahren
ktigcc.pro eb48103d44 Add a full changelog (generated from CVS logs). vor 17 Jahren
mainform.ui d23938bc9e Allow using F8 instead of Ctrl+F9. vor 18 Jahren
mainform.ui.h 9c448e1cf1 Make Ctrl+Return work for "Open file at cursor". vor 17 Jahren
newsdlg.ui 1848f2acf6 Implement "Download headlines on startup" preference, News dialog Refresh and Visit buttons. (But no actual news downloading yet.) vor 18 Jahren
newsdlg.ui.h 2de308c079 Fix proxy server page title getting translated while everything else doesn't. vor 18 Jahren
parsing.cpp d4d273fc48 Parse .hsf files for system header completion info. vor 18 Jahren
parsing.h d4d273fc48 Parse .hsf files for system header completion info. vor 18 Jahren
preferences.cpp ab9d923d33 Don't hardcode ~/.kde for localkdedir (KDEHOME). vor 17 Jahren
preferences.h 2c6600dca9 Implement customizable list of templates. Can't actually be used yet though. vor 18 Jahren
preferencesdlg.ui 83fe5b2da5 Add keyboard accelerators to Preferences/Coding. vor 18 Jahren
preferencesdlg.ui.h 898234d4c4 Remember the directory used for include/c during completion information parsing. vor 18 Jahren
programoptions.ui 8bddd6599d Fix missing word wrap on the data variable reloc label in Program Options. vor 17 Jahren
programoptions.ui.h 80132e6bd4 Implement my own AssistantClient using KDE classes (KProcIO, KExtendedSocket) because QAssistantClient uses QProcess which conflicts with KProcess (fixes lockups while waiting for a process to complete). vor 18 Jahren
programoutput.ui 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. vor 18 Jahren
projectoptions.ui 1bd7d24bc6 Revert unasked-for geometry change. vor 17 Jahren
projectoptions.ui.h 87a09efc06 Implement Browse button for the post-build command line in the Project Options dialog. (I somehow forgot that when I finished the dialog.) vor 18 Jahren
selectcolors.ui 1aab02b749 Implement setting colors of parentheses. vor 18 Jahren
selectcolors.ui.h 1aab02b749 Implement setting colors of parentheses. vor 18 Jahren
selectstyle.ui 1c9c9f0817 Fix spelling of "strikeOut" in generated XML files (Kate wants the O capitalized). vor 18 Jahren
selectstyle.ui.h 1c9c9f0817 Fix spelling of "strikeOut" in generated XML files (Kate wants the O capitalized). vor 18 Jahren
srcfile.h a98a0a1506 Allow disabling syntax highlighting from the preferences. vor 18 Jahren
srcfilewin.ui ac541b7eb2 Implement completion on Ctrl+Space (or Ctrl+M). vor 18 Jahren
srcfilewin.ui.h 9c448e1cf1 Make Ctrl+Return work for "Open file at cursor". vor 17 Jahren
tiemu.h 9c76ca7ff1 Import the TiEmu DCOP SDK (technically part of TiEmu, but not worth making a library of). vor 18 Jahren
tiemu_stub.cpp 9c76ca7ff1 Import the TiEmu DCOP SDK (technically part of TiEmu, but not worth making a library of). vor 18 Jahren
tiemu_stub.h 9c76ca7ff1 Import the TiEmu DCOP SDK (technically part of TiEmu, but not worth making a library of). vor 18 Jahren
toolprops.ui 5e7995b385 Implement browse button for ToolProperties. vor 18 Jahren
toolprops.ui.h 5e7995b385 Implement browse button for ToolProperties. vor 18 Jahren
toolsdlg.ui d170008362 Implement ToolsDialog (but needs ToolProperties to be of use). vor 18 Jahren
toolsdlg.ui.h 18db7dd6f3 Implement ToolProperties. vor 18 Jahren
tpr.cpp c0635ede86 Fix extra newline incorrectly added each time a file is saved. vor 17 Jahren
tpr.h c0635ede86 Fix extra newline incorrectly added each time a file is saved. vor 17 Jahren
wordlist.ui 53bb89368a Design dialogs for syntax highlighting customization. vor 18 Jahren