Commit Graph

19 Commits (30af9b2b20f3d6be8eac427a6cc5e18635a48ea6)

Author SHA1 Message Date
Manuel Genovés 30af9b2b20 Fix merge issues 2020-03-12 03:39:59 +01:00
somas95 3cbd386cf4
Merge branch 'master' into ui 2020-03-12 01:58:11 +01:00
Manuel Genoves 7a8d3a8459 make new export dialogs actually work 2020-03-11 02:54:56 +01:00
Manuel Genovés ef04a90fd7 update advanced export dialog 2020-03-03 14:26:32 +01:00
Manuel Genovés b70416709c externalize export popover 2020-03-02 14:33:11 +01:00
Manuel Genovés d7df0c68f7 Set PWD to the open document path
Convert local paths to absolute on exporting preview and html
2020-01-25 01:19:25 +01:00
Manuel Genovés 2fec09999b Fix paper size condition
Because the way popen works we need to use a "=" on the argument (otherwise the space splits the argument in two elements)
2019-12-22 02:45:53 +01:00
Thomas Lavend'Homme 0fce1bae77
Change paper size for odt and docx files 2019-12-14 21:26:50 -05:00
Thomas Lavend'Homme bf73910483
Change paper size of exported PDF according to what's been chosen 2019-11-30 22:09:51 -05:00
Manuel Genovés 7606a55389 update OpenOffice -> LibreOffice 2019-11-29 13:29:19 +01:00
Manuel Genovés 17c20199f5 use A4 papersize by default 2019-11-29 13:28:19 +01:00
Manuel Genovés 3af59e2c1d initial port to gresources 2019-11-04 23:05:03 +01:00
Manuel Genovés 213ff104e5 Update license 2019-07-05 20:47:49 +02:00
Gonçalo Silva d98208e0e9 Cleanup left-over from removing ODT as a default export option 2019-04-17 02:10:19 +01:00
Gonçalo Silva ce4a13278d Organize export formats by type, more copy fixes 2019-04-15 02:50:28 +01:00
Gonçalo Silva 50729b0d34 Introduce pypandoc for pandoc calls 2019-04-15 02:50:05 +01:00
Gonçalo Silva 6688eb259e Refactor textview / textbuffer into separate modules
Changes include:
* Much better encapsulation of textview/textbuffer, with each isolated
responsibility living independently on its own class/file.
* Less code overall
* Various small fixes around the components involved, such as:
  * Indentation of nested lists (fixes #120)
  * Unwanted scroll on select all (ctrl+a)
* Removal of unused code around the components involved
* Fixes for scrollbar location, now at the edge of the window
2019-04-13 02:00:13 +01:00
Gonçalo Silva 99641125ba Uniformize main class <> file naming 2019-04-11 03:49:59 +01:00
Manuel Genovés 129041795a use pep8 naming style for modules and classes 2019-04-01 22:40:59 +02:00