Clément Fauconnier
e2aef9f0aa
increased messages during document loading + optimized some calls
7 years ago
Clément Fauconnier
08e7ae8461
revert previous fix + code cleaning
7 years ago
Clément Fauconnier
7b1f64eabf
merge 1.4-dev + thumbnail views & fixes
7 years ago
Craig Watson
425129ff2f
Document mode: improved doc. selection after deleting documents
...
This mainly changes document mode behaviour in two ways:
1) When deleting 2+ items, a new document was selected in the list. Now, the current document is selected,
or if it has been deleted, a the first document in the list is set as
current document.
2) When deleting the last item in the trash, no document was selected.
Now, the current document is selected instead.
8 years ago
Craig Watson
6b90a8f333
Fix for trashed items being set as current document
...
When deleting a document that was in the trash, the following item was
selected but also set as current document. This is now fixed.
8 years ago
Craig Watson
67d3a34b0b
Document mode: Don't automatically select a new document when deleting one
8 years ago
Craig Watson
17461abd2b
Fix for folder renaming not being persisted
8 years ago
Craig Watson
575d14a5c2
Updated headers
9 years ago
Craig Watson
f4b1079d81
Revert "Revert changes pushed to wrong branch"
...
This reverts commit 4aa0ee6197
.
9 years ago
Craig Watson
dcb20ca251
Fix documents not being renamed correctly (new name wasn't persisted)
9 years ago
Craig Watson
2c68edd548
Fix delete key not working as shortcut in Document view
9 years ago
Craig Watson
5231e4268d
Select a new document when trashing a multiple selection
...
(Not doing so resulted in either a trashed item being selected when
returning to board mode, or a crash if the item had been permanently
deleted)
9 years ago
Craig Watson
11b9bf74fb
Save metadata.rdf less often
...
The documents' metadata.rdf file is now persisted only when a scene in
the document is also persisted; as well as when the document is modified
(trashed / path changed) in the the Documents pane.
Code was cleaned-up a bit too (added a forgotten return value, etc)
9 years ago
Craig Watson
59207cbbf2
Moved document metadata saving to UBPersistenceManager's worker thread
...
(Reading is still done synchronously, for now at least)
9 years ago
Craig Watson
8e1b5c4ee0
Don't select a new doc when trashing multiple docs
...
During trashing of multiple documents, a new document was selected
every time that one was moved to the trash -- even if it was about
to be trashed itself. This is no longer the case; the
selectADocumentOnMultipleTrashing() method was added to select the
first unselected document found (but this is currently not used, as
it seems OK to just select no document when we have just deleted a
whole selection)
9 years ago
Craig Watson
ca7e8e9254
Quick fix: Ctrl-A no longer selects same document mutliple times
...
Also quick code clean-up in UBDocumentController
9 years ago
Craig Watson
19dd4d1fc7
Fixed documents being accidentally permanently deleted in some cases
...
When both a folder and items it contained were selected, and trashed,
the documents could sometimes be deleted twice and thus, permanently
deleted when one just intended to move them to the trash.
9 years ago
Craig Watson
4b97816db9
Removed UBDocumentController::itemClicked slot
9 years ago
Craig Watson
61e898acc6
Added support for deleting multiple documents
9 years ago
Craig Watson
4aa0ee6197
Revert changes pushed to wrong branch
...
When the time comes to merge dev into master (for real), the
following may be useful:
https://metlos.wordpress.com/2012/01/13/
git-merging-after-a-revert/
9 years ago
Craig Watson
bedf11cc2d
Updated Q_WS_* env variables.
...
Q_WS_MACX -> Q_OS_OSX
Q_WS_MAC -> Q_OS_OSX
Q_WS_WIN -> Q_OS_WIN
Q_WS_X11 -> Q_OS_LINUX
9 years ago
Claudio Valerio
98e4abb7b4
removed document mode
11 years ago
Claudio Valerio
55a4b8601a
fixed issue with copying a text
11 years ago
Claudio Valerio
af6dc9c691
merge
11 years ago
-f
543e547e12
Sankore 1159
11 years ago
-f
7a35caad21
removed unused include
11 years ago
-f
97aab631b4
removed unused include
11 years ago
Claudio Valerio
e53c68eb92
is the selected document is removed another document is selected automatically even on dnd
11 years ago
Claudio Valerio
552de9966b
fixed issue 95
11 years ago
Claudio Valerio
22f69ee10a
fixed issue 93
11 years ago
Claudio Valerio
5c47e5493e
header updated
11 years ago
Claudio Valerio
f973c8b2d2
importing pdf doesn't add a blanc page anymore. Issue 81
11 years ago
Claudio Valerio
f8a21c1b3c
page zero issue after importing documents using the Importer program
12 years ago
Claudio Valerio
d1ba52eb66
on document mode is possible to remove the first page if the document contains more than one page
12 years ago
Claudio Valerio
907c08482e
first try on linux after changing name
12 years ago
Claudio Valerio
348acb8e5a
first page 0 handling fix
12 years ago
Claudio Valerio
908297ef08
removed teacher guide
12 years ago
Claudio Valerio
f4ccb26909
fixed new version check
12 years ago
Claudio Valerio
f1ea5c3426
update copyright on headers
12 years ago
Claudio Valerio
8511c7ac0e
some missing headers
12 years ago
Claudio Valerio
26466abab4
changed licence
12 years ago
Claudio Valerio
b2628d12b8
removed tab
12 years ago
Claudio Valerio
e5a5a332c0
converted UTF-8
12 years ago
Aleksei Kanash
b574c5b1c0
Fixed pares duplication - corrected previews generation.
12 years ago
Claudio Valerio
13d5c46d8d
fixed translation strings
12 years ago
Claudio Valerio
931e099e5d
added toque on page thumbnail depending if the teacherguide is filled out or not
12 years ago
Anatoly Mihalchenko
5816a17f57
SANKORE-98
...
shutdown after emptying the trashbin
12 years ago
Anatoly Mihalchenko
d9be3652f5
SANKORE-985
...
shutdown after emptying the trashbin
12 years ago
Luca Capello
1c132000f0
*.cpp: add 'LGPL-2 with OpenSSL exception' headers
12 years ago
shibakaneki
23531e8488
Fixed issue 962
12 years ago