Commit Graph

  • 2bd8e2c5ad Remove comment pragmas Luis Ángel San Martín 2019-05-31 19:43:54 +02:00
  • 824b4878a4 Q_FOREACH is deprecated, no need to format it Luis Ángel San Martín 2019-05-31 19:41:51 +02:00
  • e3ec56aa43 Format code using clang-format Luis Ángel San Martín 2019-05-30 19:46:37 +02:00
  • e0eb94e3ae Dependencies shouldn't be formated by clang-format Luis Ángel San Martín 2019-05-30 19:24:34 +02:00
  • 8b54744723 Add .clang-format files Luis Ángel San Martín 2019-05-30 18:58:54 +02:00
  • d1b1965fc0 Merge pull request #59 from vedgy/eliminate-SlideInitializer Luis Ángel San Martín 2019-05-30 18:29:02 +02:00
  • ca34e99ec4 Merge pull request #57 from vedgy/misc-code-fixes Luis Ángel San Martín 2019-05-30 18:24:53 +02:00
  • 6c628318fe Merge pull request #54 from vedgy/fix-crash-at-exit Luis Ángel San Martín 2019-05-30 18:22:06 +02:00
  • 7b712e144a Merge pull request #53 from selmf/light_gl_flow_refactoring Luis Ángel San Martín 2019-05-30 18:21:05 +02:00
  • ae1badc351 Merge pull request #13 from jeremydouglass/patch-1 Luis Ángel San Martín 2019-05-30 18:19:13 +02:00
  • 6f2a4bf243 Add Up Down navigation to FlowView Jeremy Douglass 2018-07-01 08:39:13 -07:00
  • bb964c8566 Reader: eliminate SlideInitializer class Igor Kushnir 2019-05-28 17:31:23 +03:00
  • 12aabf7960 Reader: fix thread safety bugs in PageLoader Igor Kushnir 2019-05-24 14:49:49 +03:00
  • c1810b9e54 Library: do not needlessly retrieve all comics from the DB Igor Kushnir 2019-05-24 14:43:40 +03:00
  • 92cf54980c Library: eliminate QPainter warnings Igor Kushnir 2019-05-20 21:47:44 +03:00
  • 8522b11e37 Library: fix a crash at exit when server is disabled Igor Kushnir 2019-05-19 13:42:16 +03:00
  • caca3191f9 Flow: Remove glu dependency Felix Kauselmann 2019-05-05 17:49:57 +02:00
  • d9d93c6481 gl flow: clean up includes Felix Kauselmann 2019-05-05 11:17:45 +02:00
  • 7bd04ca7d5 remove legacy flow implementation Felix Kauselmann 2019-05-05 09:39:07 +02:00
  • 87a6645875 Document version, build flags and patches for bundled pdfium.dll Felix Kauselmann 2019-04-28 16:03:17 +02:00
  • c1c413a72d Windows: Update bundled pdfium to r3729 Felix Kauselmann 2019-04-28 11:38:25 +02:00
  • 7ae8afffb1 OS X: Update bundled pdfium to r3729 Felix Kauselmann 2019-03-09 16:56:30 +01:00
  • eeb303a5c1 Avoid parsing non supported dates from comic vine Luis Ángel San Martín 2019-04-28 09:30:15 +02:00
  • 44db4397e8 Avoid parsing null values from comic vine Luis Ángel San Martín 2019-04-28 09:28:50 +02:00
  • 54a0610a06 Fix out of bounds crash Luis Ángel San Martín 2019-04-28 09:28:15 +02:00
  • bc6b51ecf5 Add .editorconfig to prevent whitespace conflicts Felix Kauselmann 2019-04-14 16:14:43 +02:00
  • 14f1609ffa Merge pull request #43 from mytskine/fix-gcc8-warnings-develop Luis Ángel San Martín 2019-04-19 16:56:56 +02:00
  • ad46d9089c Fix botched utf8 encoding. Felix Kauselmann 2019-04-06 17:54:28 +02:00
  • 88f668d663 bugfix: 'switch case' for OpenVG had no 'break' François Gannaz 2019-04-01 09:47:40 +02:00
  • 35bb3b553f bug: 'else' without braces but several lines indented (#41) François Gannaz 2019-04-03 22:43:27 +02:00
  • 8c8521a8dc Library: reorder initialization of ResponseParser François Gannaz 2019-04-01 11:20:51 +02:00
  • ebcb52bf16 Library: bugfix a 'switch case' that had no 'break' François Gannaz 2019-04-01 11:14:44 +02:00
  • 0453bf126a Library: unused method parameter, so comment out the name François Gannaz 2019-04-01 11:13:21 +02:00
  • 9aff260f06 Library: unused method parameter, so comment out the name François Gannaz 2019-04-01 11:12:31 +02:00
  • 6467e2a510 Library: unused method parameter, so comment out the name François Gannaz 2019-04-01 11:11:08 +02:00
  • 3657745f8b Library: reorder initialization of YACReaderHttpSession François Gannaz 2019-04-01 11:07:07 +02:00
  • 8fa62c3a20 Library: unused method parameter, so comment out the name François Gannaz 2019-04-01 11:05:58 +02:00
  • 7cb57d886a Library: fix misleading indentation François Gannaz 2019-04-01 11:04:30 +02:00
  • f351e41fa0 Library: add missing 'case' to a 'switch' François Gannaz 2019-04-01 11:02:53 +02:00
  • 11c99efa30 Library: explicit braces to avoid ambiguous 'else' (hidden in macro) François Gannaz 2019-04-01 11:00:59 +02:00
  • 62db328ab5 Library: explicit braces to avoid ambiguous 'else' François Gannaz 2019-04-01 10:59:48 +02:00
  • 20bcd2235a Library: explicit braces to avoid ambiguous 'else' François Gannaz 2019-04-01 10:47:38 +02:00
  • 6f9d03847a Library: typecast in comparison of int and long u int François Gannaz 2019-04-01 10:45:52 +02:00
  • 5927b1be45 Library: remove unused variables (shadowed by object attributes) François Gannaz 2019-04-01 10:42:32 +02:00
  • 6093e003e9 Library: add missing 'default' to non-exhaustive 'switch' François Gannaz 2019-04-01 10:39:57 +02:00
  • b77eaf6d9c Library: reorder initialization of FolderModel François Gannaz 2019-04-01 10:37:48 +02:00
  • 9c3720ceb9 Library: fix misleading indentation François Gannaz 2019-04-01 10:35:47 +02:00
  • fb97cfa1dc Library: explicit {} on ambiguous 'if if else' François Gannaz 2019-04-01 10:34:49 +02:00
  • 2189e19a91 Library: fix misleading indentation François Gannaz 2019-04-01 10:32:47 +02:00
  • 3babc0980e Library: remove unused variable François Gannaz 2019-04-01 10:31:11 +02:00
  • 66941510f0 Library: fix misleading indentation François Gannaz 2019-04-01 10:30:23 +02:00
  • 2274e49ed0 Library: fix misleading indentation François Gannaz 2019-04-01 10:29:27 +02:00
  • c044e93446 Library: typecast in comparison of int and quint64 François Gannaz 2019-04-01 10:26:22 +02:00
  • f7b4b7a5d1 Library: add missing 'case' to a 'switch' François Gannaz 2019-04-01 10:24:01 +02:00
  • 3062d8826e Library: reorder initialization of LibraryWindow François Gannaz 2019-04-01 10:21:20 +02:00
  • 4ac3407106 type qualifiers are ignored on function return type François Gannaz 2019-04-01 10:17:33 +02:00
  • b2f44a939e fix misleading indentation of YACReaderFlowGL::remove François Gannaz 2019-04-01 09:54:36 +02:00
  • f87e113f89 fix misleading indentation of YACReaderFlowGL::setCurrentIndex François Gannaz 2019-04-01 09:53:57 +02:00
  • 472e9f9832 reorder initialization of YACReaderFlowGL François Gannaz 2019-04-01 09:52:20 +02:00
  • 9ace47ccc0 explicit parenthesis in complex comparison François Gannaz 2019-04-01 09:46:43 +02:00
  • 5ad0e293ac typecast comparison from unsigned to int François Gannaz 2019-04-01 09:45:17 +02:00
  • 8879e7abc5 Initialize parent class François Gannaz 2019-04-01 09:43:24 +02:00
  • 4f7f760960 fix misleading indentation of ComicDB::toTXT François Gannaz 2019-04-01 09:41:45 +02:00
  • 7b9502bd97 fix misleading indentation of PictureFlow::showSlide François Gannaz 2019-04-01 09:40:03 +02:00
  • fae244b4e3 typecast comparison in PictureFlow::showSlide François Gannaz 2019-04-01 09:38:37 +02:00
  • e084bdd447 cases missing in 'switch' in PictureFlow François Gannaz 2019-04-01 09:37:19 +02:00
  • 0c02564fc5 cases missing in 'switch' in PictureFlow François Gannaz 2019-04-01 09:35:48 +02:00
  • f012a6d30e reorder initialization of PictureFlowState François Gannaz 2019-04-01 09:34:19 +02:00
  • c10cfc01e9 type qualifiers are ignored on function return type François Gannaz 2019-04-01 09:31:32 +02:00
  • f9d6667461 typecast comparison in Render::nextPage François Gannaz 2019-04-01 09:27:09 +02:00
  • 9dbfabc05f fix ambigous 'else' in Render::load François Gannaz 2019-04-01 09:25:12 +02:00
  • 560bcf7f32 reorder initialization of Render François Gannaz 2019-04-01 09:22:46 +02:00
  • a8677553b7 reorder initialization of PageRender François Gannaz 2019-04-01 09:18:49 +02:00
  • 06a36bfa40 reorder initialization of Viewer::Viewer François Gannaz 2019-04-01 09:16:09 +02:00
  • 0e0d707faf reorder initialization of Comic::Comic François Gannaz 2019-04-01 09:08:45 +02:00
  • 764c945eff Merge pull request #39 from selmf/continuous_integration Luis Ángel San Martín 2019-02-24 08:48:50 +01:00
  • 35e0ddb8a8 Set up continuous integration Felix Kauselmann 2019-02-21 20:03:53 +01:00
  • c2fdcfde00 Merge pull request #30 from jlesage/fix-stack-overflow Luis Ángel San Martín 2019-02-18 17:19:50 +01:00
  • 88f886078f Merge pull request #4 from selmf/qquickwidget-port Luis Ángel San Martín 2019-02-18 17:18:00 +01:00
  • 8594a9f119 Merge pull request #29 from NEONZARIN/develop Luis Ángel San Martín 2019-02-18 17:16:41 +01:00
  • c72e1d37a1 Merge pull request #38 from YACReader/feature/rar5_support Luis Ángel San Martín 2019-02-18 17:09:04 +01:00
  • 70ab8a957d Use unicode for 7zip in the unix version. Luis Ángel San Martín 2018-09-19 11:52:21 +02:00
  • 828ef46fc6 Make sure that QtCore is available before using Qt macros. Luis Ángel San Martín 2018-09-19 11:46:52 +02:00
  • 966556fd87 Add version information about 7zip binaries. Luis Ángel San Martín 2018-09-18 19:05:10 +02:00
  • d4dd26eb49 Add 7zip dlls for windows. Luis Ángel San Martín 2018-09-18 19:01:55 +02:00
  • 2c69c1fbcb Update compilation scripts in macos. Luis Ángel San Martín 2018-09-18 18:54:28 +02:00
  • a9f1c93abe Ignore libp7zip folder and pch files. Luis Ángel San Martín 2018-09-18 18:53:21 +02:00
  • ce2394d236 Add 7z.so and Rar.so as macos dependencies. Luis Ángel San Martín 2018-09-18 18:52:54 +02:00
  • 19da598845 Use a precompiled header for p7zip. Luis Ángel San Martín 2018-09-18 18:52:29 +02:00
  • 1903b6753f Update compressed_archive to support the latest version of 7zip 18.05 Luis Ángel San Martín 2018-09-18 18:48:57 +02:00
  • 9321d864db Fixed sending read progress. Luis Ángel San Martín 2018-10-06 11:12:44 +02:00
  • b3583b9bf3 Fixed potential stack overflow. Jocelyn Le Sage 2018-09-01 08:10:18 -04:00
  • d13d85c6a4 Update yacreaderlibrary_ru.ts votagif 2018-08-25 07:49:51 +03:00
  • 097f4f1445 Fix qml qrc files Felix Kauselmann 2018-08-15 14:43:14 +02:00
  • 7bfb42be24 rating menu: Remove unneeded qml files Felix Kauselmann 2018-08-11 11:34:12 +02:00
  • 833e501d7c Remove redundant MenuBar in GridComicsView.qml to avoid crashes on macOS Felix Kauselmann 2018-05-25 18:55:57 +02:00
  • 02eda8eeb5 Use QQuickWidget instead of QQuickView to avoid displacement bugs on Windows and Linux Felix Kauselmann 2018-05-25 18:48:43 +02:00
  • 663795d015 Merge pull request #26 from selmf/develop Luis Ángel San Martín 2018-08-11 10:13:02 +02:00
  • ab96056b0e Normalize line endings Felix Kauselmann 2018-08-07 11:09:02 +02:00
  • f139510a51 Update .gitattributes to cover all text files Felix Kauselmann 2018-08-07 11:02:26 +02:00