summaryrefslogtreecommitdiffstats
path: root/src/rdf.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-09-16Misc. typo and whitespace fixesluz.paz1-22/+22
Follow-up to #289
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-72/+72
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+6
A lot of header clean-up.
2017-11-07Misc. typosUnknown1-2/+2
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2015-05-11Metadata. Fix for Bug #1452266 (Outdated Creative Commons licenses).Nicolas Dufour1-7/+7
Fixed bugs: - https://launchpad.net/bugs/1452266 (bzr r14143)
2013-08-03reduce scope of variablesJohan B. C. Engelen1-2/+1
(bzr r12463)
2013-07-16Merging patch from Peter Liljenberg. License comparison is now done by ↵Christoffer Holmstedt1-8/+85
comparing license URI and nothing else. (bzr r12419.1.1)
2013-06-26Using CC0 link instead of old Public Domain linkMartin Owens1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1194372 (bzr r12389)
2013-06-24Changed document properties - metadata tooltips to match the definition of ↵Christoffer Holmstedt1-16/+16
dublin core terms. Fixed bugs: - https://launchpad.net/bugs/835849 (bzr r12387.2.1)
2012-07-12Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith1-0/+31
(bzr r11544)
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-11/+11
(bzr r10830)
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-10/+11
(bzr r10659)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-2/+5
SP_ROOT() gtk type function/macro. (bzr r10254)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-10-24i18n. Metadata labels now fully translatable (with colon).Nicolas Dufour1-34/+34
(bzr r9848)
2009-08-23fix 417676bulia byak1-1/+1
(bzr r8525)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-9/+9
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-9/+9
(bzr r8404)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2008-11-21Merge from fe-movedTed Gould1-17/+6
(bzr r6891)
2008-08-23Update to sync metadata title to the document title.Jeff Schiller1-2/+13
(bzr r6710)
2008-01-21rolling back parts of the "default metadata preferences" patch that ↵Felipe Corr??a da Silva Sanches1-19/+1
buliabyak forgot to rollback on revision 17005. (bzr r4575)
2007-12-31Add default CC metadata and license to preferences.Bryce Harrington1-1/+19
(Closes LP: #169954) (bzr r4346)
2007-10-11noop: dialogs/rdf.cpp: Mark a few pointers as not being written through. ↵Peter Moulder1-6/+6
Make rdf_match_license have static (file-local) linkage. (bzr r3876)
2007-08-14Rolled back a couple of nasties from a bad patch...oops! Added author of theJon Phillips1-19/+1
last code, Jason Kivlighn from his patch to fix cc namespacing... (bzr r3465)
2007-08-14Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips1-51/+69
(bzr r3464)
2007-06-24merge OpenFont license supportMenTaLguY1-0/+18
(bzr r3094)
2007-04-04removed the software-only licenses which are not legally clear for ↵Jon Phillips1-20/+0
content/artwork, note, they still work, just not giving ppl. the wrong choices in UI (bzr r2819)
2007-03-24updated creative commons licenses to 3.0 and fixed public domain uriJon Phillips1-7/+7
(bzr r2750)
2007-01-21replacing sp_repr_new*Kees Cook1-29/+50
(bzr r2255)
2006-05-18Fixed localization for metadata license selector.Kees Cook1-10/+10
(bzr r870)
2006-04-30updated cc licenses to 2.5Jon Phillips1-6/+8
(bzr r637)
2006-04-20try to make license strings translatable (#1473186)Ralf Stephan1-10/+10
(bzr r554)