1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed a regression introduced to fix handles initial rotation state More... about 1 year ago
rotateButtonBounds x() and y() should correspond to the position given to the rotate button More... about 1 year ago
clicking on a selected item or on its delegate frame should not unselect it More... about 1 year ago
added the possibility to hide an object on extended screen when object is selected (useful for editable textboxes that you want to hide with the mask, and edit during class without revealing its content, for example) More... about 1 year ago
just change mCurrentDocument when needed + call setActiveDocumentScene on current selected document so Board is up-to-date in all use cases More... about 1 year ago
remove the ability to drop mimeTypeUniboardPage to the Board More... about 1 year ago
trying to simplify and respect SRP. Replacement dialog doesn't have to update or select active document. Crash is still occuring when importing an UBX multiple times, but the code is on the right path. Will find the correct way to fix the crash + setActiveDocumentScene should NEVER create a document scene because it cannot load one... More... about 1 year ago
fix: PDF export when background PDF was scaled More... about 1 year ago
remove last visible text mentionning 'flash' More... about 1 year ago
reorder documents after UBX import More... about 1 year ago
change addToFavorites icon placement More... about 1 year ago
multiple fixes on 'add to favorite documents' behavior More... about 1 year ago
don't forget to add document if not replacing it More... about 1 year ago
Merge branch 'dev' of https://github.com/OpenBoard-org/OpenBoard into dev More... about 1 year ago
fixed a crash occuring when the active document was replaced during ubx import More... about 1 year ago
Merge pull request #677 from letsfindaway/improve-pdf-export-scaling More... about 1 year ago
removed deprecated signal and associated slots More... about 1 year ago
fixed an issue where 'add to board' option would not show up More... about 1 year ago
fixed a crash occuring when importing multiple times the same file by double-clicking on a UBZ file + come back to board even if previous mode was Document Mode More... about 1 year ago
fix: sync onboard state with internal sction More... about 1 year ago
Merge branch 'dev' of https://github.com/OpenBoard-org/OpenBoard into dev More... about 1 year ago
missing image file for hints and tips More... about 1 year ago
changed default path on osx release_scripts More... about 1 year ago
changed/simplified some linking checks/values More... about 1 year ago
more precise tooltip on Import Page More... about 1 year ago
fixed an issue where search result was cleaned up too early More... about 1 year ago
introducing hints and tips (WIP) More... about 1 year ago
fixed an issue where a recently open document could not be added as favorite More... about 1 year ago
Cleanup changes. Now, changes in UBBoardView are not relevant due to the merge of the PR #551. More... about 1 year ago
fixed an issue where a button would be selected but buttons not corresponding to its state, after a drag'n'drop for example (right palette) More... about 1 year ago