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
Update OpenBoard_it.ts
|
5 years ago |
kaamui
|
0cb02e25dc
|
Merge pull request #195 from jrynik/patch-4
Create Messages_sk.properties
|
5 years ago |
kaamui
|
407ee2555e
|
Merge pull request #256 from odo2063/patch-2
update proposal to lang DE
|
5 years ago |
kaamui
|
abe23f818b
|
Merge pull request #252 from jrynik/master
Update OpenBoard_sk.ts
|
5 years ago |
kaamui
|
d71beaa2e9
|
Merge pull request #67 from antoine-girard-vallee/dev
Fixing "drawing on Gnome Desktop fails" (WIP, as some issues with the left floating palette still occuring)
|
5 years ago |
odo2063
|
6d262af1b8
|
update proposal to lang DE 2
fixed my own typo
|
5 years ago |
Clément Fauconnier
|
fdecd32ec7
|
workaround for QFontDialog issue locking current font (https://bugreports.qt.io/browse/QTBUG-79637)
|
5 years ago |
Clément Fauconnier
|
b3e6c4a013
|
fixed QWebView locations (now in QtWebkitWidgets
|
5 years ago |
kaamui
|
e3b0202fd5
|
Merge pull request #212 from JBBgameich/poppler
Port from xpdf to poppler
|
5 years ago |
Clément Fauconnier
|
05372d9c19
|
Revert "screens overlapping on ubuntu 18 in some cases"
This reverts commit 7dc58b7e60 .
|
5 years ago |
Clément Fauconnier
|
288b21c17f
|
improved behavior on font style changes
|
5 years ago |
Clément Fauconnier
|
88dee1f9e1
|
reorder documents tree when a document has been modified
|
5 years ago |
jrynik
|
7aa098a4f7
|
Update OpenBoard_sk.ts
|
5 years ago |
Clément Fauconnier
|
331d758db2
|
reset timer at mouse release event
|
5 years ago |
Clément Fauconnier
|
d65218e0f8
|
Revert "be able to double click on ubx files (WIP)"
This reverts commit adb884c8c9 .
|
5 years ago |
Clément Fauconnier
|
4ea7af384a
|
Revert "handle ubx double click on windows"
This reverts commit 410d0ff173 .
|
5 years ago |
dev
|
da448aa0c1
|
added some relinks in Homebrew libs (absolute paths refering to other libs ... homebrew 2.0 issue ? osx upgrade issue ? xcode linker issue ?
|
5 years ago |
Clément Fauconnier
|
8081ab134b
|
fix an issue where the text could be in interaction mode without being selected
|
5 years ago |
Clément Fauconnier
|
87892b6e61
|
recolor function of UBGraphicsTextItem should use scene's isDarkBackground instead of settings
|
5 years ago |
Clément Fauconnier
|
e0b1417e0f
|
improvements in selection of another document when the current one selected is deleted
|
5 years ago |
Clément Fauconnier
|
4dfdbe9b72
|
reorder automatically renamed documents
|
5 years ago |
Clément Fauconnier
|
8ddcb6e17e
|
added Bstgreek.ttf to resources
|
5 years ago |
Clément Fauconnier
|
bf87dc6943
|
version number appearing in Uninstall control panel (windows)
|
5 years ago |
Clément Fauconnier
|
410d0ff173
|
handle ubx double click on windows
|
5 years ago |
Clément Fauconnier
|
7b678ab7c7
|
improved behavior when replacing active document during import
|
5 years ago |
Clément Fauconnier
|
a690a11420
|
improved naming behavior
|
5 years ago |
Clément Fauconnier
|
15c4ca9323
|
fixed a crash when replacing active document during import
|
5 years ago |
Clément Fauconnier
|
efbba6dce4
|
remove obsolete connect with new qtsingleapplication
|
5 years ago |
kaamui
|
4f95e96f69
|
Merge pull request #218 from bartoszek/patch-1
Distro agnostic ffmpeg version test
|
5 years ago |
kaamui
|
a6f7042159
|
Merge pull request #233 from JBBgameich/css-menu-background
OpenBoard.css: Add background color to QMenu, QPushButton and QComboBox
|
5 years ago |
kaamui
|
71b6aa78ca
|
Merge pull request #229 from gektor-de/patch-1
Fix wrong German translation: "Kompass" -> "Zirkel"
|
5 years ago |
Clément Fauconnier
|
b7095072b3
|
fixed autocompletion error in hasSelection()
|
5 years ago |
Clément Fauconnier
|
80c63726f2
|
Revert "fixed autocompletion error in hasSelection()"
This reverts commit 63e5e8ecf4 .
|
5 years ago |
Clément Fauconnier
|
63e5e8ecf4
|
fixed autocompletion error in hasSelection()
|
5 years ago |
Jonah Brüchert
|
e34f074a42
|
OpenBoard.css: Add styling for QPushButton
|
5 years ago |
Jonah Brüchert
|
bfe74a4fa4
|
OpenBoard.css: Add styling for QComboBox
|
5 years ago |