Commit Graph

  • d20277736d Added model classes for reading lists and labels. Luis Ángel San Martín 2017-05-26 17:24:56 +02:00
  • 1988bbb58e Make naturalComprare public in case we need to user the int return value instead of a bool. Luis Ángel San Martín 2017-05-26 17:19:55 +02:00
  • 8f7af955c2 Fixed warning Luis Ángel San Martín 2017-05-26 17:18:50 +02:00
  • 6a6f983115 Merge Luis Ángel San Martín 2017-05-25 18:04:29 +02:00
  • 921f6654a2 Added QMAKE_TARGET_BUNDLE_PREFIX to .pro files. Luis Ángel San Martín 2017-05-23 15:46:29 +02:00
  • 383f002497 Merged in selmf/yacreader/mac_build (pull request #49) Luis Ángel San Martín 2017-05-23 13:24:14 +00:00
  • bd2dc2cd2c Set pdfium as default backend on Windows Felix Kauselmann 2017-05-23 00:51:03 +02:00
  • 74fbe4b994 Fix Windows build for pdfium and poppler Felix Kauselmann 2017-05-23 00:48:34 +02:00
  • 4e3eb8439f Fix precompiled pdfium paths for Windows builds. Felix Kauselmann 2017-05-17 21:26:08 +02:00
  • b57e8dd3cc Merge branches Felix Kauselmann 2017-05-07 15:19:39 +02:00
  • d5c72ad2d1 Update precompiled pdfium for mac to chromium/3071 and add version info file with minimal build instructions Felix Kauselmann 2017-05-07 15:18:00 +02:00
  • b202ce0648 Merged develop into mac_build Felix Kauselmann 2017-04-25 11:45:32 +02:00
  • d6582c05c3 Fixed osx compilation. Luis Ángel San Martín 2017-04-24 22:18:47 +02:00
  • 290e19aa4b Added missing info view images for light theme. Luis Ángel San Martín 2017-04-24 22:04:06 +02:00
  • 689a782d5a Enabled light theme for info views in osx. Luis Ángel San Martín 2017-04-24 21:53:55 +02:00
  • 22971c330c Added info mode icon for osx Luis Ángel San Martín 2017-04-24 21:52:52 +02:00
  • 241f789727 Added enum that defines the UI themes supported by YACReaderLibrary. Luis Ángel San Martín 2017-04-24 21:49:21 +02:00
  • 7c2f49c9d4 Remove create-dmg script Felix Kauselmann 2017-04-23 21:41:13 +02:00
  • 4c9ec9cb58 Move windows pdfium libs Felix Kauselmann 2017-04-23 21:40:24 +02:00
  • 10b6f72e4a Fix the include paths for prebuilt pdfium Felix Kauselmann 2017-04-22 13:58:47 +02:00
  • d989e06c57 Build libunarr.a with the correct sdk version Felix Kauselmann 2017-04-22 13:58:07 +02:00
  • 750258a7d1 Update infos in INSTALL.txt Felix Kauselmann 2017-04-19 21:52:26 +02:00
  • 66fb10276f Use qrencode from brew Felix Kauselmann 2017-04-17 19:13:21 +02:00
  • 700e151aa2 Add prebuilt static unarr library for macOS. Felix Kauselmann 2017-04-16 18:33:31 +02:00
  • 2139e269d5 Adjust backend paths for prebuilt pdfium libraries. Felix Kauselmann 2017-04-16 18:29:16 +02:00
  • 4630198439 Add prebuilt static pdfium library for macOS. Felix Kauselmann 2017-04-16 18:27:53 +02:00
  • fe7df7130e More mac compile script simplification Felix Kauselmann 2017-04-16 12:41:06 +02:00
  • 7837840883 Headless config should make use of config.pri Felix Kauselmann 2017-04-16 12:38:58 +02:00
  • 74bc5fb116 Distclean instead of clean. Felix Kauselmann 2017-04-16 11:18:31 +02:00
  • ad67568903 Adjust defaults in config.pri Felix Kauselmann 2017-04-15 18:41:49 +02:00
  • c537583365 Move pdf backend integration logic to seperate .pri file Felix Kauselmann 2017-04-15 18:40:39 +02:00
  • 83074a9382 Fixed drag when flow mouse activation is disabled Luis Ángel San Martín 2017-04-11 20:48:36 +02:00
  • 7ac9860e60 Unarr: use static lib for mac builds. Felix Kauselmann 2017-04-10 20:17:17 +02:00
  • 7f6a248fe2 give the mac OS build scripts a much needed update Felix Kauselmann 2017-04-10 20:13:53 +02:00
  • 1459ebb261 Fixed path encoding used for opening PDF files with pdfium. Luis Ángel San Martín 2017-03-28 22:18:07 +02:00
  • c700f54673 Merged in selmf/yacreader/pdfium-win (pull request #48) Luis Ángel San Martín 2017-03-28 19:45:18 +00:00
  • c1375abc90 Updated the default comic vine end point base URL. They have switched to SSL https://comicvine.gamespot.com/forums/api-developers-2334/notice-ssl-is-coming-be-ready-to-accept-ssl-video--1861940/#1 Luis Ángel San Martín 2017-03-28 19:01:13 +02:00
  • 1da9745e1c Update the last time opened value in YACReader when a comic info is synchronized back to YACReaderLibrary. Luis Ángel San Martín 2017-03-28 18:45:24 +02:00
  • 0f9396ea9e Commented performance measuring code from folder content controller. Luis Ángel San Martín 2017-03-28 18:44:52 +02:00
  • 169c6c16dd Fixed reading comics web controller. Luis Ángel San Martín 2017-03-28 18:43:59 +02:00
  • 30982be0a9 Updated the comic model for getting the reading comics properly sorted. //TODO This should be using the method in the DBHelper. Luis Ángel San Martín 2017-03-28 18:43:15 +02:00
  • e2a8d520a9 Update the new lastTimeOpened value in the DB when it is needed in the DBHelper. Plus updated the getReading method for ordering the comics by the last time they were opened (descending order). Luis Ángel San Martín 2017-03-28 18:42:25 +02:00
  • 3a5415c335 Add new field to the comic info table in the DB and updated the migration process. Luis Ángel San Martín 2017-03-28 18:39:59 +02:00
  • a789d192d1 Added lastTimeOpened as a new property to ComicDB. Luis Ángel San Martín 2017-03-28 18:38:05 +02:00
  • 838e3d5510 pdfium: render pages to ARGB32 format directly Felix Kauselmann 2017-03-10 10:12:50 +01:00
  • 372531083c Use dynamic pdfium library for linux builds. Keep static library parameters as comments for potential later usage. Felix Kauselmann 2017-03-10 10:08:30 +01:00
  • 4527931083 Added an option to disable showing the go to flow on mouse over. Luis Ángel San Martín 2017-02-18 09:18:19 +01:00
  • 6d23989a96 Fixed slot warning at startup Luis Ángel San Martín 2017-02-18 09:17:37 +01:00
  • dfb6082294 merged Luis Ángel San Martín 2017-02-18 08:26:53 +01:00
  • ffba62f053 Remove pdf extension for no_pdf uilds Felix Kauselmann 2017-02-14 12:50:33 +01:00
  • 625b0967e5 add 64bit build support for pdfium on windows Felix Kauselmann 2017-02-14 12:09:27 +01:00
  • e0ccb3bf50 Add 64 bit pdfium dll Felix Kauselmann 2017-02-08 01:20:09 +01:00
  • d5f09872a4 Fix compilation with pdfium on windows Felix Kauselmann 2017-02-05 16:41:11 +01:00
  • a005846098 Add .lib file and pdfium import macros Felix Kauselmann 2017-02-05 15:04:06 +01:00
  • e452cc9a6d Add qmake support for pdfium on windows Felix Kauselmann 2017-02-04 16:15:57 +01:00
  • c47b3781bc Add prebuilt pdfium library for windows use Felix Kauselmann 2017-02-04 16:07:19 +01:00
  • 835a072e23 Usability fixes to Comic View scraper, now the dialog can be resized and once a volume is selected all the comics in that volume are fetched, so no more problems trying to scrap info for large numbers of comics. Luis Ángel San Martín 2017-01-14 14:58:42 +01:00
  • 27f9bff91b Added tooltip to folder items in the folders' treeview, it will show the complete name of the folder, usefull when the name is clipped by the parent view, plus the number of children in that folder. Only the number of subfolders can be known when the tooltip is decorated Luis Ángel San Martín 2017-01-13 20:05:56 +01:00
  • 206365f027 Fixed .pro for working with the latest OS X development tools. Luis Ángel San Martín 2017-01-13 19:00:23 +01:00
  • cfb0330026 Fixed compilation problems in OSX after pdf refactoring merge. Luis Ángel San Martín 2017-01-13 18:59:26 +01:00
  • b1b91d5013 Merged in selmf/yacreader/pdf_refactoring (pull request #46) Luis Ángel San Martín 2017-01-13 18:54:09 +01:00
  • 75502caa43 merged default Luis Ángel San Martín 2016-12-12 21:27:59 +01:00
  • 5f6f5936a1 Merged in selmf/yacreader/headless_server_improvements (pull request #47) Luis Ángel San Martín 2016-12-12 19:30:21 +01:00
  • 47256467c8 Use .contains() method directly Felix Kauselmann 2016-11-27 20:09:58 +01:00
  • ea83c560ee Don't use the database error functions for directory error reporting. Felix Kauselmann 2016-11-27 18:02:35 +01:00
  • a4ab113696 Fix typo Felix Kauselmann 2016-11-27 16:34:24 +01:00
  • 186f33d788 Add some endline characters - just in case Felix Kauselmann 2016-11-27 16:29:55 +01:00
  • 344a71b072 Add checks for directories and library names Felix Kauselmann 2016-11-27 16:18:09 +01:00
  • c48df74d53 Move headless stuff to YACReaderLibrarServer directory. Felix Kauselmann 2016-11-27 15:15:14 +01:00
  • cea9933cc2 Cosmetic changes to make pdf flags look nicer in the .pro files Felix Kauselmann 2016-11-23 22:09:34 +01:00
  • 9b726f719b Document new flag in INSTALL.txt and update call for packagers Felix Kauselmann 2016-11-22 20:01:51 +01:00
  • d486ce7d4b Fix typos in build files Felix Kauselmann 2016-11-22 19:53:48 +01:00
  • b778d301fa Fix compilation Felix Kauselmann 2016-11-22 19:41:27 +01:00
  • 01218de82c Add no_pdf config options to all builds Felix Kauselmann 2016-11-22 19:41:00 +01:00
  • 595ceecb62 Add cleanup function to mac pdf image buffer Felix Kauselmann 2016-11-22 18:23:40 +01:00
  • 23a1d08b20 Merged in selmf/yacreader/fix_unarr_build (pull request #45) Luis Ángel San Martín 2016-11-22 07:26:39 +00:00
  • 5c45b60b69 Fix optimization flag Felix Kauselmann 2016-11-22 07:55:29 +01:00
  • 4138b734fe Add large file support for unix builds Felix Kauselmann 2016-11-22 07:49:08 +01:00
  • f5b9772348 Fix bad commit Felix Kauselmann 2016-11-22 07:32:29 +01:00
  • 7c57ee2341 Backed out changeset 5c48ae9cb03f Felix Kauselmann 2016-11-22 07:31:00 +01:00
  • 1dff552dca windows build also needs compiler flags Felix Kauselmann 2016-11-20 11:36:57 +01:00
  • 4830fc1e63 Add some c compiler flags for unarr Felix Kauselmann 2016-11-20 11:21:59 +01:00
  • 5c63fd7554 Fix 7zTypes.h include Felix Kauselmann 2016-11-20 11:09:35 +01:00
  • c7fbc41d39 Fix includes for embedded unarr build Felix Kauselmann 2016-11-20 11:04:50 +01:00
  • 46d06f441a merge current develop branch Felix Kauselmann 2016-11-06 16:01:29 +01:00
  • 1732d24f71 add pdfium/no_pdf support to YACReaderLibraryServer Felix Kauselmann 2016-11-06 16:01:01 +01:00
  • a3b9ff66f8 fixed flow gl preset radio buttons, now the right preset is stored in settings Luis Ángel San Martín 2016-10-30 14:43:47 +01:00
  • 9b3cc92cb0 Make the new quick navigation go to flow 'manga mode aware'. Luis Ángel San Martín 2016-10-30 11:53:27 +01:00
  • 74812fe705 Used a more stylized look for the quick navigation scrollbar in the go to flow widget. TODO: the handler width should be dynamically calculated Luis Ángel San Martín 2016-10-30 10:18:19 +01:00
  • 2d0cbe3513 Disable quick navigation mode by default Luis Ángel San Martín 2016-10-30 09:53:21 +01:00
  • 7598cafd5d New quick navitation mode option for go to flow. Luis Ángel San Martín 2016-10-30 09:52:03 +01:00
  • 3ef210f7e6 merged Luis Ángel San Martín 2016-10-30 09:18:47 +01:00
  • 6d4ce1eabd Added new regexps for matching requests related to reading lists. Luis Ángel San Martín 2016-10-30 09:16:53 +01:00
  • 42a16a273b Added new class for serving a list of reading lists, service is not implemented yet. Luis Ángel San Martín 2016-10-30 09:16:28 +01:00
  • ff4befb60e Removed extraneous semicolon. Luis Ángel San Martín 2016-10-30 09:15:16 +01:00
  • cb6825f8af Merged in daisuke_cato/yacreader/dev_cato11 (pull request #44) Luis Ángel San Martín 2016-10-28 17:32:29 +00:00
  • 7ccbb7f515 Merged in daisuke_cato/yacreader/dev_cato6 (pull request #43) Luis Ángel San Martín 2016-10-28 17:32:09 +00:00
  • 04ec0c5acb Merged in daisuke_cato/yacreader/dev_cato7 (pull request #42) Luis Ángel San Martín 2016-10-28 17:31:52 +00:00
  • f3b37eade6 Merged in daisuke_cato/yacreader/dev_cato8 (pull request #41) Luis Ángel San Martín 2016-10-28 17:31:21 +00:00
  • de9db7cd2d Merged in daisuke_cato/yacreader/dev_cato9 (pull request #40) Luis Ángel San Martín 2016-10-28 17:29:00 +00:00