Damien Elmes
0abcc7412f
initial zip check should display same zip error message
2014-06-29 05:55:01 +09:00
Damien Elmes
1e34696c5b
Merge branch 'master' of git://github.com/sobjornstad/anki into sobjornstad-master
...
Conflicts:
anki/exporting.py
2014-06-29 04:07:00 +09: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
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
Damien Elmes
4c7a1a2af7
Merge branch 'master' of https://github.com/hssm/anki
2014-06-28 05:06:57 +09:00
Houssam Salem
68d8275ce1
Reduce margin of search box so that text isn't covered by fav button
2014-06-28 01:38:34 +10:00
Damien Elmes
61b0072dcc
fix handling of corrupt collections on windows
...
- advise user to create new profile, which prevents restores from
backup overwriting old backups
- don't rename the collection file, as it's no longer necessary,
and it fixes a windows bug where the main window would be left
open due to a failure to rename the locked collection file
2014-06-27 04:25:40 +09: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
dae
2aa7714f87
new media syncing protocol
...
- media syncing no longer locks the account, so it can be done
in the background in the future, and multiple clients can safely
sync media at the same time
- all operations are now idempotent, so they can be repeatedly safely
in the event of a connection error
- whether it's a normal incremental sync, an initial sync,
or the media database has been deleted, no files will be uploaded
or downloaded if they already exist on the other side
- file removals are now chunked like additions & updates, preventing
timeouts due to large requests
- if the server can't process a chunk in time, it will return a count
of what it did process, so the client can retry the rest
Notes for AnkiDroid:
- when porting this, recommend you pick a different name for the
.media.db2 file, so users don't accidentally copy the AD version to
the desktop or vice versa
- please make sure filenames are added to the zip in NFC form
2014-06-26 09:00:38 +09:00
dae
1933779fa6
Merge branch 'master' of github.com:dae/anki
2014-06-26 08:58:22 +09:00
dae
48dbc48b65
provide debug info when collection corrupt
2014-06-26 07:37:16 +09: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
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
d659d9cff7
add 'replay audio' button to previewer
2014-06-21 15:35:45 -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
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
ebcab2122d
more helpful error message for corrupt collection package
2014-06-17 16:55:55 -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
dae
fc4f24ce59
don't default to a button in prefs dialog
2014-06-03 16:26:46 +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
dae
8dd88c5f30
add m4a to usable formats
2014-05-25 20:02:24 +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
Damien Elmes
7134da4cd6
enable houssam's fav code
2014-05-12 15:45:21 +09:00
Damien Elmes
380080416f
Merge branch 'master' of https://github.com/hssm/anki
2014-05-12 15:34:12 +09:00
Damien Elmes
b4c5215013
allow app modal again now that qt's been fixed
2014-04-23 08:20:00 +09:00
Adam Mesha
5629533b38
Add hooks before and after a state change.
...
Useful for plugin authors.
2014-04-22 01:20:48 +03:00
Damien Elmes
28b2f8fe03
allow main webview to focus, which may fix shortcut issues
...
some users reported plugins that define reviewer shortcuts broke
2014-04-16 01:43:33 +09:00
Damien Elmes
966aca0f20
disable window modal progress dialog which is causing crashes
2014-04-16 00:46:26 +09:00
Damien Elmes
b99e349695
fix copy not appearing when reviewing
2014-04-14 15:32:30 +09:00
Damien Elmes
468c4f0c4b
add julien
2014-04-13 01:16:31 +09:00
Damien Elmes
2802d074bb
disable previous osx workaround that may be causing crash on file dialog
2014-04-10 14:01:24 +09:00
Houssam Salem
3aeb5d86da
Added search saving feature to card browser.
2014-04-09 04:35:00 +10:00
Houssam Salem
8f61dd3bf2
Merge branch 'master' of https://github.com/dae/anki
2014-04-06 16:38:32 +10:00
Damien Elmes
7dc26ed31d
only collapse cloze in type answer if single unique phrase
2014-03-28 07:25:27 +09:00
Damien Elmes
9f6b073def
allow copy context item in info view
2014-03-27 16:48:26 +09:00
Damien Elmes
5044089d42
Revert "tweak heights and font sizes"
...
This reverts commit 9beed20dc0 .
beta testers all seem to prefer the original smaller size
2014-03-27 14:02:55 +09:00
Damien Elmes
b562b8c6dc
Revert "fix some memory leaks"
...
This reverts commit b9ba2375a1 .
testing assumption that this is causing the windows crashes
2014-03-27 13:58:30 +09:00
Damien Elmes
c4c031d680
Merge branch 'master' of github.com:dae/anki
2014-03-20 08:00:48 +09:00
Damien Elmes
5cc8e9b7d3
show main window on startup on mac
...
this causes a visible resize, but seems to fix the intermittent
beachball on startup issue
2014-03-20 08:00:02 +09:00
Houssam Salem
b4057152f7
Merge branch 'master' of https://github.com/dae/anki
2014-03-16 22:23:29 +11:00