Package: texstudio / 2.8.4+debian-3

Metadata

Package Version Patches format
texstudio 2.8.4+debian-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 use libhunspell.patch | (download)

texstudio.pro | 22 4 + 18 - 0 !
1 file changed, 4 insertions(+), 18 deletions(-)

 Patches texstudio.pro to compile against libhunspell instead of built-in
 hunspell.

02 fix desktop.patch | (download)

utilities/texstudio.desktop | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 Patches texstudio.desktop to add the missing keywords entry. It also removes
 the useless categories and no longer needed encoding entry.

03 disable auto update.patch | (download)

configdialog.ui | 6 6 + 0 - 0 !
configmanager.cpp | 2 1 + 1 - 0 !
2 files changed, 7 insertions(+), 1 deletion(-)

 This patch sets the auto update configuration value to false by default and
 disables the update checkbox and the corresponding time interval.

04 no qt translations.patch | (download)

texstudio.pro | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 Patches texstudio.pro to not install qt translations (as these files have
 been removed from the upstream tarball for Debian).

05 use libsynctex.patch | (download)

PDFDocument.h | 2 1 + 1 - 0 !
texstudio.pro | 7 1 + 6 - 0 !
2 files changed, 2 insertions(+), 7 deletions(-)

 use synctex provided by libsynctex-dev.
06 fix silent file saving.patch | (download)

texmaker.cpp | 25 14 + 11 - 0 !
1 file changed, 14 insertions(+), 11 deletions(-)

 Fixing a bug that caused texstudio to append a file extension based on the
 current selectedFileFilter even if a 'silent save' is performed. This
 resulted in data loss in the case a file with the file extension was
 already present.