.. |
.settings
|
9d0ceb0b25
Update Eclipse CDT project.
|
15 years ago |
debian
|
17060f5142
Added debian folder.
|
15 years ago |
fedora
|
4f5551a778
Bump required KDE version to 4.0.0.
|
15 years ago |
images
|
8420e31ce5
Adapt icon names to Oxygen icons / freedesktop.org icon naming spec.
|
16 years ago |
mingw
|
2de97b09b5
Use the glib from the gladewin32 package for cross-MinGW builds because kde-windows no longer provides one:
|
15 years ago |
.cdtproject
|
e63354fa0b
Regenerate .cdtproject with the latest Eclipse.
|
15 years ago |
.cproject
|
9d0ceb0b25
Update Eclipse CDT project.
|
15 years ago |
.project
|
831935a909
Update Eclipse project name.
|
16 years ago |
COPYING
|
da09872b22
Update/add copyright notices.
|
17 years ago |
ChangeLog
|
dde0904689
Use more descriptive variable names instead of "zod".
|
16 years ago |
INSTALL
|
4f5551a778
Bump required KDE version to 4.0.0.
|
15 years ago |
KTIGCC.anjuta
|
65fd8399ca
Add Anjuta 2 project.
|
16 years ago |
NEWS
|
38d6ab4dc1
#include <cstring> instead of <cstdlib> for std::memset (fixes build with g++ 4.3).
|
15 years ago |
callbacks.cpp
|
ee1999a7a5
Update copyright date.
|
15 years ago |
callbacks.h
|
47b613cd06
Implement progress bars for transfers to a real calculator.
|
16 years ago |
colorlistitem.h
|
5e6f24d311
Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>.
|
16 years ago |
completion.cpp
|
ba857d5614
Change completion model so the comments are actually displayed.
|
15 years ago |
completion.h
|
78570e1ffe
Remove unneeded private variable completionModel (left over from previous attempt at fixing the completion crash) again.
|
15 years ago |
configure
|
68ba723603
Allow setting CXXFLAGS on the qmake command line.
|
15 years ago |
customstyle.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
customstyle.h
|
f035f96bcb
Consistently use #pragma once as the include guard.
|
16 years ago |
customstyle.ui
|
d69585e5b0
Remove no longer supported stdItem properties from .ui files, this has to be set in the code now.
|
16 years ago |
errorlist.cpp
|
c33a98b079
Delete pointless boilerplate comments from uic3.
|
16 years ago |
errorlist.h
|
3d38b6bf03
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.
|
16 years ago |
errorlist.ui
|
63ce131eb3
Switch from image collection to the new Qt 4 resource system.
|
16 years ago |
functions.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
functions.h
|
f035f96bcb
Consistently use #pragma once as the include guard.
|
16 years ago |
functions.ui
|
d69585e5b0
Remove no longer supported stdItem properties from .ui files, this has to be set in the code now.
|
16 years ago |
icons.qrc
|
b16517e028
Remove deleted icons/filereplace.png from list of resources.
|
16 years ago |
ktigcc.cpp
|
66431c4837
Drop NEW_KABOUTDATA_API hack, always assume new API now that we require KDE 3.92.0.
|
15 years ago |
ktigcc.h
|
0e6805757b
Merge SourceFile into SourceFileWindow, srcfile.h into srcfilewin.h.
|
16 years ago |
ktigcc.pro
|
f16a8e8a06
Add support for KDE 4 library symlinks in libdir/kde4/devel (for parallel-installability with KDE 3).
|
15 years ago |
mainform.cpp
|
4f5551a778
Bump required KDE version to 4.0.0.
|
15 years ago |
mainform.h
|
f1d9bd5b2f
Use KProcess instead of K3ProcIO and K3Process.
|
15 years ago |
mainform.ui
|
e1905aa537
Add .png extension to extensionless images.
|
16 years ago |
newsdlg.cpp
|
f4ecf5e086
Port to new KDE 3.94.0 KConfig API:
|
15 years ago |
newsdlg.h
|
f035f96bcb
Consistently use #pragma once as the include guard.
|
16 years ago |
newsdlg.ui
|
0da2361535
Revert change of selectionMode from NoSelection to Q3ListBox::Single (set to Q3ListBox::NoSelection) in newsdlg.ui.
|
16 years ago |
parsing.cpp
|
bca8f65e73
Fix checking for success of KProcess::start (use KProcess::waitForStarted instead of KProcess::error).
|
15 years ago |
parsing.h
|
bfb4aaad63
Changed several Q3ValueVectors to QVector, and possibly a Q3ValueList somewhere.
|
16 years ago |
preferences.cpp
|
f4ecf5e086
Port to new KDE 3.94.0 KConfig API:
|
15 years ago |
preferences.h
|
bfb4aaad63
Changed several Q3ValueVectors to QVector, and possibly a Q3ValueList somewhere.
|
16 years ago |
preferencesdlg.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
preferencesdlg.h
|
fe8d84adc1
Get rid of remaining init() and destroy() slots/methods, use constructors and destructors directly throughout.
|
16 years ago |
preferencesdlg.ui
|
571bc5b9da
Replace Q3ButtonGroups with QGroupBoxes.
|
16 years ago |
programoptions.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
programoptions.h
|
3079a8cca4
Drop no longer needed #define hacks for __attribute__((unused)).
|
16 years ago |
programoptions.ui
|
cf46a03477
Remove unnecessary Q3ButtonGroups, change remaining ones to QButtonGroups.
|
16 years ago |
programoutput.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
programoutput.h
|
f035f96bcb
Consistently use #pragma once as the include guard.
|
16 years ago |
programoutput.ui
|
0da2361535
Revert change of selectionMode from NoSelection to Q3ListBox::Single (set to Q3ListBox::NoSelection) in newsdlg.ui.
|
16 years ago |
projectoptions.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
projectoptions.h
|
fe8d84adc1
Get rid of remaining init() and destroy() slots/methods, use constructors and destructors directly throughout.
|
16 years ago |
projectoptions.ui
|
d69585e5b0
Remove no longer supported stdItem properties from .ui files, this has to be set in the code now.
|
16 years ago |
selectcolors.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
selectcolors.h
|
f035f96bcb
Consistently use #pragma once as the include guard.
|
16 years ago |
selectcolors.ui
|
d69585e5b0
Remove no longer supported stdItem properties from .ui files, this has to be set in the code now.
|
16 years ago |
selectstyle.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
selectstyle.h
|
f035f96bcb
Consistently use #pragma once as the include guard.
|
16 years ago |
selectstyle.ui
|
d69585e5b0
Remove no longer supported stdItem properties from .ui files, this has to be set in the code now.
|
16 years ago |
srcfilewin.cpp
|
4f5551a778
Bump required KDE version to 4.0.0.
|
15 years ago |
srcfilewin.h
|
0737329565
Make Ctrl+Return work for "Open file at cursor".
|
15 years ago |
srcfilewin.ui
|
e1905aa537
Add .png extension to extensionless images.
|
16 years ago |
tiemu.h
|
6c37bcf4e7
Replace TiEmu DCOP stub with D-Bus proxy.
|
16 years ago |
tiemu_dbus.xml
|
6c37bcf4e7
Replace TiEmu DCOP stub with D-Bus proxy.
|
16 years ago |
tiemu_stub.cpp
|
6c37bcf4e7
Replace TiEmu DCOP stub with D-Bus proxy.
|
16 years ago |
tiemu_stub.h
|
6c37bcf4e7
Replace TiEmu DCOP stub with D-Bus proxy.
|
16 years ago |
toolprops.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
toolprops.h
|
d69585e5b0
Remove no longer supported stdItem properties from .ui files, this has to be set in the code now.
|
16 years ago |
toolprops.ui
|
d69585e5b0
Remove no longer supported stdItem properties from .ui files, this has to be set in the code now.
|
16 years ago |
toolsdlg.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
toolsdlg.h
|
0da2361535
Revert change of selectionMode from NoSelection to Q3ListBox::Single (set to Q3ListBox::NoSelection) in newsdlg.ui.
|
16 years ago |
toolsdlg.ui
|
d69585e5b0
Remove no longer supported stdItem properties from .ui files, this has to be set in the code now.
|
16 years ago |
tpr.cpp
|
79c03e95c4
Sync with upstream bugfixes:
|
14 years ago |
tpr.h
|
6c8eb6c84f
Urlencode on-calc file names passed to ld-tigcc instead of passing raw calculator charset on the command line.
|
15 years ago |
wordlist.cpp
|
f57420f854
Call setGuiItem with a KStandardGuiItem in the code for the KPushButtons which used to have stdItem set.
|
16 years ago |
wordlist.h
|
f035f96bcb
Consistently use #pragma once as the include guard.
|
16 years ago |
wordlist.ui
|
0da2361535
Revert change of selectionMode from NoSelection to Q3ListBox::Single (set to Q3ListBox::NoSelection) in newsdlg.ui.
|
16 years ago |