Fix navigation in twoPagesSpread mode
[qcomicbook-oblomov] / ChangeLog
1 2006-11-29:  0.3.4       -- fixed drawing/scaling/rotation bugs in two-pages
2                             mode when 1st page is smaller than 2nd page.
3                          -- fixed problem with opening files with non-ascii characters
4                             in file name via command line
5                          -- *.bmp file pattern added to the list of supported
6                             formats
7
8 2006-09-20:  0.3.3       -- fixed crash when rotating image in single-page
9                             mode
10
11 2006-08-26:  0.3.2       -- Added Drag&Drop support for archives/dirs
12                          -- Fixed icon arrangement bug in Thumbnails window
13                          -- "Show Info" option is disabled if no textual
14                              information for opened comicbook was found.
15                          -- "General Info" tab was removed from Info Window.
16                          -- Fixed crash on empty comicbook (another one...)
17
18 2006-08-21:  0.3.1       -- "Preload next image" option now works with Imlib2
19                          -- Fixed bug with "Open previous" not working
20                          -- Fixed redrawing bugs when dragging image with
21                             mouse
22                          -- internal improvements and cleanups
23                          -- Fixed compilation problem with Imlib2-1.2.0
24
25 2006-08-15:  0.3.0       -- ImLib2 is now used and required - huge speed
26                             improvement in image loading & rendering
27                          -- caching is now specified in Mb and is handled by
28                             Imlib
29                          -- removed "Scaling method" option (no longer
30                             applicable)
31                          -- double click moves to next page
32                          -- removed experimental "Create archive" option (was
33                             enabled by accident in 0.2.8)
34
35 2006-06-26:  0.2.8       -- added support for free unrar
36                          -- new hotkeys: Ctrl+Q, Ctrl+Home, Ctrl+End
37                          -- updated autoconf bnv_have_qt macro
38
39 2006-03-02:  0.2.7       -- fixed bug with status bar hiding in fullscreen mode 
40                             if 'Hide statusbar in fullscreen mode' option is on.
41
42 2005-12-27:  0.2.6       -- option to hide splashscreen added
43                          -- progress is now displayed in statusbar
44                          -- Changes in the menu: "Settings" menu created to
45                             resemble KDE menus layout.
46                          -- autoconf bnv_have_qt macro updated with latest
47                             version
48
49 2005-11-13:  0.2.5       -- splash screen added (made exclusively for
50                             QComicBook by Adam Mateja)
51                          -- icons for Open Archive/Directory, Settings and
52                             Set Bookmark options added
53                          -- fixed bug with caching not working
54
55 2005-08-03:  0.2.4       -- new option for setting external help browser added
56                          -- fixed redrawing bugs
57                          -- internal cleanups and small improvements
58                          -- help updated
59                          -- check for correct Qt version in autoconf added
60
61 2005-07-09:  0.2.3       -- page is scrolled to top-right corner in japanese mode
62                          -- autoconf script updated with newest version of bnv_have_qt
63                             macro
64                          
65 2005-06-19:  0.2.2       -- added image rotating options
66
67 2005-05-15:  0.2.1       -- rar, zip, ace archives are recognized by magic
68                             bytes first, not by extension
69                          -- fixed bug with handling relative comicbook paths
70                             from commandline
71                          -- fixed bug with progress window reappearing
72
73 2005-05-09:  0.2.0       -- 'Manage bookmarks' option added
74                          -- many internal improvements and small bugfixes
75                          -- Open next/previous actions are enabled only for
76                             archives from now
77
78 2005-05-04:  0.1.9       -- option to hide statusbar in fullscreen mode added
79                          -- keyboard shortcuts for 'Open next' and 'Open
80                             previous' added
81                          -- changing mouse cursor takes effect immediately now -
82                             no need to restart
83                          -- fixed compilation error for some gcc versions (<typeinfo>
84                             issue)
85                          -- fixed bug with bookmarked page numbers starting
86                             from 0
87
88 2005-04-23:  0.1.8       -- support for ace (cba), tar.gz and tar.bz2 archives
89                          -- improved mouse-dragging, reversed mouse-dragging
90                             directions
91                          -- 'Open next' and 'Open previous' actions added
92                          -- Japanese mode for two pages mode added
93                          -- Option for 1- or 2- pages step in two pages mode
94                             added
95                          -- 'Small mouse cursor' option added
96                          -- size of the current page(s) is shown in statusbar
97                          -- most menu/toolbar functions are inactive now if no comic
98                             book is opened
99                          -- fixed bug with not restoring initial status of statusbar
100
101 2005-04-05:  0.1.7       -- thread-based thumbnail loading
102                          -- thumbnails are smooth-scaled now
103                          -- added option to set font for comic book info
104                             dialog
105                          -- added progress bar for archives decompression
106                          -- added statusbar
107                          -- fixed bug with thumbnails view taking keyboard
108                             focus
109
110 2005-03-30:  0.1.6       -- thumbnails view
111                          -- page contents scrolling with mouse (LMB + move)
112                          -- PageUp/PageDown keys reversed
113                          -- scrolling up/down with mouse wheel now requires
114                             an extra wheel move to flip page
115                          -- scaling page buttons are toggle-buttons now to
116                             indicate active scaling
117                          -- toolbar position is saved now
118                          -- cleanups in directory and archive handling code
119                          -- fixed possible crash on errors when opening
120                             comic book
121
122 2005-03-07:  0.1.5       -- image caching
123                          -- page preloading
124                          -- built-in help browser
125                          -- new scaling option - best fit
126                          -- man page added (from debian project subdirectory)
127                          -- page scaling setting is saved/restored
128                          -- fixed bug with recently opened files - most
129                             recently opened file is on the top
130                          -- fixed crash on empty archive/directory
131                          -- internal improvements and small bugfixes
132
133 2005-02-03:  0.1.4       -- fixed bug with command line arguments parsing
134                          -- fixed drawing bugs
135                          -- real fullscreen mode - menu may be hidden if desired
136                             (see config dialog)
137                          -- ESC key quits fullscreen mode
138                          -- space / backspace keys jump by visible
139                             contents height now, instead of whole page;
140                             improved continuous scrolling
141                          -- jump to page... window is now modal
142                          -- basic errors handling
143                          -- binary name and default icons directory changed
144                             from qcomic to qcomicbook
145                          -- debian subdirectory added
146
147 2005-01-23:  0.1.3       -- new option, 'jump to page' - just press 1..9 key
148                          -- archive/directory to open may be given as argument
149                             to qcomicbook
150                          -- fixed bug with loading bookmarks containg spaces
151                          -- fixed bug with 'unrar' not working (when no 'rar'
152                             command found)
153                          -- fixed keyboard focus bug
154                          -- internal function for searching rar/unrar/unzip
155                             executables used instead of system('which ..')
156                          -- other minor bugfixes
157
158 2005-01-20:  0.1.2       -- 'recently opened' submenu added
159                          -- bookmarks added
160                          -- configurable background color
161                          -- page is centered horizontally/vertically if it is
162                             smaller than window
163                          -- previously opened directory is preserved in open
164                             archive/directory file dialogs
165                          -- optional toolbar with essential actions added
166                          -- gif and xpm files are accepted now
167                          -- added 'All files' filter for 'open archive' dialog
168                          -- settings dialog added
169                          -- settings are kept in ~/.qcomicbook directory instead of
170                             ~/.qt
171                          -- comicbook info dialog; reading of .nfo and
172                             file_id.diz files
173                          
174 2005-01-10:  0.1.1       -- 'two pages' mode
175                          -- continuous scrolling option added (affects
176                             keyboard and mouse wheel scrolling)
177                          -- menu icons added
178                          -- keyboard shortcuts for archive/dir open added
179                          -- fixed image scaling bug
180                          -- fixed crash on 'last page' when no comicbook
181                             opened
182                          -- PageUp/PageDown keys for next/previous page added
183                          -- window geometry and preferences saving
184                          -- opened archive/directory name is shown on window border
185                          -- some internal improvements
186                          
187 2005-01-07:  0.1.0       -- initial release
188