Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commits/commit/d2ab0e09629e5764583cb8f93657a6b7a21537b4 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

3906 Commits (d2ab0e09629e5764583cb8f93657a6b7a21537b4)
 

Author SHA1 Message Date
Clément Fauconnier d2ab0e0962 strokes group should be moved if tool is play or (selection & item not selected) 4 years ago
kaamui 20351ea6d9
Merge pull request #495 from SiderealArt/patch-1 4 years ago
kaamui 9821fafb56
Merge pull request #517 from alexrsoares/patch-1 4 years ago
Clément Fauconnier ee4e283074 make trash icons more explicit 4 years ago
Clément Fauconnier 0f9196f5e5 remove bookmark settings (no longer used) 4 years ago
Clément Fauconnier 8f33423ec3 fixed http/https behavior of webbrowser.wgt + explain user when iframe is not possible 4 years ago
kaamui 3e64122a17
Update README.md 4 years ago
Clément Fauconnier 4c95514a1a QGraphicsView::mouseMoveEvent should be called if tool is selector or play but mouse not pressed 4 years ago
Clément Fauconnier aa558673e4 pass arguments through run.sh script so ubz files can be double clicked again 4 years ago
Clément Fauconnier ba1bef4ab3 (should not happen but) prevent segfault if itemDelegate is null 4 years ago
Clément Fauconnier a76d0d85c1 fixed an issue where eraseBackground then undo would make a PDF being partly attached as a background and behave as an object 4 years ago
Clément Fauconnier cb5d2dba18 fixed an issue where toggling right palette would put the tools and area in an inconsistent state 4 years ago
alexrsoares dfca689d2d
Update OpenBoard_pt_BR.ts 4 years ago
Clément Fauconnier 60bed975fd fixed an issue where reloadThumbnails & treeviewSelectionChanged would be called every time a page is deleted ! Resulting on really poor performances for the deletion operation, even in a crash, if trying with a lot of pages. 4 years ago
Clément Fauconnier ec5f202ef1 always verify movingItem is not null + don't call QGraphicsView::mouseMoveEvent if movingItem is null + don't display grey rectangle with the magic finger 4 years ago
Clément Fauconnier 986cbd60ab adjust name using selected index when a folder is selected 4 years ago
Clément Fauconnier 61721b7f3b clear the error message after displaying it as it prevents any attempt to play the media if mError is not empty ! 4 years ago
Clément Fauconnier fe06bdf1df same behavior for document naming as for folder naming 4 years ago
Clément Fauconnier 05b6bf87b3 forbid deletion if all pages are selected 4 years ago
Clément Fauconnier cd4a66f90c fixed an issue where font style would not be persisted correctly 4 years ago
SiderealArt 8ba85f412b
Update OpenBoard_zh_TW.ts 4 years ago
SiderealArt ad80fb152c
Update OpenBoard_zh_TW.ts 4 years ago
Clément Fauconnier b3692061a5 fixed an issue where erase a stroke then clear the scene before changing page would cause a crash 4 years ago
Clément Fauconnier 1cb97a8f85 call adjust displayView when centering on last center 4 years ago
Clément Fauconnier 19e6331f5d Revert "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" 4 years ago
Clément Fauconnier 43f2aba2cc persist metadata when docs are renamed by the replace dialog 4 years ago
Clément Fauconnier c9826bbe6b folders still need to be removed 4 years ago
Clément Fauconnier 30087bb34d fixed a crash that would randomly occur when performing multiple deletion inside the trash 4 years ago
Clément Fauconnier 476d8768ee don't call documentThumbnailsUpdated every time + set current document to null if it is about to be deleted 4 years ago
Clément Fauconnier dd19e75211 using Qt 5.15.0 instead of 5.15.2 as a workaround for QTBUG-88309 (osx) 4 years ago
Clément Fauconnier c2dcd3b95d using Qt 5.15.0 instead of 5.15.2 as a workaround for QTBUG-88309 (windows) 4 years ago
Clément Fauconnier 0d222a93f1 Merge branch 'dev' of https://github.com/OpenBoard-org/OpenBoard into dev 4 years ago
Clément Fauconnier 5ad34647f7 using Qt 5.15.0 instead of 5.15.2 as a workaround for QTBUG-88309 (linux) 4 years ago
Clément Fauconnier 096e755ef6 third-party installers in silent/passive mode (Windows) 4 years ago
Clément Fauconnier 026ddb3c56 fixed some issues where change align state could result on loosing last changes (color, size, content) 4 years ago
Clément Fauconnier f3f07f9930 Merge branch 'dev-qt5.1x' of https://github.com/OpenBoard-org/OpenBoard into dev-qt5.1x 4 years ago
Clément Fauconnier 9cb1bce622 changed version to 1.6.1 4 years ago
Clément Fauconnier b1b4ceddad fixed a typo 4 years ago
Clément Fauconnier 562cecbb88 updated translations 4 years ago
Clément Fauconnier fbe447e8f0 updated credits 4 years ago
Clément Fauconnier 181f3d9e99 changed text for the pdf zoom improvements 4 years ago
kaamui c278d541fc
Merge pull request #464 from letsfindaway/bug-444-pointer-scaling 4 years ago
Clément Fauconnier 32f871e780 added missing parameters 4 years ago
Clément Fauconnier aaba5780b6 added libxcb-xinerama0 to the needed dependencies (seems to be required by Qt5Gui) 4 years ago
letsfindaway 19d74900a4 take systemScaleFactor into account for pointer diameter 4 years ago
Clément Fauconnier 32ae89197a updated release_scripts with Qt 5.15.2 4 years ago
Clément Fauconnier 560f7d042f changed release version to 1.6.1rc-0309 4 years ago
Clément Fauconnier d8cf456bc1 update release scripts with Qt 5.15.2 version (osx) 4 years ago
Clément Fauconnier 6ca61f8393 udpated translations 4 years ago
Clément Fauconnier 82f54a03c2 update release scripts with Qt 5.15.2 version (+ Qt5Script no longer needed) 4 years ago