Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commits/commit/9821fafb56aa0bc1528f0ecfd49ac1c3a8b3949b?page=4 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

3902 Commits (9821fafb56aa0bc1528f0ecfd49ac1c3a8b3949b)
 

Author SHA1 Message Date
Clément Fauconnier add38a48d0 fixed an issue where the finger selector would not move text items just created 5 years ago
Clément Fauconnier b430618474 make livavcodec exception more generic 5 years ago
Clément Fauconnier 11654b6ee9 downloading a PDF to add it to the current document was no longer working due to changes in QUrl::toLocalFile 5 years ago
Clément Fauconnier 90fd7191df Merge branch 'dev-qt5.1x' of https://github.com/OpenBoard-org/OpenBoard into dev-qt5.1x 5 years ago
Clément Fauconnier 10950bd702 rollback to windowsmedia + fix on audio crash 5 years ago
Clément Fauconnier e20a45167a restrict workaround to 10.13+ versions 5 years ago
dev 66baf6634e workaround to broken StaysOnTop+TransluscentBackground behavior on OSX 10.13+ (cf. https://bugreports.qt.io/browse/QTBUG-81456). Not satisfying at all but only thing I found acceptable for the moment... 5 years ago
dev de6c6a07df Merge branch 'dev-qt5.1x' of https://github.com/OpenBoard-org/OpenBoard into dev-qt5.1x 5 years ago
Clément Fauconnier f708b59790 (wip) ffmpeg support attempt for Windows 5 years ago
Clément Fauconnier 7a9b7eccc7 no redefinition of snprintf for msvc 2017+ compilers 5 years ago
Clément Fauconnier 1229e2ab64 updated Windows release scripts to Qt 5.13 + msvc2017 x64 5 years ago
Clément Fauconnier 5c517525fc workaround for a really strange behavior on x11 (cf. comments).. 5 years ago
Clément Fauconnier 92a214124a Merge branch 'dev-qt5.1x' of https://github.com/OpenBoard-org/OpenBoard into dev-qt5.1x 5 years ago
Clément Fauconnier 21f59f11cb added statement suggested in #259 issue as I didn't found any regression and it seems to solve a systematic crash on Windows according @torinfo 5 years ago
Clément Fauconnier 7998ab58d2 updated building/packaging to qt5.13 5 years ago
Clément Fauconnier 978a03a601 updated quazip linking 5 years ago
Clément Fauconnier 1bad7e0f58 Revert "Revert "screens overlapping on ubuntu 18 in some cases"" 5 years ago
Clément Fauconnier 0a129560cb Merge branch 'dev' into dev-qt5.1x 5 years ago
dev 2fdc8a3a8c Merge branch 'dev' into dev-qt5.1x 5 years ago
kaamui 1db8700ab2
Merge pull request #266 from bartoszek/poppler>=0.83 5 years ago
Clément Fauconnier 958f388a1a Merge branch 'dev' into dev-qt5.1x 5 years ago
Clément Fauconnier 85eb094ea9 changed release version to 1.5.4 (in 'About' tab) 5 years ago
Clément Fauconnier bc61f169a3 fixed a forgotten return (used while debugging) 5 years ago
bartus 716024eb79 Poppler >=0.83 fix. 5 years ago
Clément Fauconnier d7076c1f22 changed version name to 1.6.0a 5 years ago
Clément Fauconnier f29c11bc3d Merge branch 'dev' into dev-qt5.1x 5 years ago
Clément Fauconnier c30b85376a set emptyTrashForOlderDocuments default value to false 5 years ago
Clément Fauconnier 872d5cb360 Merge branch 'uat' into dev 5 years ago
Clément Fauconnier df301d00f5 updated translations 5 years ago
Clément Fauconnier 8f913a1ad5 delete documents in trash older than x days now won't delete documents x days old 5 years ago
Clément Fauconnier c69d63b26b changed release version to 1.5.4 5 years ago
Jonah Brüchert 77a2aff039
Port from QScriptEngine to QJSonDocument 5 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 84fad66614 update 'updated-at' metadata when moving a document to trash (as it is done on the metadata.rdf file) 5 years ago
Clément Fauconnier 1dadb21212 just need to delete documents, as these methods are only used when closing OpenBoard. Fix bad indexes issues 5 years ago
Clément Fauconnier f6152d2e5c don't try to delete the trashIndex itself 5 years ago
Clément Fauconnier 6fb5b5bc8d changed version number to 1.5.4rc2 5 years ago
Clément Fauconnier a40d1ee2f0 return to standard script on main branch 5 years ago
Clément Fauconnier 05d672a8f8 added two options to periodically delete old documents in trash 5 years ago
Clément Fauconnier e3bfd85b31 changed version number to 1.5.4rc 5 years ago
Clément Fauconnier c6fc24aa79 updated translations 5 years ago
Clément Fauconnier 54c800e467 workaround for QFontDialog issue locking current font (https://bugreports.qt.io/browse/QTBUG-79637) 5 years ago
Clément Fauconnier 937bf5aa40 fixed not recognized css on rhombus 5 years ago
Clément Fauconnier 83b5770531 added 4 shapes with 'nofill' property 5 years ago
Clément Fauconnier 92575d2b59 added GETypoLibre improvements made by Neuchâtel 5 years ago
kaamui 4f39940e34
Merge pull request #189 from Gvf63/patch-1 5 years ago
kaamui 0cb02e25dc
Merge pull request #195 from jrynik/patch-4 5 years ago
kaamui 407ee2555e
Merge pull request #256 from odo2063/patch-2 5 years ago
kaamui abe23f818b
Merge pull request #252 from jrynik/master 5 years ago