summaryrefslogtreecommitdiff
path: root/libview/ev-jobs.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-07Check whether the document page failed to renderrbuj1-1/+12
2019-11-28avoid redundant redeclarationsPablo Barciela1-27/+0
2019-07-01Remove trailing whitespacesLaurent Napias1-77/+77
2018-03-27libview: fix build without epubraveit651-2/+2
Fixes https://github.com/mate-desktop/atril/issues/308
2018-03-16epub: fix loading epub thumbnailsMickael Albertus1-24/+23
origin commit: https://github.com/linuxmint/xreader/commit/6ed0ee1 Note: origin commit causes some serious build warnings, ......fixed.
2017-09-06libview: Get text attributes from backend and save them in page cacheAntia Puentes1-0/+4
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=4592007
2017-09-06libview: Add a way to get the text logical attributes from the page cacheCarlos Garcia Campos1-0/+7
It returns an array of PangoLogAttr with the logical attributes of the text for the given page. taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=6870279
2017-08-24ev-job-find: mark two methods as skipCosimo Cecchi1-0/+6
Methods that use a double pointer to a GList cannot be annotated properly, so skip them until we have a better introspectable API. https://bugzilla.gnome.org/show_bug.cgi?id=691354
2017-08-24ev-jobs: have ev_job_failed_from_error shadow ev_job_failedCosimo Cecchi1-0/+7
Since the latter uses varargs and will never be introspectable. https://bugzilla.gnome.org/show_bug.cgi?id=691354 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=1d87fc5
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-60/+0
and require caja >= 1.17.1
2015-03-15webkit: indicate that job failed when the thumbnail loading failsMonsta1-7/+8
in GTK+3 build as well
2015-03-15webkit changesMonsta1-16/+42
- GTK+2 build: use signals to get notifications about load finish and errors (instead of polling in idle function) - GTK+2 build: indicate that job failed when the thumbnail loading fails - it doesn't seem to change anything though, but gotta figure out how to do the same in GTK+3 build for consistency - changed lock/unlock logic so that there's no locking in a function and unlocking in a callback
2015-03-15webkit: don't connect signal handlers more than onceMonsta1-12/+33
avoids calling the callback twice and crashing in GTK+3 build (because that callback unlocks the mutex, and glib gets angry when you unlock a mutex twice) Closes https://github.com/mate-desktop/atril/pull/128
2014-12-09libview: return early when print job was cancelled during page renderinginfirit1-0/+3
Taken from evince commit: ae4835dbed02ae928d96fb6360f7d5c62416044b From: Carlos Garcia Campos <[email protected]>
2014-12-09libview: make sure cancellable object is always cancelled in ev_job_cancel()infirit1-1/+5
It's safe to call it multiple times, and we still don't emit our cancelled signal for finished jobs. Taken from evince commit: 87084fb2aabc726343f6515c09ac6d2bba42afb1 From: Carlos Garcia Campos <[email protected]>
2014-12-09Fill links page labels for the index in the links threadinfirit1-1/+35
Getting the page of a named destination requires to take the doc lock, so it might block the main thread. Taken from evince commit: b6f2f6c391fa83cb9532e98f561057f022522147 From: Carlos Garcia Campos <[email protected]>
2014-12-08ev-jobs: fix indentation a bitMonsta1-30/+24
2014-12-08ev-jobs: don't forget to unlock the trylock'ed mutexmonsta1-1/+3
2014-09-23epub: Silence warnings in ev-jobs.cinfirit1-0/+2
2014-09-22Can build with epub disabledrootavish1-3/+7
Added the required preprocessor directives to make building without epub support possible.
2014-08-21Resolved the finalising issuerootavish1-12/+13
Resolved the issue with epub document where the documents were not getting finalised. My bad, sorry, I fix that with this commit. Also it seems I had set the wrong permissions on ev-view.[c,h]. Also fixed that.
2014-08-17Added epub3 navsheetsrootavish1-1/+1
I came across a document that didn't have an old style toc, and thus the all accomodating navsheet support. Also fixed some mistakes here and there.
2014-08-10Page Label handling, other fixesrootavish1-1/+0
Added the function to handle links from the toolbar, also added functions to disconnect all ev-view handlers once it has been replaced by ev-web-view, and vice-versa(to drop all handler associated to ev-web-view). Also the unref call to job_thumb was causing thumbnail jobs to crash with GTK2, so had to revert that, now we're back to the document folder not getting deleted from disk.
2014-08-09GTK3, Webkit2 support for epubrootavish1-0/+53
I added the code to make it possible to build Atril with GTK3 and webkit2. Everything runs fine with both GTK3 and GTK2. The find module for epub was also tested and changed. Now I shall first attempt to fix some Glib errors, and the problem of the temporary directory not getting deleted, that arose when I stabilized the thumbnails.
2014-08-06Redesigned the thumbnail code for ePubrootavish1-131/+56
No more crashes when searching with the sidebar open, will probably add a pixbuf cache as well to speed it up even further. The process which I earlier thought was not possible without separate jobs, work just fine as a single job, if I change the run mode of the thumbnail job, and incorporate a trylock() in case of epub.
2014-08-06Searching in epub documentsrootavish1-2/+6
I added the capability to search through documents. The search is quite buggy, and we'll be taking care of each bug one at a time.
2014-07-29Searching single pages in epubrootavish1-8/+32
..and other fixing other bugs that were present once the webview was added, like the escape key command etc. Will look to refactor the thumbnails into ev-web-view.c. In the next commit I'll extend this search over the entire document.Also will incorporate document index(table of contents).
2014-07-23Cleaned some code, added select-all functionalityrootavish1-17/+4
Select all functionality to select all content from the webview. Cleaned ev-jobs.c, it had a lot of unused code.
2014-07-21Thumbnails working for all epub documents.rootavish1-23/+16
Passes the test with a 71 page epub, I don't think it would have much problems were we to scale it further.
2014-07-21Program no longer segfaults, but does not give thumbnailsrootavish1-20/+20
The loading icons for all thumbnails are displayed, but the program does not segfault. Also realized that the absurd resizing of the window was due to the ephy-zoom action on the webview window. Will fix that in the next commit. Will also think of some workaround for screenshots. For now committed this code so that this can act as a clean slate if I screw up somewhere.
2014-07-20Moving everything related to webkit to main thread jobsrootavish1-21/+35
Including creation of windows, webviews etc., still get a crash. The one page epub works fine with the thumbnails though. Also fixing some calls which cause gtk-critical errors when I try to close the window.
2014-07-20Active properties dialog, other actionsrootavish1-1/+1
Properties dialog for epub documents, will some basic properties. Also set toolbar and menu sensitivity for the actions available in epub, will add more(find) once I write the module. Also inverted colors needs to be done with CSS or the like.
2014-07-19Moving all webkit tasks to main loop jobsrootavish1-26/+48
2014-07-19Thumbnails for all documentsrootavish1-4/+129
Now other problems with webkit. After much fidgeting I was able to resolve the previous problems of threads. However, now there is a different webkit error.
2014-07-10Files for EvWebView, thumbnails possible with GTK+-2.0rootavish1-2/+7
My last commit was supposed to have ev-web-view.c and ev-web-view.h however due to some reason I missed them last time, so here they are now. i am able to achieve thumbnails for my epub however these are of absurdly large size. Still struggling to get the webview done due to thread problems that I am encountering.
2014-07-01More changes to accomodate webviewrootavish1-0/+18
- Modified configure.ac to use both webkit2 and webkit1 based on gtk version - Modified Automake file in help/reference/shell/Makefile.am to compile with gtk-doc - Modified ev-document-model to support epub-documents. - Modified ev-window for epub documents. - Modified jobs so epub pages are not rendered. - Modified ev-document, although I'm not sure if this is necessary. Still need to figure out where the web view load uri has to be called to actually load pages, from there the puzzle would be much simpler. Hope to get this done in the week, and pick up the pace now that only six weeks of coding remain before final evaluation.
2011-11-09renaming evince to atrilPerberos1-3/+3
2011-11-09inicialPerberos1-0/+1577