0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 08, 2025 — Aug 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add FindKDevPlatform.cmake to all plugins so I can remove it from kdevplatform itself. More... almost 17 years ago
Rename the library variables to _LIBRARIES as suggested by Alexander, it better reflects what they contain as they'll produce link-lines that also include their interface-libs 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
Update desktop files to latest version. More... about 17 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... over 17 years ago
Bump plugin version for Ruby - it's still compilable and works More... over 17 years ago
Avoid using svn:external in ruby plugin, just svn copy the kdevelolp-pg include directory More... over 17 years ago
SVN_SILENT made messages (.desktop file) More... over 17 years ago
This now compiles. Woot! More... over 17 years ago
i don't like warnings on the scripty log More... over 17 years ago
SVN_SILENT made messages (.desktop file) More... over 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... over 17 years ago
SVN_SILENT made messages (.desktop file) More... over 17 years ago
SVN_SILENT made messages (.desktop file) More... over 17 years ago
SVN_SILENT made messages (.desktop file) More... over 17 years ago
SVN_SILENT made messages (.desktop file) More... over 17 years ago
SVN_SILENT made messages (.desktop file) More... over 17 years ago
Adapt to platform: add X-KDevelop-Mode=NoGUI to language plugins so they get loaded More... over 17 years ago
SVN_SILENT made messages (.desktop file) More... over 17 years ago
SVN_SILENT made messages (.desktop file) More... almost 18 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... about 18 years ago
Use INSTALL_TARGETS_DEFAULT_ARGS More... about 18 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 18 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 18 years ago
Make ruby language support compile again. More... over 18 years ago
make it compile and load More... over 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... almost 19 years ago
Port to KPluginLoader/KPluginFactory. Most plugins load. More... almost 19 years ago
Adapt to no k_funcinfo More... almost 19 years ago