| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
For now we extract the exact version string of the ppa build
(which differs from our usual version string).
This should be matched to other builds, though, if somebody can
figure it out.
|
| |
|
|
|
|
|
| |
'dist' is the same as before
only difference:
add date and commit hash for development and pre-release
|
| |
|
|
|
|
| |
The idea behind inkscape-version.h / inkscape-version.cpp is to
avoid rebuilding most of the code base when the version number
changes. Defining a version number in config.h defeats this purpose.
|
| |
|
|
| |
(re-use inkscape-version.cpp in order not to duplicate code)
|
| | |
|
| |
|
|
| |
(they don't have a '.git/' directory, but only a '.git' file storing the link to the gitdir)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
(set concatenates arguments with a semicolon ";")
(bzr r15517)
|
| |
|
| |
(bzr r15292)
|
| |
|
| |
(bzr r15223)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1543304
(bzr r14811)
|
| |
|
|
|
|
|
|
|
| |
inkscape.desktop file (CMake build)
Fixed bugs:
- https://launchpad.net/bugs/1543304
- https://launchpad.net/bugs/1514588
(bzr r14785)
|
| |
|
|
|
|
| |
Indentation to 4 spaces
Prefer lower case for functions and macros
(bzr r14596)
|
| |
|
|
|
| |
Patch from David Evans.
(bzr r12928)
|
| |
|
|
|
|
| |
- added option WITH_DBUS (currently uses hard coded paths)
- remove duplicate version variable.
(bzr r10297)
|
|
|
The cmake files were using the inkscape-version.cpp file generated by autoconfigure.
now generate our own.
Also remove bad include.
(bzr r10289)
|