0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 22, 2025 — Jan 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SVN_SILENT made messages (.desktop file) More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
Update desktop files to latest version. More... over 16 years ago
you can't have both a subdir and an external with the same name: [...] A kdevelop-pg/kdev-pg-location-table.h Fetching external item into 'kdevelop-pg' svn: Working copy 'kdevelop-pg' locked CCMAIL: [email protected] More... almost 17 years ago
Bump plugin version for Ruby - it's still compilable and works More... almost 17 years ago
Avoid using svn:external in ruby plugin, just svn copy the kdevelolp-pg include directory More... almost 17 years ago
SVN_SILENT made messages (.desktop file) More... almost 17 years ago
This now compiles. Woot! More... almost 17 years ago
i don't like warnings on the scripty log More... almost 17 years ago
SVN_SILENT made messages (.desktop file) More... almost 17 years ago
split the single Messages.sh in the various Messages.sh for each plugin this would look slightly more messy, but it really eases the maintaineance of the messages of each plugin More... almost 17 years ago
SVN_SILENT made messages (.desktop file) More... almost 17 years ago
SVN_SILENT made messages (.desktop file) More... about 17 years ago
SVN_SILENT made messages (.desktop file) More... about 17 years ago
SVN_SILENT made messages (.desktop file) More... about 17 years ago
SVN_SILENT made messages (.desktop file) More... about 17 years ago
Adapt to platform: add X-KDevelop-Mode=NoGUI to language plugins so they get loaded More... about 17 years ago
SVN_SILENT made messages (.desktop file) More... about 17 years ago
SVN_SILENT made messages (.desktop file) More... over 17 years ago
Adapt the parsers to current kdevelop-pg-qt standards. Some didn't work before already (csharp, ruby), those still don't work now either. More... over 17 years ago
Use INSTALL_TARGETS_DEFAULT_ARGS More... over 17 years ago
Start porting old kdev3's ruby parser to the new duchain based architecture. So far it only provides classes and even doesn't do that correctly, but that's just a start. New ruby parser still needs a lot of work (conflict resolution, ast transformation) so I decided to port old one so we have at least basic ruby support available in kdev4. More... over 17 years ago
Continue work to bring ruby support into working state: - remove wrong ILanguageSupport method reimplementations - listen to document loaded signals and add new documents to the bg parser - listen to project opened signal and add all project files to the bg parser - provide SimpleParseJob that actually compiles and works (but neither parses anything nor fills duchain) More... over 17 years ago
Make ruby language support compile again. More... over 17 years ago
make it compile and load More... about 18 years ago
Adapt CMakeLists.txt as discussed with Alex. KDE4_ADD_TEST_EXECUTABLE is deprecated now use KDE4_ADD_EXECUTABLE(<target> TEST <files>) instead QT4_ADD_DBUS_INTERFACE_NO_NAMESPACE and QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE are deprecated too used SET_SOURCE_FILES_PROPERTIES(<files> PROPERTIES NO_NAMESPACE TRUE) QT4_ADD_DBUS_INTERFACES(<srcList> <files>) set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) is put in each CMakeLists.txt where KDE4_ADD_EXECUTABLE(<target> TEST <files>) and KDE4_ADD_UNIT_TEST were used. More... over 18 years ago
Port to KPluginLoader/KPluginFactory. Most plugins load. More... over 18 years ago
Adapt to no k_funcinfo More... over 18 years ago
Remove kdevelop-pg symlink, will be replaced with a svn:externals in a second More... over 18 years ago
replace pointless and broken externals More... over 18 years ago