1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
feat: add buttons to rotate camera image More... 12 months ago
Merge pull request #727 from sebojolais/seyes_background More... 12 months ago
Merge pull request #750 from letsfindaway/fix-scaled-pdf More... 12 months ago
rename 'pan' mentions to actual tool's name (hand) More... 12 months ago
adapt startupHints text to recent changes More... 12 months ago
improved readibility of desktop palette sub-menus + reduce/harmonized longpress interval More... 12 months ago
Hints and tips are enabled by default More... 12 months ago
add startupHints to package (linux) More... 12 months ago
add startupHints to package (windows) More... 12 months ago
widgets that explicitely don't accept drops sould not be bothered by the yes/no question, as suggested by @letsfindaway More... 12 months ago
changed version to 1.7.0a-230427 More... 12 months ago
multiple objects can be dropped at once More... 12 months ago
fixed a typo More... 12 months ago
Merge branch 'dev' of https://github.com/OpenBoard-org/OpenBoard into dev More... 12 months ago
dropping a library item above a widget implies multiple use cases. We should ask user what he wants to achieve when doing so More... 12 months ago
add startupHints to package (osx) More... 12 months ago
fixed an issue where jpeg images could no longer be drag and dropped from Pixabay search. Seems related to a change in Pixabay's side More... 12 months ago
Merge pull request #758 from letsfindaway/perf-image-formats More... almost 1 year ago
Merge pull request #745 from letsfindaway/fix-sync-onboard-state More... almost 1 year ago
added shortcuts to colors (1,2,3,4,5) More... about 1 year ago
fix: moving items in library More... about 1 year ago
perf: store images in source format More... about 1 year ago
feat: add Camera widget More... about 1 year ago
fix: widget position after moving unselected widget More... about 1 year ago
perf: avoid frequent URL to string conversions More... about 1 year ago
fix: event handling in UBToolWidget More... about 1 year ago
call reloadThumbnails after importUbx + don't give UBDocumentProxy's UBGraphicsScene's ownership : because of not clearly identidifed interactions/issues between UBPersistenceWorker, UBDocumentTreeNode and thumbnails, around UBDocumentProxy and UBGraphicsScene handling, some random crashes can occur during the import, especially with PDF-Based documents. By removing this ownership, crashes no longer happen. Memory leaks are prevented by Qt's internal handling of QObject resources. Still, this workaround is probably not the good way to fix these issues. Maybe smart pointers usage could help (as a same UBDocumentProxy can be referenced by UBDocumentController, UBBoardController, UBThumbnailPixmapItem, UBDocumentTreeNode, ...). To be analysed further More... about 1 year ago
also call puresetDocument if replaceAll clicked More... about 1 year ago
removed Q_UNUSED(desktop) as the parameter does no longer exist More... about 1 year ago
hide menu bar and dock also when starting in Documents Mode (osx) More... about 1 year ago