File: ChangeLog

package info (click to toggle)
python-qpageview 0.6.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 780 kB
  • sloc: python: 5,215; makefile: 22
file content (42 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
ChangeLog
=========


2022-05-05: qpageview-0.6.2

* Maintainance release
* Kept another implicit float->int conversion from happening by having
  Scrollarea.remainingScrollTime() returning an int
* Some robustness improvements
* Documentation improvements


2021-11-11: qpageview 0.6.1

* View.strictPagingEnabled always lets PgUp/PgDn scroll a page instead
  of a screenful
* Don't depend on implicit float->int conversions, which were deprecated since
  Python 3.8 and not supported anymore by Python 3.10
* Fixed initial zoomfactor for ImageView when fitNaturalSizeEnabled is True


2021-01-07: qpageview 0.6.0

* added view.View.pages() method (#2)
* added view.View.setPages() method (inspired by #4)


2020-04-25: qpageview 0.5.1

* Many documentation updates
* Add PagerAction.setButtonSymbols()
* fix flickering mouse cursor on rubberband
* make it easier to manipulate the edge/corner of the rubberband


2020-04-19: qpageview 0.5.0

Initial release. The qpageview module was developed by me, Wilbert Berendsen,
as a replacement of the qpopplerview module inside Frescobaldi, the LilyPond
sheet music text editor. I decided that it would be best if qpageview became
its own project, to make it easier to use this package in other applications.