Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About
Login

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

78b765a82aad...
Albert Astals Cid
Fix -Wunused-command-line-argument when using clang
It seems that -fno-check-new is being passed both to the compiler and
the linker and the clang linker complains about it not existing, with
this change it is only passed to the compiler and we're warning free :)
8b5f627c71dd...
Albert Astals Cid
Make a static lib so we do not compile the same two files 13 times
75a7720f7e35...
Sune Vuorela
Less goostring in document info
81e2bd49619b...
Sune Vuorela
Appearstate can just be a std::string
84c4a202917f...
Sune Vuorela
gfxfont: move member to function scope
434dacc917ba...
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
b7989c187dae...
Albert Astals Cid
poppler 26.07.0
0f212b125bdb...
Albert Astals Cid
Update (C)
2db4641725c5...
Nelson Benítez León
Fix adding annots when annotsObj is a Ref to Null
when resolvedObj is Null we still need to set annotsObj
to null to cover the case of being a Ref to Null, this
end up causing the annots not being saved when 'saving as'
the file.

Fixes #1732
92a295fa290b...
Albert Astals Cid
Fix abort on files with AcroFrom with no Fields inside
When signing the file
b23024c43fa0...
evil rabbit
pdfinfo: sanitize output
3573ca7fbcd7...
Albert Astals Cid
Rewrite Parser::getObj
Remove gotos
Remove "shared" obj
8e3072d4cdc2...
Albert Astals Cid
Remove Object::arrayAdd
d9ffc4c29d19...
Albert Astals Cid
Remove Object::arrayGetNF
87edb5a5c40e...
Albert Astals Cid
Remove Object::streamGetDict
And will this all the Object Stream accessors are gone and we don't need
to include Stream.h from Object.h
4206e742a3ef...
Sune Vuorela
signing: gpgme: dont list untrusted keys
rejection will happen at a later point anyways, so no need to offer it
3a4e424e58f5...
Albert Astals Cid
Update (C)
6b72925f653d...
Albert Astals Cid
Remove  Object::streamGetChar
c94ff02317c1...
Albert Astals Cid
Split Ref to its own include
Allows some includes to include Ref.h instead of Object.h
17f6fa4df933...
Albert Astals Cid
Remove Object::streamRewind
3fdd19e579b1...
Albert Astals Cid
Remove a bunch of goto in PSOutputDev::setupEmbeddedType1Font
628cd58cb14b...
Albert Astals Cid
Remove two easy gotos
bb949d422524...
Albert Astals Cid
Cleanup include
9e34004aae04...
Albert Astals Cid
Use std::string instead of GooString for label
d4df9215a687...
Albert Astals Cid
Remove unused define
2c64135f5d28...
Albert Astals Cid
Make openFileDescriptor file static
598c45265e30...
Sune Vuorela
Less data copying in related to AnnotStampImageHelper
269a823d5c2e...
Sune Vuorela
pgp: fix expiry-never in qt bindings
Recent changes to fix 32bit time_t as a side effect got never-expiring
keys to have expiry on jan 1, 1970.

Fix it; and create a test to ensure it stays that way
4d4c5ee7febc...
Sune Vuorela
gpgme: more cert val fixes
Also add unit test for one of the cases
46785c9a414d...
Sune Vuorela
Untrusted signature test data
d1e17fe6f7e4...
Sune Vuorela
Save signature correctyl if encrypt stream
Fixes: KDE 520496
6d353c88e99a...
Sune Vuorela
GPGME: Better certificate validation
There were some corners where the certificates wasn't corretly handled
when revoked. Rework function.
8e89a7ada77d...
Albert Astals Cid
More unused GooString forward declarations/includes
4eda93a13b01...
Albert Astals Cid
Remove unneeded forward declaration
57dfe0f0dc87...
Albert Astals Cid
Update (C)
f4489ac8aac6...
Albert Astals Cid
Update (C)
78953edea644...
Albert Astals Cid
Add missing array include
b62e232dbda2...
Albert Astals Cid
Fix last GlobalParams::setupBaseFonts
Used for no fontoconfig, no android, no windows
3ef748f952ee...
Sune Vuorela
Fix int overflow in image painting
Fixes: #1740
Fixes: #1738
b66d95885dbf...
Sune Vuorela
Unit test: test cross validation of signatures
Sign with one backend and validate with the other. This should just
work.