| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: texmaker | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 5.1.4 | Vendor: openSUSE |
| Release: bp156.1.7 | Build date: Mon May 13 19:02:44 2024 |
| Group: Productivity/Publishing/TeX/Frontends | Build host: i03-ch2d |
| Size: 38754528 | Source RPM: texmaker-5.1.4-bp156.1.7.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://www.xm1math.net/texmaker/ | |
| Summary: LaTeX editor | |
Texmaker is a LaTeX editor that integrates many tools needed to develop documents with LaTeX in just one application. Texmaker includes unicode support, spell checking, auto-completion, code folding and a built-in PDF viewer with synctex support and continuous view mode.
BSD-3-Clause AND GPL-2.0-only
* Sat Jun 10 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.1.4:
* A bug with the contextual menu in the editor with Qt6 has been
fixed.
* A bug related to replace action with a regular expression has
been fixed.
* The internal pdf viewer can now zoom to 800%.
* "Home" and "End" key shortcuts have been added to the internal
pdf viewer (first/last page).
* While clicking in an internal link in the internal pdf viewer,
the pdf is no more moved horizontally.
* Some items have been added to the completion.txt (default list
for completion).
* Adaptation of the log file viewer to the dark theme.
* A trouble for the compilation with C99 has been fixed.
* An option to set the (optional) interval to record a backup of
the opened files has been added.
* The blocking of the check grammar web page by the CORS policy
has been fixed.
* Thu May 05 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to version 5.1.3:
* a compilation trouble in icondelegate with Qt>6.2.0 version
has been fixed
* some spellings errors in the source has ben fixed
* if an .asy document is loaded, the comment and uncomment tools
are adapted (// instead of %)
* the man page has been updated
* --version and --help options to the texmaker command line
has been added
* zh-TW translation has been updated (thanks to Lu Ke)
* a bug which avoid to change the shortcut of the "Quick build"
command has been fixed
* xdg-open is now used instead of evince in no-kde linux environment
* Wed Oct 20 2021 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.1.2:
* Fixed a bug related to replace action with a regular
expression.
* Fixed a bug related to mouse wheel events in the pdf viewer.
* Added support for non integer dpi scale factor.
- New BuildRequires: pkgconfig(Qt5Quick) needed to compile
texmaker versions >= 5.1.0.
* Sun Jun 27 2021 Christophe Giboudeaux <christophe@krop.fr>
- Remove the unneeded QtWebkit build dependency.
* Wed Jan 29 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.0.4:
* The url used to check a new version has been fixed (website
has moved to https).
* A bug after closing the internal pdf viewer during a session
(not the embed one) has been fixed.
* The deactivation of the list of pages in the internal pdf
viewer is now recorded in the viewer settings.
* The pos and size of the internal browser is now recorded.
* A typo in the english manual has been fixed.
* A workaround about the bad detection of dpi screen on Xorg has
been added.
* The ctrl+, shortcut has been added for opening the
configuration dialog.
* The ctrl+0 shortcut has been added for defining the master
document.
* Updated translations.
- Remove some doc files that are installed by the build script as
they are packaged using %doc/%license.
* Sun Mar 24 2019 badshah400@gmail.com
- Remove a cache file .qmake.stash, the presence of which causes
build failures on openSUSE Leap 15.1 and 15.0.
- Move appdata file to metainfo dir which is the standard now.
* Sat Feb 09 2019 badshah400@gmail.com
- Update to version 5.0.3:
* Fix bad highlighting on misspelled text before a \cite{} or
\label{} command.
* If no text is selected the "(un)comment" command will
(un)comment the current line.
* The default size of the configuration dialog has been reduced.
* Fold/Unfold/Fold All/Unfold All menu options has been added.
* Fix bug about completion when citing references that contain
numbers.
* Fix "recent files" menu with names including an ampersand.
* Fix typo in the documentation.
* Updated translations.
* Tue Dec 19 2017 mpluskal@suse.com
- Use qmake macros
- Cleanup a bit with spec-cleaner
* Tue Dec 19 2017 badshah400@gmail.com
- Update to version 5.0.2:
+ A memory leak has been fixed in the internal pdf viewer.
- Drop BuildRequires: libpoppler-qt5-devel; no longer required by
upstream as it uses bundled pdfium instead.
* Sat Aug 05 2017 badshah400@gmail.com
- Update to version 5.0.1:
- A trouble with the MikTex's ps2pdf command has been fixed
- The "-dpiscale x" option has been added to the Texmaker
command line : with this option the environment variable
QT_SCALE_FACTOR will be set to x before building the GUI (same
behavior than adding "export QT_SCALE_FACTOR=x" to the
environment variables). Can be used to adjust the interface
if the monitor dpi is not well detected.
- Updated translations.
* Mon Jul 24 2017 jengelh@inai.de
- Remove redundant wording from descriptions.
* Thu Jul 20 2017 werner@suse.de
- Update to version 5.0:
+ new and more modern interface look
+ highdpi is now supported on windows and linux
+ a spellcheck annoying trouble on kde5 has been fixed
+ new pdf engine
+ synctex updated to 1.18
+ Qt4 support has been removed : Qt5 (>=5.7) is now required
+ de, es, hu, pl, and zh_CN translations have been updated
- Drop texmaker-correct-doc-location.patch as now part of upstream
- Drop texmaker-appdata.patch as now part of upstream
- Require libqt5-qtbase-private-headers-devel at build time
- Require recommended LaTeX packages as runtime as well as at least
one WEB browser and the xdg-utils for e.g. open help files
* Tue Jul 26 2016 badshah400@gmail.com
- Add texmaker-appdata.patch to install an appstream metadata
file.
- Remove references to %{buildroot} during the %build stage,
this is no loger required.
- Pass METAINFODIR=%{_datadir}/appdata to install the metainfo
to openSUSE's currently preferred metainfo dir; the default
upstream specification for appdata recommends
/usr/share/metainfo instead, and is also the default metainfo
path set in texmaker-appdata.patch.
- Run fdupes only inside the %{_datadir}/texmaker dir to prevent
/usr/share/pixmaps/texmaker.png from becoming a link; if this
happens, appstream generator fails to extract the icon and
promptly fails to generate the appdata.
* Thu Nov 05 2015 badshah400@gmail.com
- Update to version 4.5:
+ The content of the \cite{} command is no more scanned while
the spell checking.
+ A compilation trouble has been fixed with Qt 5.5.x.
+ A new option allow the svn users to display the uncommitted
lines with a different color in the line number widget
(Configure Texmaker -> Editor).
+ Two more options for the pdf internel viewer contextual menu
(user request): number of words in the current pdf page and
open the file browser at the pdf file location.
+ De, hu, it, nl, pl, se and zh_CN translations have been
updated.
- Drop texmaker-include-qdatastream-header.patch: incorporated by
upstream.
* Mon Oct 19 2015 badshah400@gmail.com
- Add texmaker-include-qdatastream-header.patch to include
the QDataStream header where appropriate; fixes build failures
with Qt >= 5.5 (now in Factory).
* Sat Aug 15 2015 badshah400@gmail.com
- Build against qt4 for openSUSE:42 (old poppler in openSUSE:42
does not support qt5 bindings).
* Wed Apr 29 2015 crrodriguez@opensuse.org
- Honour RPM_OPT_FLAGS.
- switch to QT5, no source code changes needed.
* Mon Dec 01 2014 badshah400@gmail.com
- Update to version 4.4.1:
+ Bugs fixed :
- Fix crash if the "% !TEX encoding=" meta tag is not valid
- Fix bug related to some shorctuts (ctrl+shift+?).
- Changes from version 4.4:
+ Features :
- New wizard for a standard XeLaTeX document
- A script ("User" menu to execute it) to apply a hard word
wrap at 80 columns to the selected text
- List of furnished scripts is displayed in the "Run Script"
sub-menu of the "User" menu
- Add support for the meta tags "% !TEX encoding=" and
"% !TEX spellcheck"
- Add .vrb,.listing and .spx extensions to the "Clean"
command
+ Bugs fixed :
- Include xelatex command in the "Tools" menu
- Fix a bad behavior when spelling the document while a text
is selected (issue 1393)
+ Updated translations.
/usr/bin/texmaker /usr/share/applications/texmaker.desktop /usr/share/doc/packages/texmaker /usr/share/doc/packages/texmaker/AUTHORS /usr/share/doc/packages/texmaker/CHANGELOG.txt /usr/share/licenses/texmaker /usr/share/licenses/texmaker/COPYING /usr/share/metainfo/texmaker.metainfo.xml /usr/share/pixmaps/texmaker.png /usr/share/texmaker /usr/share/texmaker/README_DIC_fr_FR.txt /usr/share/texmaker/README_cs_CZ.txt /usr/share/texmaker/README_de_DE_frami.txt /usr/share/texmaker/README_en_US.txt /usr/share/texmaker/README_es_ES.txt /usr/share/texmaker/README_hu_HU.txt /usr/share/texmaker/README_pl.txt /usr/share/texmaker/README_pt_PT.txt /usr/share/texmaker/ca_CA.aff /usr/share/texmaker/ca_CA.dic /usr/share/texmaker/cs_CZ.aff /usr/share/texmaker/cs_CZ.dic /usr/share/texmaker/de_DE.aff /usr/share/texmaker/de_DE.dic /usr/share/texmaker/doc1.png /usr/share/texmaker/doc10.png /usr/share/texmaker/doc11.png /usr/share/texmaker/doc12.png /usr/share/texmaker/doc13.png /usr/share/texmaker/doc14.png /usr/share/texmaker/doc15.png /usr/share/texmaker/doc16.png /usr/share/texmaker/doc17.png /usr/share/texmaker/doc2.png /usr/share/texmaker/doc20.png /usr/share/texmaker/doc21.png /usr/share/texmaker/doc22.png /usr/share/texmaker/doc3.png /usr/share/texmaker/doc4.png /usr/share/texmaker/doc5.png /usr/share/texmaker/doc6.png /usr/share/texmaker/doc6bis.png /usr/share/texmaker/doc7.png /usr/share/texmaker/doc8.png /usr/share/texmaker/doc9.png /usr/share/texmaker/en_GB.aff /usr/share/texmaker/en_GB.dic /usr/share/texmaker/en_US.aff /usr/share/texmaker/en_US.dic /usr/share/texmaker/es_ES.aff /usr/share/texmaker/es_ES.dic /usr/share/texmaker/fr_FR.aff /usr/share/texmaker/fr_FR.dic /usr/share/texmaker/hardwordwrap_selection_80col.tms /usr/share/texmaker/hu_HU.aff /usr/share/texmaker/hu_HU.dic /usr/share/texmaker/it_IT.aff /usr/share/texmaker/it_IT.dic /usr/share/texmaker/it_IT_README.txt /usr/share/texmaker/latexhelp.html /usr/share/texmaker/nl_NL.aff /usr/share/texmaker/nl_NL.dic /usr/share/texmaker/pl_PL.aff /usr/share/texmaker/pl_PL.dic /usr/share/texmaker/pt_PT.aff /usr/share/texmaker/pt_PT.dic /usr/share/texmaker/qt_ar.qm /usr/share/texmaker/qt_ca.qm /usr/share/texmaker/qt_cs.qm /usr/share/texmaker/qt_da.qm /usr/share/texmaker/qt_de.qm /usr/share/texmaker/qt_en.qm /usr/share/texmaker/qt_es.qm /usr/share/texmaker/qt_fa.qm /usr/share/texmaker/qt_fi.qm /usr/share/texmaker/qt_fr.qm /usr/share/texmaker/qt_gl.qm /usr/share/texmaker/qt_he.qm /usr/share/texmaker/qt_hu.qm /usr/share/texmaker/qt_it.qm /usr/share/texmaker/qt_ja.qm /usr/share/texmaker/qt_ko.qm /usr/share/texmaker/qt_lt.qm /usr/share/texmaker/qt_pl.qm /usr/share/texmaker/qt_pt.qm /usr/share/texmaker/qt_ru.qm /usr/share/texmaker/qt_sk.qm /usr/share/texmaker/qt_sl.qm /usr/share/texmaker/qt_sv.qm /usr/share/texmaker/qt_uk.qm /usr/share/texmaker/qt_zh_CN.qm /usr/share/texmaker/qt_zh_TW.qm /usr/share/texmaker/texmaker.svg /usr/share/texmaker/texmaker128x128.png /usr/share/texmaker/texmaker16x16.png /usr/share/texmaker/texmaker22x22.png /usr/share/texmaker/texmaker32x32.png /usr/share/texmaker/texmaker48x48.png /usr/share/texmaker/texmaker64x64.png /usr/share/texmaker/texmaker_ar.qm /usr/share/texmaker/texmaker_cs.qm /usr/share/texmaker/texmaker_de.qm /usr/share/texmaker/texmaker_el.qm /usr/share/texmaker/texmaker_es.qm /usr/share/texmaker/texmaker_fa.qm /usr/share/texmaker/texmaker_fr.qm /usr/share/texmaker/texmaker_gl.qm /usr/share/texmaker/texmaker_hu.qm /usr/share/texmaker/texmaker_it.qm /usr/share/texmaker/texmaker_lv.qm /usr/share/texmaker/texmaker_nl.qm /usr/share/texmaker/texmaker_pl.qm /usr/share/texmaker/texmaker_pt.qm /usr/share/texmaker/texmaker_pt_BR.qm /usr/share/texmaker/texmaker_ru.qm /usr/share/texmaker/texmaker_se.qm /usr/share/texmaker/texmaker_sr.qm /usr/share/texmaker/texmaker_uk.qm /usr/share/texmaker/texmaker_vi_VN.qm /usr/share/texmaker/texmaker_zh_CN.qm /usr/share/texmaker/texmaker_zh_TW.qm /usr/share/texmaker/titlecase_selection.tms /usr/share/texmaker/usermanual_en.html /usr/share/texmaker/usermanual_fr.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 15:54:22 2025