4
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 12 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
set cmake_min_req to match kdelibs4 and enable newer policies More... over 8 years ago
set cmake_min_req to match kdelibs4 and enable newer policies More... over 8 years ago
Ensure all needed include directories are added More... almost 11 years ago
By David Lechner: fix docs not being generated because of quotes More... about 11 years ago
By David Lechner: get rid of compiler warnings about mstackrealign in visual studio More... about 11 years ago
add delete to free mem from new. Also move declaration so that we don't have to call delete in two places. More... about 11 years ago
fix regex that was not properly escaped More... about 11 years ago
fix install with visual studio More... about 11 years ago
better solution for spaces in file names using VERBATIM More... about 11 years ago
fix strong name signing on linux and space in keyfile path on windows - for real this time More... about 11 years ago
Revert "fix strong name signing on linux and space in keyfile path on windows" More... about 11 years ago
fix strong name signing on linux and space in keyfile path on windows More... about 11 years ago
change "destination" to what it actually is, which is the location where we can find the compiled smoke libraries More... about 11 years ago
fix debug compile flags for Visual Studio and a little cleanup in 2 files More... about 11 years ago
fix array declaration that doesn't compile with MSVC More... about 11 years ago
add /${CMAKE_CFG_INTDIR} where needed for compatibility with Visual Studio build More... about 11 years ago
fix configuration on windows More... about 11 years ago
Restored the quotes around the path to the signing key. More... about 11 years ago
use 'SetContentsMargins()' instead of 'Margins =' and replace 'DefaultDropAction' with 'DropAction' More... about 11 years ago
fix spelling More... about 11 years ago
Reverted the rest of "Marshalled all lists as lists of pointers - this fixes the QPrinterInfo.PrinterName() crash and the invalid QModelIndexes." Fixed the creation of C# instances in the value list marshaller. More... about 11 years ago
add signing using sn when using mono More... about 11 years ago
make void marshall_ValueListItem(Marshall *m) use copies of list items instead of the list items themselves so that the items are not destroyed when the list is destroyed More... about 11 years ago
fixes marshalling QList<QUrl> (and others) More... about 11 years ago
Fixed a regression when marshaling strings from unmanaged to managed. More... about 11 years ago
Fixed the marshaling of QtCore QVariant types. More... about 11 years ago
Optimized method calls by removing a check if the called method is an equality operator. Credit for noticing goes to Ruth Ivimey-Cook <[email protected]>. More... about 11 years ago
Fixed a crash when comparing an object with redefined equality operators to null. More... about 11 years ago
Documented about 15 undocumented properties. More... about 11 years ago
Generated virtual and abstract read-only Qt properties as such. More... about 11 years ago