Commit Graph

112 Commits (ab705d282e4489befde9d469e3b0576da79d5588)

Author SHA1 Message Date
Clément Fauconnier ab74e1d0da scan document if pagecount metadata contains the value 0, as it could prevent the document to be displayed in the Document Mode (didn't found ways to get into this scenario, but still) 4 years ago
Clément Fauconnier bc61f169a3 fixed a forgotten return (used while debugging) 4 years ago
Clément Fauconnier 9adb8e6643 Due to perfomance issues at openboard start, in a network-attached storage context, I had to find some (dirty) optimizations in order to counter-balance the huge response time of the directory scans performed when creating the documents tree (very huge in slowest machines (HDD, low CPU, with a thousand documents)). The simplest solution (I found) was to let the opening of metadatas fail, and to prevent any scanning. This implied to introduce the page-count as a metadata. As this issue is not encountered with a standard use of OpenBoard (with local documents), no update operation (of every document) should be necessary out of the described context 5 years ago
Clément Fauconnier 7d570b3a2e fixed a regression where an renamed document at import would display the previous name 5 years ago
Clément Fauconnier 7b678ab7c7 improved behavior when replacing active document during import 5 years ago
Clément Fauconnier 15c4ca9323 fixed a crash when replacing active document during import 5 years ago
Clément Fauconnier 38032fb42d fixed some issues where copying a page could result on images loss 5 years ago
Clément Fauconnier 6df843dc58 fixed set current background on a new page 6 years ago
Clément Fauconnier fccc1afd9f several fixes on document mode (buttons' state update, no active document on trash) 6 years ago
Clément Fauconnier c77b8fd8b8 code cleaning + copyright update + i18n update 6 years ago
Clément Fauconnier e228fb19e5 updated Copyright to 2018 6 years ago
Clément Fauconnier 41c50a2c0a new document and new folder editable at creation + expand path if needed 6 years ago
Clément Fauconnier e963b7e8df fixed document names 6 years ago
Clément Fauconnier 8ecf99f838 First step of OpenSankore Document Mode integration 6 years ago
Clément Fauconnier 3860e97b49 1.4 release without real time previews on left palette 6 years ago
Clément Fauconnier dcf039448c added translations 6 years ago
Clément Fauconnier cd1b2e0087 added code lost in auto-resolved conflicts during my last 'stash apply' 6 years ago
Clément Fauconnier 0344a4c293 added translations 6 years ago
Clément Fauconnier e2aef9f0aa increased messages during document loading + optimized some calls 6 years ago
Craig Watson 75ecc33bcf When creating a new page, set the background grid size to the same as 7 years ago
Clément Fauconnier 1f9a4858e1 replaced previous workaround on thumbnail views by a fix 7 years ago
Clément Fauconnier 7b1f64eabf merge 1.4-dev + thumbnail views & fixes 7 years ago
Craig Watson 694123c344 Fix for crash when exiting with an empty document 7 years ago
Craig Watson 4cff84737d When loading a scene that is about to be deleted, don't cache the previous and next scenes. 8 years ago
Craig Watson def5f7f719 Added ruled background 8 years ago
Craig Watson 575d14a5c2 Updated headers 8 years ago
Craig Watson f4b1079d81 Revert "Revert changes pushed to wrong branch" 8 years ago
Craig Watson 11b9bf74fb Save metadata.rdf less often 8 years ago
Craig Watson 59207cbbf2 Moved document metadata saving to UBPersistenceManager's worker thread 8 years ago
Craig Watson fe9affeea1 Overhaul of UBGraphicsMediaItem class 8 years ago
Craig Watson 4aa0ee6197 Revert changes pushed to wrong branch 9 years ago
Craig Watson 26f6de7851 Minor compatibility updates (strings etc; missing includes) 9 years ago
Claudio Valerio 7cd7af2de4 when page is deleted the pictures are deleted too 10 years ago
Claudio Valerio dd6a41fde3 fixed duplication issue 10 years ago
Claudio Valerio 8713dc3bcb removed monitor for document directory 10 years ago
Claudio Valerio bddb4db2b8 cosmetics 10 years ago
Claudio Valerio f84d204226 removed hack and correct duplication on a group 10 years ago
Claudio Valerio aaa09c9921 document removed if it contains only <<structural>> QGraphicsItems 10 years ago
Claudio Valerio 6d7350445f workaround for issue related to the group duplication 10 years ago
Claudio Valerio 998e074ea7 duplicated images on page duplication 10 years ago
Claudio Valerio 39a1284023 duplication fixed. Crash on closing the application after creating a new document fixed. 10 years ago
Claudio Valerio 422ab4c537 scene are deleted on gui thread 10 years ago
Claudio Valerio 5cea797ef1 Scene is copied before being queued to avoid concurrence 10 years ago
-f bea0740472 one scene document error when asking isEmpty. Load scene was called before persisted on disk 10 years ago
-f ccf7532af8 waiting the end of worker thread correctly 10 years ago
-f 61e588bb94 Threaded the storage of the scene. Asynchronous reading of the previous and next scene to be stored on cache. 11 years ago
-f 2c1a2c953d object selection on board remain unchanged after an automatic saving 11 years ago
Claudio Valerio 5c47e5493e header updated 11 years ago
Claudio Valerio f973c8b2d2 importing pdf doesn't add a blanc page anymore. Issue 81 11 years ago
Claudio Valerio d6768f35ed removed debug log 11 years ago