1061 Commits

Author SHA1 Message Date
Luis Ángel San Martín
58fb358346 fixed memory leaks in flow_gl 2015-05-23 10:11:35 +02:00
Luis Ángel San Martín
33e7dcf1e4 fixed bug in insertions in labels and favorites 2015-05-22 22:11:16 +02:00
Luis Ángel San Martín
1e475e24f4 fixed selection issue in grid view 2015-05-22 21:26:29 +02:00
Luis Ángel San Martín
433e1ef71c fixed Grid View sorting on discontinuous selection (drag&drop for sorting) 2015-05-21 16:31:36 +02:00
Luis Ángel San Martín
d28b56db17 fixed crash on server when the content of an empty folder is requested (browsing) 2015-05-21 12:09:25 +02:00
Luis Ángel San Martín
cbfd626458 changed cookies expiration time in web server 2015-05-20 20:00:55 +02:00
Luis Ángel San Martín
c3dbcae586 fixed bug in Comic Vine scraper causing a crash when sorting comics on a an empty selection 2015-05-20 17:58:24 +02:00
Luis Ángel San Martín
e59efed322 fix issue causing columns sizes(flow view) not being saved until the app was closed 2015-05-20 17:48:34 +02:00
Luis Ángel San Martín
780ce7c2b2 temporal fix for the scroll issue in GridView 2015-05-20 16:36:49 +02:00
Luis Ángel San Martín
bc71a654e7 fixed css styles for libraries list in iPad 2015-05-12 21:52:17 +02:00
Luis Ángel San Martín
0b66749340 fixed css styles for libraries list in iPhone 2015-05-12 21:46:40 +02:00
Luis Ángel San Martín
12b123537d added missing files 2015-05-07 22:01:55 +02:00
Luis Ángel San Martín
eac2899afb added OpenGLChecker 2015-05-06 23:35:40 +02:00
Luis Ángel San Martín
e57846e518 fixed compilation error c++11/clang in compressed_archive.cpp (casting from integer constant to char) 2015-05-05 12:44:44 +02:00
Luis Ángel San Martín
4ab7d5d844 added mutex for avoiding COMICS_VIEW_HEADERS settings corruption, I have no way for forcing this issue, so I am not sure if this fixes the problem 2015-05-04 16:21:55 +02:00
Luis Ángel San Martín
e3af72da44 merged 2015-05-04 15:57:46 +02:00
Luis Ángel San Martín
a3935811ed Merged in selmf/yacreader/compressed-archive-testing (pull request #24)
wrapper improvements
2015-05-04 15:07:52 +02:00
Felix Kauselmann
2432775755 Fix a parsing bug in unarr backend that could lead to pageskips if non-image files are present in the archive. 2015-04-29 14:54:57 +02:00
Felix Kauselmann
1beb1beb75 Add use_unarr define macro to prevent checks for 7z on unarr enabled builds 2015-04-29 13:49:50 +02:00
Felix Kauselmann
9dc0d85c2d Add support for libunarr detection and move include/detection logic to unarr-wrapper.pri 2015-04-29 13:12:22 +02:00
Luis Ángel San Martín
f38251dbff added sync back reading progress from remote clients - full info sync is out of scope by now 2015-04-24 22:48:17 +02:00
Felix Kauselmann
c4ddd42cd6 adjust unarr flags to be closer to the upstream makefile 2015-04-15 11:05:28 +02:00
Luis Ángel San Martín
ebeddbe73b adaptative server browsing ui for iPhone (all screen sizes) 2015-04-14 12:34:22 +02:00
Felix Kauselmann
7a41bafc17 improve unarr options and compile flags handling in compressed_archive_test.pro 2015-04-11 10:43:31 +02:00
Felix Kauselmann
183fcb6f5a improved unarr parsing 2015-04-08 15:34:26 +02:00
Felix Kauselmann
ccd4c9e2d8 detect archive type by using magic numbers. Provide a fallback mechanism for .zip files lacking magic numbers. 2015-04-08 15:20:12 +02:00
Felix Kauselmann
3f0359ddcf move gcc/clang compiler flags into unix directive 2015-04-08 15:15:37 +02:00
Felix Kauselmann
58921641d8 Add linux compile flags for unarr 2015-04-01 00:52:53 +02:00
Luis Ángel San Martín
c8ccaf7267 /GL is a compiler option in vc, it has nothing to do with OpenGL 2015-03-31 13:11:38 +02:00
Luis Ángel San Martín
e00d76b81a added a dummy (yet) SyncController for testing sync info from iOS 2015-03-26 22:10:51 +01:00
Luis Ángel San Martín
c84e432745 Merged in selmf/yacreader/compressed-archive-testing (pull request #23)
Fix typos (and hopefully windows compilation)
2015-03-25 23:08:29 +01:00
Felix Kauselmann
7dd81cb959 Fix typos 2015-03-25 22:45:13 +01:00
Luis Ángel San Martín
a4230699b1 fixed typo 2015-03-25 22:35:50 +01:00
Luis Ángel San Martín
37a972e873 Merged in selmf/yacreader/compressed-archive-testing (pull request #22)
Fix various leaks in 7z archive parsing code and isolate leaks in rar handling code to rar archives only
2015-03-25 19:00:48 +01:00
Felix Kauselmann
efa50285fe Fix various leaks in 7z archive parsing code and isolate leaks in rar handling code to rar archives only 2015-03-25 15:17:20 +01:00
Luis Ángel San Martín
fdc7e3ed1e merged 2015-03-22 18:44:14 +01:00
Felix Kauselmann
7f04e688f4 fix merge 2015-03-22 16:33:38 +01:00
Felix Kauselmann
8c5f258f3e resolve conflict 2015-03-22 16:31:09 +01:00
Felix Kauselmann
82d74758d7 more unix fixes 2015-03-22 16:21:57 +01:00
Luis Ángel San Martín
d798c62fa3 added natural sorting to ip sorting in server config dialog, the heuristic should be fine now 2015-03-22 12:17:46 +01:00
Luis Ángel San Martín
1fe860e401 fixed sorting in sibblings comics while reading remotely 2015-03-22 12:13:36 +01:00
Felix Kauselmann
5f31b508c9 Fix segfaulting on empty files 2015-03-22 01:20:54 +01:00
Felix Kauselmann
1cd8a3f31b Fix p7zip compressed archive test for mac/linux 2015-03-22 01:09:05 +01:00
Luis Ángel San Martín
f713254584 merged 2015-03-21 19:21:06 +01:00
Luis Ángel San Martín
416e71efd7 fixed compressed_archive.cpp for removing unnecessary dependencies in linux/macosx 2015-03-21 19:18:38 +01:00
Luis Ángel San Martín
43aeb9d242 updated compressed_archive_test for being able to use unarr, remove unecessary includes in compressed_archive within unarr-wrapper.pri 2015-03-21 15:17:47 +01:00
Luis Ángel San Martín
29ec149b79 Merged in selmf/yacreader/unarr-inclusion (pull request #20)
Add unarr.pro file
2015-03-21 15:12:37 +01:00
Felix Kauselmann
4043ba449a Add unarr.pro file 2015-03-21 15:06:10 +01:00
Luis Ángel San Martín
e62d696339 compressed_archive_test added 2015-03-21 14:43:55 +01:00
Luis Ángel San Martín
743d896649 merged 2015-03-21 14:40:25 +01:00