summaryrefslogtreecommitdiff
path: root/qt5
AgeCommit message (Collapse)AuthorFilesLines
2013-08-260.24.1poppler-0.24.1Albert Astals Cid1-1/+1
2013-08-26Fix typoAlbert Astals Cid1-1/+1
2013-07-290.24.0poppler-0.24.0Albert Astals Cid1-1/+1
2013-07-190.23.4poppler-0.23.4Albert Astals Cid1-1/+1
2013-07-020.23.3poppler-0.23.3Albert Astals Cid1-1/+1
2013-07-01Update copyrightsAlbert Astals Cid5-5/+5
2013-07-01annots: Invalidate the appearance stream when annot properties changeCarlos Garcia Campos1-34/+0
Make invalidateAppearance() protected and only call it when properties that affect the appearance stream are updated. Remove all calls to invalidateAppearance() from qt frontend, this is now handled by the core and fixes the appearance stream regeneration in the glib frontend too.
2013-06-30qt5: Free some temporary memory in TextAnnotationPrivate::createNativeAnnotFabio D'Urso1-0/+2
There's no need to keep this buffer around after it has been flushed
2013-06-30qt5: Some documentation about annotationsFabio D'Urso1-8/+135
* Removed incorrect hint "Use uniqueName to test for Annotation equality": uniqueNames are optional and we don't actually guarantee uniqueness * Added "How to add annotations" and "FixedRotation flag specifics" sections in the Annotation class page * Added links from enum Annotation::SubType items to actual subclasses * Added documentation for annotation flags that are known to work * Added "see also" links between annotation flag and boundary setters/getters * Added warning on Annotation::setPopup to tell that it's currently not implemented
2013-06-30qt5: FixedRotation annotations' coordinate conversionFabio D'Urso2-26/+92
FixedRotation(=flagNoRotate) annotations use a different coordinate system than regular annotations. This patch implements transparent conversion so that qt5 clients don't notice the difference. Important! When dealing with FixedRotation annotations, poppler-qt5 clients will need to set geometry-related annotation properties in the following order: 1) flags (because we need to know if this is a FixedRotation annotation or not) 2) boundary (because we need to know what the topleft corner is, so that we can construct the conversion matrix) 3) anything else This requirement will be documented in the next patch
2013-06-30core: Remove geometry-related arguments from annotation constructorsFabio D'Urso1-16/+18
Removed arguments from annotation constructors related to the geometry of the annotation. This change will make it easier to support creating annotations with flag NoRotate in the next patch (because no special cases will be needed: coordinate conversion code will be able to always assume that the underlying annotation object already exists). Data that used to be taken from these arguments is now replaced by dummy values, which can be modified using appropriate setter methods after the annotation object is created. Affected annotation types: - AnnotLine - AnnotTextMarkup - AnnotPolygon - AnnotInk
2013-06-30poppler_qt5viewer: Add combobox to select rotationFabio D'Urso5-1/+47
2013-06-18Fix indentAlbert Astals Cid1-1/+1
2013-06-18Bring changes from the qt4 dirAlbert Astals Cid6-4/+320
2013-06-18Make it build with autotoolsAlbert Astals Cid5-3/+992
2013-06-17We are not compiling an executableAlbert Astals Cid1-1/+0
2013-06-17Allow to enable Qt5 support only with CMake >= 2.8.8Granger Anthony1-1/+0
2013-06-17Build fixesAlbert Astals Cid1-1/+1
Fix moc when moc-qt4 is qt4 moc but moc is qt5 one Do not add -fPIE everywhere, just -fPIC to qt5
2013-06-17soversion 1Albert Astals Cid2-2/+2
2013-06-17Remove qt4 mentionsAlbert Astals Cid8-13/+13
2013-06-17remove deprecated stuffAlbert Astals Cid10-194/+65
2013-06-17remove commented stuffAlbert Astals Cid1-1/+0
2013-06-17Initial Qt5 portAlbert Astals Cid103-0/+21380