90 Commits

Author SHA1 Message Date
Luis Ángel San Martín
75e3d12f2e fixed key events in goToFlow
TODO: add eventFilter to goToFlow edit...
2013-12-10 23:37:29 +01:00
Luis Ángel San Martín
883ac04917 merge 2013-12-08 11:51:18 -08:00
Luis Ángel San Martín
f4e55729a2 fixed comiplation in Linux (Ubuntu)
line 117: #define _WIN64 1
must be removed in ./compressed_archive/libp7zip/CPP/myWindows/StdAfx.h

"cannot find -lpulse" compiling under Qt 5.0.2 can be fixed creating a symbolic link from libpulse.so.0 to libpulse.so (further research is needed)
2013-12-08 11:50:10 -08:00
Luis Ángel San Martín
dcab8b7bb9 updated translation files 2013-12-04 23:03:42 +01:00
Luis Ángel San Martín
2514f96942 new packaging process for MacOSX (create-dmg is needed https://github.com/andreyvit/yoursway-create-dmg)
fixed settings path in MacOSX
2013-12-03 02:02:32 +01:00
Luis Ángel San Martín
fc933b3747 added workaround for mouseMoveEvent not working in MacOSX 10.9 2013-11-30 22:10:17 +01:00
Luis Ángel San Martín
d18a96901b merge 2013-11-24 18:48:59 +01:00
Luis Ángel San Martín
4c5f224d52 fixed write paths for YACReader 2013-11-24 18:42:16 +01:00
Luis Ángel San Martín
8255637028 added exit and notification on 7z lib not found 2013-11-24 12:55:03 +01:00
Luis Ángel San Martín
8b2967c1a3 close button restored for bookmarks in OSX 2013-11-23 09:47:27 -08:00
Luis Ángel San Martín
5a5c118b83 fixed compilation in MacOSX Mavericks (Qt4 and Qt5) 2013-11-23 06:32:50 -08:00
Luis Ángel San Martín
7392e55597 fixed compilation in Qt4 2013-11-21 19:15:34 +01:00
Luis Ángel San Martín
f8dff1390f added poppler-qt5 for Qt5 build (only for windows) 2013-11-21 08:14:14 +01:00
Luis Ángel San Martín
1bb112a848 fixed tts playback in Qt5 (translator) 2013-11-18 21:18:33 +01:00
Luis Ángel San Martín
e51480469f moved settings files from local dir to standar paths
added YACReaderLibraries class, libraries are now identified by id
2013-11-15 00:07:42 +01:00
Luis Ángel San Martín
4c31cd661b fixed YACReaderLocalClient in Qt >= 5 2013-10-28 15:03:41 +01:00
Luis Ángel San Martín
3fe6ad7634 fixed open next/previous comic automatically 2013-10-22 17:34:07 +02:00
Luis Ángel San Martín
a6b7df4d90 some TODOs comments removed
SelectVolume: finished load volume cover/detail
2013-10-16 21:26:05 +02:00
Luis Ángel San Martín
0b1a0098d5 CONFIG += release added to OSX and Linux build scripts 2013-10-15 10:07:08 +02:00
Luis Ángel San Martín
e6c1b7515e New feature: open next/previous comic automatically after reaching end/cover for the current comic
issue #4 https://bitbucket.org/luisangelsm/yacreader/issue/2/auto-advance-to-next-comic
2013-10-15 09:29:58 +02:00
Luis Ángel San Martín
4e3b46a6ba Fixed new version message, now is less intrusive.
Fixed debug compilation
2013-10-14 22:35:50 +02:00
Luis Ángel San Martín
e924e74c07 fixed adjust to width bug 2013-10-12 22:10:23 +02:00
Luis Ángel San Martín
b1d3bbb584 Fixed YACReader compilation under Qt5 (YACReader-YACReaderLibrary communication is broken at runtime) 2013-10-09 18:44:46 +02:00
Luis Ángel San Martín
0738f1b0e8 fixed build issues 2013-10-05 15:57:49 +02:00
Luis Ángel San Martín
f29b530f23 fixed some build issues 2013-10-05 12:55:14 +02:00
Luis Ángel San Martín
a18401c2fb HttpWorker added, performs a http request in a background thread
ComicVineDialog, work in progress...
2013-09-09 11:39:58 +02:00
Luis Ángel San Martín
6c4ad3f5f9 new default brackground color for the viewer 2013-09-01 23:19:21 +02:00
Luis Ángel San Martín
404c551d29 fixed local client/server communication (close client socket) 2013-09-01 21:35:27 +02:00
Luis Ángel San Martín
1dd4b341cc Fixed memory leak in Comic 2013-08-28 17:58:47 +02:00
Luis Ángel San Martín
3125190184 fixed memory leak in CompressedArchive 2013-08-27 19:22:24 +02:00
Luis Ángel San Martín
731b3fa476 ThumbnailCreator uses 7z shared library 2013-08-26 22:00:29 +02:00
Luis Ángel San Martín
c96950584f local server now runs in a separated thread 2013-08-24 23:25:13 +02:00
Luis Ángel San Martín
b684b580ed some bugs fixed in local server/client communication 2013-08-24 20:13:38 +02:00
Luis Ángel San Martín
8ae63e562a fixed lots of warnings 2013-08-24 17:41:16 +02:00
Luis Ángel San Martín
cd43bd791a fixed spaces/tabs mix 2013-08-24 10:30:54 +02:00
Luis Ángel San Martín
fa19b4b1ea removed some ugly defines 2013-08-22 23:12:56 +02:00
Luis Ángel San Martín
e43721fe8e fixed "rating" not being loaded from the data base 2013-08-21 22:06:11 +02:00
Luis Ángel San Martín
1763b16ccd added drag&drop for image files 2013-08-21 13:26:49 +02:00
Luis Ángel San Martín
c37abd79fe only used custom widgets are included 2013-08-19 19:01:15 +02:00
Luis Ángel San Martín
67862e70ed added nl translation files 2013-08-19 16:58:24 +02:00
Luis Ángel San Martín
db9aad8521 bookmarks and image optiones are now stored in the library for each comic 2013-08-18 22:06:59 +02:00
Luis Ángel San Martín
2dd51a0df7 CRC message error added. 2013-08-17 19:19:16 +02:00
Luis Ángel San Martín
08581319da fixed __MACOSX issue 2013-08-17 18:49:26 +02:00
Luis Ángel San Martín
31d1ebb1a8 added error managing methods to 7z extraction delegate 2013-08-16 23:11:02 +02:00
Luis Ángel San Martín
9d392416a5 fixed show/hide toolbar without any comic opened 2013-08-15 23:33:23 +02:00
Luis Ángel San Martín
e6bd9245e2 On firts load, YACReader opens using FitToWidth=False 2013-08-15 22:33:57 +02:00
Luis Ángel San Martín
9b2b9d2b8b Qt 4.8.5
fixed comiccontroller, now ComicFiles are loaded in a background thread (7z.dll)

fixed local comunications, no more read/write locks
2013-08-11 22:20:38 +02:00
Luis Ángel San Martín
c3238df855 added missing YACReader.pri file 2013-07-24 18:35:41 +02:00
Luis Ángel San Martín
2674a1b9c0 open next/previous after leaving client mode fixed 2013-07-24 17:44:38 +02:00
Luis Ángel San Martín
79fe9a3f2d Reading status added
sending comic info to yacreaderlibrary on openNext/openPrevious
2013-07-21 23:18:50 +02:00