Soren I. Bjornstad
c3434ff751
update note type on apkg import when only templates have changed
...
Previously, it only updated if card/note count was different, even if
the templates / styling information had been updated.
2014-06-28 13:51:30 -05:00
Soren I. Bjornstad
0c937074eb
prevent profiles from getting out of sync when rename fails
...
If there is an error in renaming the folder, don't write the new profile
name to the database.
2014-06-28 11:31:02 -05:00
Soren I. Bjornstad
a261f15269
change out of temp media folder before deleting it
...
In some cases, not doing so could cause a "this file is being used by
another process" error.
2014-06-28 11:30:28 -05:00
Soren I. Bjornstad
186641ad8c
add css id to the star used for marking
...
Can't automatically prevent the star from being affected by image resize
and other CSS properties, as even weirder things happen to it when we
try. However, this will give users the ability to fix it themselves.
2014-06-28 09:17:36 -05:00
Soren I. Bjornstad
4619933e7e
change default Anki folder location on Linux to Documents/Anki
...
(leave in ~/Anki for existing installs)
2014-06-26 10:55:45 -05:00
Soren I. Bjornstad
46a38f843e
fix rounding of cards/minute; use 1 decimal place
2014-06-26 10:07:58 -05:00
Soren I. Bjornstad
083d9e8aa5
remove search text when ctrl-clicking a left panel item
2014-06-25 13:46:21 -05:00
Soren I. Bjornstad
a570779a26
update all duplicates when importing
...
If duplicate notes are already in the collection and, based on the first
field of all of them, they should be updated, update all of them instead
of just the first one we come across.
2014-06-24 15:55:19 -05:00
Soren I. Bjornstad
9ac6ac4d2b
Merge branch 'windows-case-fix'
2014-06-24 15:30:32 -05:00
Soren I. Bjornstad
a2eb5a09c3
allow changing case of profile name on Windows
2014-06-24 15:28:32 -05:00
Soren I. Bjornstad
88c36af987
don't try to log in if user cancels login dialog
2014-06-24 15:04:23 -05:00
Soren I. Bjornstad
72b4148127
make sure temp folder hasn't been deleted since creation
2014-06-24 14:50:39 -05:00
Soren I. Bjornstad
d659d9cff7
add 'replay audio' button to previewer
2014-06-21 15:35:45 -05:00
Soren I. Bjornstad
ba084cb46a
don't insert <br> into text of cards on import
...
When "allow HTML" was turned off, Anki was replacing newlines with <br>s
in the text of the new notes before it escaped HTML characters, so the
line breaks were becoming <br>.
2014-06-21 11:02:34 -05:00
Soren I. Bjornstad
5b61db7d0a
make sure unused media exist before deleting them
2014-06-20 19:41:56 -05:00
Soren I. Bjornstad
71ff86e3f3
change "suspended" label to "suspended+buried"
2014-06-20 19:23:53 -05:00
Soren I. Bjornstad
5f94d92f78
Merge branch 'geom_saverestore'
2014-06-20 10:36:31 -05:00
Soren I. Bjornstad
436f257e36
dialog box size and position improvements
...
- keep track of size and position for a number of dialogs
- make sure addons dialog opens at an appropriate size for the system
font size
- add optional argument to showText to restore geom on creation and save
on reject (other buttons, if used, need to be programmed to save
individually)
2014-06-20 10:31:52 -05:00
Soren I. Bjornstad
50e0d0b811
better message when Anki can't create a profile folder
2014-06-20 10:00:44 -05:00
Soren I. Bjornstad
b4784b7437
add "export" button to deck menus
2014-06-19 19:13:12 -05:00
Soren I. Bjornstad
28bb109ded
only display "added duplicate" message once
...
Even if there are several (duplicate) notes in the collection that
match, only send the message once to avoid making it look like multiple
dupes have been added.
2014-06-19 17:19:56 -05:00
Soren I. Bjornstad
5e74976361
prevent nesting things under filtered decks
...
This change keeps drag-and-drop behavior the same except for displaying
an error if an otherwise acceptable move would nest anything underneath
a filtered deck.
2014-06-18 16:26:49 -05:00
Soren I. Bjornstad
ebcab2122d
more helpful error message for corrupt collection package
2014-06-17 16:55:55 -05:00
Soren I. Bjornstad
8620b81817
add unchanged count to import log
2014-06-17 09:38:26 -05:00
Soren I. Bjornstad
4de023ecba
check that save to desktop was successful before showing message
2014-06-17 08:44:26 -05:00
Soren I. Bjornstad
6771af40b1
fix error handling for selecting invalid file type
...
(The error was never appearing because the test was missing quotation
marks.)
2014-06-17 08:31:38 -05:00
Soren I. Bjornstad
e0777602db
Merge branch 'master' of https://github.com/dae/anki
2014-06-17 08:14:49 -05:00
dae
1b646c1c8d
mnemosyne changed version string in .db
2014-06-08 14:37:15 +09:00
dae
bc90904acd
return success if media sync completes
2014-06-05 13:33:47 +09:00
dae
d358686c07
remove remote sync tests, as they can't be run by regular users
2014-06-03 18:22:29 +09:00
dae
54a85f6be7
disable broken unit test
2014-06-03 18:17:02 +09:00
dae
8491c907ba
fix cloze order
...
must be next to Text now; will document
2014-06-03 18:05:09 +09:00
dae
24e83abe22
fix empty search in filtered deck
...
was broken by bbc8f75d70
2014-06-03 17:54:15 +09:00
dae
09253b661c
getEmptyDeck() -> getEmptyCol()
2014-06-03 17:38:47 +09:00
dae
8cdfce4dd8
fix latex generation caused by bug in patch
2014-06-03 17:35:19 +09:00
dae
85488afb8f
add TimedLog for debugging
2014-06-03 17:26:06 +09:00
dae
e5ed110d65
fix latex test
2014-06-03 17:25:43 +09:00
dae
cc4b9938c7
add note about latexCmds
2014-06-03 16:33:43 +09:00
dae
fc4f24ce59
don't default to a button in prefs dialog
2014-06-03 16:26:46 +09:00
Damien Elmes
201b03c4a4
Merge pull request #82 from black-silence/master
...
fix tooltip for inverted color schemes
2014-06-03 16:26:18 +09:00
Damien Elmes
4e41c61e73
Merge pull request #79 from joelmeyerhamme/patch-1
...
Expose latex command tool chain
2014-06-03 16:19:59 +09:00
black silence
4529fa4513
fix tooltip for inverted color schemes
2014-06-02 20:02:26 +02:00
dae
c89199aee9
Merge branch 'master' of https://github.com/hssm/anki
2014-05-28 17:42:27 +09:00
Houssam Salem
7fa346c2a2
Re-check favourites status on any text change
...
Updates the favourites button when the search text is updated programmatically as well as user input. Fixes a bug where using the recent search drop-down doesn't update the favourites button state correctly.
2014-05-27 07:04:10 +10:00
dae
2a26b8684e
Merge branch 'master' of https://github.com/hssm/anki
2014-05-26 14:19:06 +09:00
Houssam Salem
7b62094ea0
Add odid fix to db check ( #1035 )
2014-05-26 15:11:47 +10:00
dae
8dd88c5f30
add m4a to usable formats
2014-05-25 20:02:24 +09:00
dae
cda86307c0
round cards/minute (thanks to Markus)
2014-05-25 14:55:29 +09:00
Houssam Salem
96a294039e
Don't manually specify tab order.
...
The default order is more logical:
Text input -> Search -> Preview -> Results table
2014-05-25 11:06:30 +10:00
Houssam Salem
07426a883c
Replace search lineEdit before we connect signals.
...
Avoids overriding the setup work we do on it.
2014-05-22 21:53:35 +10:00