kevinkofler 07c5dfc059 First step towards moving to KDE 4. пре 17 година
..
.settings c7740c0c9d Import Eclipse CDT project. пре 17 година
fedora 9d533bb958 Bump version to 1.07. Bump copyright years. пре 17 година
images 74a26f26e9 Add small version of TIGCC IDE icon. Use it for the .desktop file in the RPM and for the task bar. пре 18 година
.cdtproject c7740c0c9d Import Eclipse CDT project. пре 17 година
.cvsignore c7740c0c9d Import Eclipse CDT project. пре 17 година
.project c7740c0c9d Import Eclipse CDT project. пре 17 година
COPYING da09872b22 Update/add copyright notices. пре 18 година
ChangeLog eb48103d44 Add a full changelog (generated from CVS logs). пре 17 година
INSTALL abb25aaba6 Add ktigcc-completion-data*.noarch.rpm to the rpm lines. пре 17 година
KTIGCC.anjuta 65fd8399ca Add Anjuta 2 project. пре 17 година
NEWS 74e6882028 Fix stray indentation at the end of the line when autoclosing a curly brace as ENTER is pressed. пре 17 година
assistant.cpp c19f3068ed Try sending SIGTERM (KProcess::kill()) before resorting to SIGKILL (KProcess::~KProcess()). пре 18 година
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). пре 18 година
callbacks.cpp 996c79e479 Fix typo. (Doesn't really matter in practice.) пре 18 година
callbacks.h 47b613cd06 Implement progress bars for transfers to a real calculator. пре 18 година
colorlistitem.h 1aab02b749 Implement setting colors of parentheses. пре 18 година
completion.cpp 8575acd4fe Bump version to 1.03. пре 17 година
completion.h 508470b581 Implement argument hint popups. пре 18 година
configure 07c5dfc059 First step towards moving to KDE 4. пре 17 година
customstyle.ui 696ce7eb3d Delete unused "newSlot()" slot. пре 18 година
errorlist.ui b6134236db Fix Ctrl+C/Ctrl+Ins conflict between main window and error list. (Now works as expected: They apply to the error window if it has the focus, and the main window otherwise.) пре 18 година
errorlist.ui.h b6134236db Fix Ctrl+C/Ctrl+Ins conflict between main window and error list. (Now works as expected: They apply to the error window if it has the focus, and the main window otherwise.) пре 18 година
functions.ui 3276320053 Implement Functions dialog. пре 18 година
functions.ui.h 3276320053 Implement Functions dialog. пре 18 година
ktigcc.cpp 9d533bb958 Bump version to 1.07. Bump copyright years. пре 17 година
ktigcc.h dd6adffa3c Bump version to 1.01. пре 18 година
ktigcc.pro 07c5dfc059 First step towards moving to KDE 4. пре 17 година
mainform.ui d23938bc9e Allow using F8 instead of Ctrl+F9. пре 18 година
mainform.ui.h 74e6882028 Fix stray indentation at the end of the line when autoclosing a curly brace as ENTER is pressed. пре 17 година
newsdlg.ui 1848f2acf6 Implement "Download headlines on startup" preference, News dialog Refresh and Visit buttons. (But no actual news downloading yet.) пре 18 година
newsdlg.ui.h 2de308c079 Fix proxy server page title getting translated while everything else doesn't. пре 18 година
parsing.cpp d4d273fc48 Parse .hsf files for system header completion info. пре 18 година
parsing.h d4d273fc48 Parse .hsf files for system header completion info. пре 18 година
preferences.cpp 8caeb1d8e0 Add tas to default Integer Arithmetic instructions. пре 17 година
preferences.h 2c6600dca9 Implement customizable list of templates. Can't actually be used yet though. пре 18 година
preferencesdlg.ui 83fe5b2da5 Add keyboard accelerators to Preferences/Coding. пре 18 година
preferencesdlg.ui.h 898234d4c4 Remember the directory used for include/c during completion information parsing. пре 18 година
programoptions.ui 4b6e33fe60 Fix missing layout in the Operating System tab of the Program Options dialog. пре 17 година
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). пре 18 година
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. пре 18 година
projectoptions.ui 1bd7d24bc6 Revert unasked-for geometry change. пре 18 година
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.) пре 18 година
selectcolors.ui 1aab02b749 Implement setting colors of parentheses. пре 18 година
selectcolors.ui.h 1aab02b749 Implement setting colors of parentheses. пре 18 година
selectstyle.ui 1c9c9f0817 Fix spelling of "strikeOut" in generated XML files (Kate wants the O capitalized). пре 18 година
selectstyle.ui.h 1c9c9f0817 Fix spelling of "strikeOut" in generated XML files (Kate wants the O capitalized). пре 18 година
srcfile.h a98a0a1506 Allow disabling syntax highlighting from the preferences. пре 18 година
srcfilewin.ui ac541b7eb2 Implement completion on Ctrl+Space (or Ctrl+M). пре 18 година
srcfilewin.ui.h 74e6882028 Fix stray indentation at the end of the line when autoclosing a curly brace as ENTER is pressed. пре 17 година
tiemu.h 9c76ca7ff1 Import the TiEmu DCOP SDK (technically part of TiEmu, but not worth making a library of). пре 18 година
tiemu_stub.cpp 9c76ca7ff1 Import the TiEmu DCOP SDK (technically part of TiEmu, but not worth making a library of). пре 18 година
tiemu_stub.h 9c76ca7ff1 Import the TiEmu DCOP SDK (technically part of TiEmu, but not worth making a library of). пре 18 година
toolprops.ui 5e7995b385 Implement browse button for ToolProperties. пре 18 година
toolprops.ui.h 5e7995b385 Implement browse button for ToolProperties. пре 18 година
toolsdlg.ui d170008362 Implement ToolsDialog (but needs ToolProperties to be of use). пре 18 година
toolsdlg.ui.h 18db7dd6f3 Implement ToolProperties. пре 18 година
tpr.cpp e8e16f7bc4 Fix wrong length computations when writing to a file in UTF-8 or other multibyte charsets. пре 17 година
tpr.h 927d8c8118 Fix moving files across file systems after compilation not working. пре 18 година
wordlist.ui 53bb89368a Design dialogs for syntax highlighting customization. пре 18 година