Commit graph

7 commits

Author SHA1 Message Date
Lubomir Rintel
bb23ebe38f Version bump
All changes between 0.3.0 and 0.3.1:
* Fixed commandline function invocation
* Fixed QSA using bad qmake
* Fixed --enable-release option in configure script
* Xpdf code cleanup (removed unused files)
* Fixed possible unicode string handling errors
* Added checks for QTDIR and QMAKESPEC to ./configure
* Compilation fixes for gcc-4.3 (thanks to Martin Michlmayr for patch)
* Added german translation (thanks to Andreas Mantke)
* Updated Xpdf to 3.01pl2 (some security bugs were fixed)
* Fixed unicode file name handling
* LC_ALL and LC_MESSAGES env. variables are now processed, not only LANG
* .qm files are now (re)compiled when running qmake in src/gui
* Setting units in options now does not break when changing locale
* Added settings to change initial focus
* Added tooltips for line width, font face and font size selection boxes
* In configure, --enable-release is turned on by default
  (use --disable-release to turn it off)
* Files README, Changelog and doc/AUTHORS are now installed
  to documentation directory with "make install"
* Fixed about window not showing all text if font size is too big
* Fixed icon cache freeing data prematurely, causing ineffectivity
  and possibly crashes
* Minor bugfixes
2007-04-30 09:18:15 +00:00
Lubomir Rintel
29efb3bbb8 Version bump. Changelog follows:
All changes between 0.2.5 and 0.3.0:
* Fixed wrong permission of files in source tarball
	#129; Removed workaround from Makefile
* post_configure tries to find correct qmake
* modified makefiles to properly clean stuff with
make clean/make distclean (thanks to Varun Hiremath for patch)
* Added "save as text" feature
* Added loadFile and saveFile functions to scripting
* Speedup of some kernel functions
* Reordered menu for more standard order
* Added russian translation
	Added file to PLIST
* Added time, tick, rand functions to scripting
* Functions transformationMatrixMul and transformationMatrixDiv
implemented in C++, 2-3x faster than script version
* Updated internal QSA to 1.1.5
* PageView now can be scrolled by keyboard
* Added --enable-release to configure
* Minor bugfixes
2007-04-17 16:04:22 +00:00
Lubomir Rintel
3ca9ab1a7d Reverting last change -- Roland noted that qt3-tools is already fixed 2007-02-22 11:57:14 +00:00
Thomas Klausner
41b3df8ba5 Needs gmake. 2007-02-21 21:54:16 +00:00
Lubomir Rintel
a3feaf28ed Make it find qmake. 2007-02-20 21:36:10 +00:00
Roland Illig
8c9c7d060c Added missing dependency to boost-libs. 2007-02-15 13:35:06 +00:00
Lubomir Rintel
019d8b0398 Interactive and scriptable PDF editor. 2007-02-14 10:57:52 +00:00