Kovid Goyal
a92149c5b8
Move the compile_commands database into build dir
2023-01-26 13:27:05 +05:30
Kovid Goyal
ceb72752e4
Root the patterns in .gitignore
2023-01-10 19:35:37 +05:30
Kovid Goyal
4419e7d65a
Move to ruff for ./setup.py check
2023-01-10 19:31:32 +05:30
Kovid Goyal
0e90df8926
Ignore icons.rcc
2022-01-11 11:28:20 +05:30
Kovid Goyal
6db6e338e3
Add local virtual-machines.conf to gitignore
2021-12-11 08:33:15 +05:30
Kovid Goyal
6d845cfa37
Generate db of compile commands for use by tools when building
2021-06-14 09:02:55 +05:30
Kovid Goyal
744278b819
Add the directory where I store the scripts to deal with PyQt's enum nonsense to gitignore
2020-12-20 16:21:33 +05:30
Kovid Goyal
5f67dd54b5
Fix fetching of liberation fonts
...
Also add them to .gitignore
2020-12-15 11:46:55 +05:30
Kovid Goyal
06e9f8f8b8
Make the calibre changelog available as a resource
2020-10-29 10:57:21 +05:30
Kovid Goyal
15cb63c7b9
Remove reference to appcache in gitignore
2020-04-20 10:08:15 +05:30
Kovid Goyal
1c54eb1648
Code to fetch hyphenation dictionaries
2019-11-30 10:59:45 +05:30
Kovid Goyal
70600166f0
...
2019-04-09 14:41:58 +05:30
Kovid Goyal
50f6f9ea8f
Start work on new build infrastructure
2019-04-09 11:06:26 +05:30
Kovid Goyal
f78a7dad58
Do not use a compressed archive for mathjax
...
Improves performance for local clients such as PDF output and the
viewer. Since we have now removed the old unbundled mathjax, the file
count in the resources directory does not go up too much.
2019-01-04 21:53:06 +05:30
Flaviu Tamas
526835e555
Add cmake build directory to gitignore
2018-12-08 17:18:48 -05:00
Kovid Goyal
70f53a0a80
Ignore .doctrees folder generated by sphinx
2018-09-28 09:36:37 +05:30
Kovid Goyal
5751a7b427
...
2018-09-27 09:04:13 +05:30
Kovid Goyal
b9767b2b92
Move more databases to msgpack instead of pickle
2018-09-10 18:35:19 +05:30
Flaviu Tamas
2aacfeffa5
Update gitignore
2018-09-10 12:11:28 +05:30
Kovid Goyal
3874f4b2f3
Add viewer.js to gitignore
2018-07-29 23:32:55 +05:30
Kovid Goyal
3caf6c5491
Ignore the editor.js file from the engine branch
2018-07-29 22:53:23 +05:30
Kovid Goyal
17a5977e4f
Use the HTML 5 appcache to make the browser e-book viewer fully offline-able
2017-04-06 19:55:51 +05:30
Kovid Goyal
caac92bbd8
A larger pool of random UAs
2017-02-28 21:20:21 +05:30
James Broadhead
8522ac55af
Run calibre.library tests
...
- follow convention, add a find_tests, tests method to
calibre.library.test. Add calibre.library to the list in setup/test.py
- sort some imports
- add .cache to .gitignore
2016-12-05 08:42:53 +00:00
Kovid Goyal
1c389964cc
Get list of common user-agents during bootstrap
2016-07-20 00:06:49 +05:30
Kovid Goyal
05d9209053
Also check RapydScript files when running python setup.py check
...
Use sha1 hashes for the check cache instead of mtimes. More reliable
and should work with the travis cache as well, if you decide to run
check on travis
2016-06-25 11:26:23 +05:30
Kovid Goyal
6b5ecdc7e1
Add the mathjax version to the compiled js
2016-05-01 20:17:36 +05:30
Kovid Goyal
6531811efa
Allow the server to serve up MathJax
2016-05-01 16:50:33 +05:30
Kovid Goyal
c56ef9c087
Simplify loading of javascript in render iframe
...
Also improves performance by in-lining javascript into index.html
2016-03-24 23:41:57 +05:30
Kovid Goyal
35d2b9fda9
Establish communication between parent and sanboxed render iframe
2016-03-24 17:35:53 +05:30
Kovid Goyal
543482ae65
Implement translations for the new content server
2016-03-03 22:33:23 +05:30
Kovid Goyal
fc7d4830a9
Switch to using a private openssl lib on OS X
2016-01-30 12:40:50 +05:30
Kovid Goyal
fa49f81b3e
Infrastructure for serving rapydscript in the new content server
2015-10-07 11:37:58 +05:30
Kovid Goyal
3c7c651e14
Update RapydScript
2015-08-04 10:49:13 +05:30
Kovid Goyal
1c6ddefbf9
Make user manual translations stats available to calibre
2014-11-26 12:54:17 +05:30
Kovid Goyal
4cb585cc3e
Start work on function mode for S&R in the editor
2014-11-18 19:09:16 +05:30
Kovid Goyal
33a4d42287
Do not translate generated docs in user manual
...
Instead use the translated text from the main calibre translations
directly.
2014-08-12 10:58:47 +05:30
Kovid Goyal
4bf96b7cab
Compile user manual translations
2014-08-11 14:59:18 +05:30
Kovid Goyal
f3ae8e80a5
cleanup .gitignore
2014-06-30 09:48:19 +05:30
Kovid Goyal
3b4a561604
Ignore the translations folder entirely since it is now version controlled in a separate github project.
2014-06-17 14:35:30 +05:30
Kovid Goyal
6ee6e6930e
...
2014-06-17 09:40:40 +05:30
Kovid Goyal
2363f44a65
Start work on migrating to transifex. See https://srctwig.com/2012/08/02/localisation-with-git-and-transifex/ for a nice summary of workflow using the command line tool
2014-05-26 11:44:32 +05:30
Charles Haley
a0c9d46214
Make sure eclipse files are ignored
2013-07-10 17:44:23 +02:00
Tomasz Długosz
c226e17bc3
update gitignore file
2013-06-04 21:08:48 +02:00
Kovid Goyal
a39de67fc0
Ignore .bzrignore
2013-05-28 11:14:32 +05:30
Kovid Goyal
dddb866d06
Migrated from bzr
2013-05-28 11:12:27 +05:30