Commit Graph

52 Commits

Author SHA256 Message Date
Richard Brown
8a2d841dea Accepting request 875953 from Publishing
OBS-URL: https://build.opensuse.org/request/show/875953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=25
2021-03-30 19:09:18 +00:00
Martin Pluskal
2b9d4cfff9 Accepting request 874431 from home:seijikun:branches:openSUSE:Factory
- Update to version 3.1.1
  * fix crashes concerning opening included files
  * let global TOC update as you type
- Update to version 3.1.0
  * fix changing GUI language
  * global TOC added which needs to be updated for now (WIP)
- Update to version 3.0.5
  * fix crash when deleting all elements of a build chain (#1415)
  * fix large tooltips on win with ADWAITA style
  * number of pdf rendering threads limited to 8 (or to set value, see #1463)
  * add command line option --texpath to force a tex path
  * fix touchpad scroll in x direction
  * fix a seldom crash
  * adapt speller dialog to find the same errors as the online checker
  * fix replace in global search

OBS-URL: https://build.opensuse.org/request/show/874431
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=51
2021-03-01 11:00:51 +00:00
Dominique Leuenberger
d5675d3431 Accepting request 862290 from Publishing
OBS-URL: https://build.opensuse.org/request/show/862290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=24
2021-01-11 16:16:12 +00:00
Martin Pluskal
8d45fa3a7f Accepting request 861991 from home:dirkmueller:branches:Publishing
- update to 3.0.4:
  - fix crash when deleting all elements of a build chain (#1415)
  - fix RTL presentation when zoomed (#1404)
  - fix pdf toolbar size setting

OBS-URL: https://build.opensuse.org/request/show/861991
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=49
2021-01-11 13:18:37 +00:00
Dominique Leuenberger
36ca5e4a47 Accepting request 861539 from Publishing
OBS-URL: https://build.opensuse.org/request/show/861539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=23
2021-01-08 16:37:30 +00:00
Martin Pluskal
5eb604409e Accepting request 859257 from home:seijikun:branches:Publishing
- Update to version 3.0.3
  * iOS bugfixes
- Update to version 3.0.2
  * handle \tabularnewline correctly (#1373)
  * fix text insertion on selected text (#1359&#1354)
  * changed behaviour for cut buffer and Ctrl+e (insert env)(#1342)
  * texdoc added as selectable command
  * win build now uses 64 bit and can handle larger documents
  * larger number of default dictionaries added

OBS-URL: https://build.opensuse.org/request/show/859257
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=47
2021-01-08 07:57:04 +00:00
Dominique Leuenberger
d4174c0b97 Accepting request 835105 from Publishing
OBS-URL: https://build.opensuse.org/request/show/835105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=22
2020-09-17 12:50:35 +00:00
Martin Pluskal
e0a0b0eec3 Accepting request 832943 from home:seijikun:branches:Publishing
- Update to version 3.0.1
  * fix glitch in modern style (#1238, triangle missing)
  * fix equation preview (#1234)
  * fix commands with quotes (#1225 & #1169)
  * fix syntax marker in darkmode (#1224)
- Update to version 3.0.0
  * speed up document parsing, should result in faster document load times
  * spell checking is done asynchronously
  * custom verbatim/math env highlighting abandoned for a cwl based approach
  * better dark-mode support
- Update to version 2.12.22
  * fixes garbled symbols in OSX
  * fixes crash when changing magic language comment and pdf search path handling.
  * last release supporting Qt4
- Update to version 2.12.20
  * fixes a problem with replacing when search highlight is activated
- Update to version 2.12.18
  * mainly a bug fix release
  * better support of regexp in search
  
- Update to version 2.12.16
  * mainly a bug fix release.
  * most notable change is flickerfree update of pdf
- Update to version 2.12.14
  * fix bug that not all available GUI languages are shown
  * tweak fuzzy completer
  * fix template presentation
- Update to version 2.12.12
  * improve macro handling, provide gui that directly downloads macros from github.com/texstudio-org/texstudio-macro
  * add fuzzy completion mode
  * add cwls
  * fix rare bug that the character appear reverse order
  * bug fixes
- Use source url
- Drop conditionals for older distros, they fail to build anyways
- Use spec-cleaner to modernise spec file
- Update to version 2.12.10
  * bug fixes
  * fix structure view with Qt >5.10
- Update to version 2.12.8
  * improved tokenizer for syntax checking and completion
  * pressing Ctrl+F while the editor search has focus opens the
    extended search, i.e., you'll get extended search by pressing
    Ctrl+F twice
  * automatically insert math delimiters ($) when inserting a math
    command outside of a math env (can be turned off, default on)
  * change copy behavior of multiple cursors from selection order
    to line order
  * file list is now a transparent popup window: closes when clicked
    outside
  * combine file conflict and show diff dialog
  * fix file watcher not recognizing multiple changes to a file in
    quick succession
  * improved detection of package names when opening texdoc
  * new symbol panel layout
  * some touch scrolling on certain panels
  * updated synctex and poppler libraries for pdf viewer
  * fix undo when a snippet is inserted and a selection is inserted
    as well
  * fix some parts of the editor background may not be drawn in the
    correct color
  * build for OSX High Sierra
  * various other fixes
- Unbreak build on Leap 42.x, make_jobs is only provided by macros.qt5
- Disable crash handler on aarch64/armv6l/armv7l, aarch64 is
  not implemented and armv6l/armv7l is broken
- use %qmake5 macro to supply CXXFLAGS and also CFLAGS
- Update to version 2.12.6
  * Minor changes
- Update to version 2.12.2
  * PDF shortcuts are now changable
  * improved user interface: optimized layout, some new icons, some changes of color
  * warn if file-saving fails
  * Support LanguageTool json API (needed for LanguageTool > 3.5)
- Update to version 2.11.2
  * major performance speedup
  * speed up pasting into large documents (factor 100x)
  * add comment toggle
  * improved search panel layout
  * improved bracket detection for \todo highlighting (bug 1789)
  * improved parsing of section titles (bug 1817)
  * bugfixes and minor changes, see included CHANGELOG.txt for details
  
- Set minimal required memory for building: 2500 Mb
- Update to version 2.11.0
  * support two editors next to each other
  * new tabular wizard
  * support multi-line commands
  * add scrollbar marks for search and bookmarks
  * add command option --no-session
  * bugfixes and minor changes, see included CHANGELOG.txt for details
- Update to version 2.10.8:
  * bugfix release, see included CHANGELOG.txt for details
- Update to version 2.10.6
  * bugfix release, see included CHANGELOG.txt for details
- Update to version 2.10.4
  * bugfix release, see included CHANGELOG.txt for details
- Update to version 2.10.2
  * new and improved LaTeX parser
  * improved search results window
  * open password protected pdfs
  * improved UI scaling
  * temporary highlight target text of go to definition
  * bugfixes
- Update to version 2.9.4
  * bugfix release, see included CHANGELOG.txt for details
- Build with Qt5 for openSUSE > 13.2
- Update to version 2.9.0
  * link overlays for urls
  * close editor tab by pressing middle mouse button
  * support optional filename argument in txs:///view-pdf-internal
  * add "expand/collapse all documents" to context menu of structure
  * add tabulary support
  * windowed pdf viewer now supports --no-focus argument
  * improved detection of label name for "Insert \ref to Next Label"
  * improved context detection for preview
  * improved search for texdoc location
  * improved log parsing including support for LaTeX3 warnings and errors
  * resize with soft line warp: keep vertical cursor position constant
  * support .tikz files (treated like .tex files)
  * bugfixes
- Update to version 2.8.8, mostly bugfixes, see CHANGELOG.txt
- Drop texstudio-correct-doc-location.patch
- Update to version 2.8.0
  * completion and syntax check on keyval options, e.g.
    \includegraphics (graphicx!)
  * search and replace over several documents improved
  * improved parser for log files (better detection of filenames)
  * todo-style commands (e.g. \todo{}) are added to the list of todos
  * the keyboard modifier key for the context menu (spellcheck
    suppression) is configurable via texstudio.ini
    "Editor/ContextMenuKeyboardModifiers"
  * improved auto-hide toolbars feature in embedded viewer
  * users can overwrite the default language definitions and add own ones
  * makeglossaries support
  * allow quoted filenames in include-like commands to support
    filenames and directories containing spaces
  * updated LaTeX reference manual
  * several bugfixes
- Update to version 2.7.0
  * added Edit -> Text Operations (To Lowercase / To Uppercase / To Titlecase)
  * added list of recent sessions
  * speedup of saving for large documents
  * added recognition in filetree for import subimport importfrom
    and subimportfrom (Thanks to Steven Vandekerckhove)
  * added button to stop a running compilation
  * the dictionary search path can now contain of multiple directories
  * Dictionaries in the OpenOffice/LibreOffice Extension format
    (*.oxt) can now be imported
  * Updated the latex reference manual to to a recent version
  * new option for maximum image tooltip width
  * new option "Reference commands in context menu"
  * new options for additional search paths in editor logic
  * new option for automatic encoding detection: make latex and
    character based detection selectable separately
  * new options for pdf highlight color and duration
  * find dialog: search in all loaded documents i.e. also in hidden
  * improved synchonization PDF -> source
  * support "% !BIB = biber" syntax for compatibility with TeXShop
    and TeXWorks
  * added several new cwl files
  * several bugfixes
- Set correct documentation location
  * texstudio-correct-doc-location.patch
Wed Jun  12 14:01:31 UTC 2013 - jsundermeyer@sf.net
- release (2.6.0)
Fri Mar  29 14:01:31 UTC 2013 - jsundermeyer@sf.net
- fix potential crash (2.5.2)
- bug fixes (2.5.2)
- spec file cleanup, fixed some RPMlint warnings
- update to version 2.5.1
- update to version 2.5
- update to version 2.4
- update to version 2.3
- initial release of version 2.2

OBS-URL: https://build.opensuse.org/request/show/832943
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=45
2020-09-17 06:52:19 +00:00
Dominique Leuenberger
fc2ee51b46 Accepting request 829826 from Publishing
OBS-URL: https://build.opensuse.org/request/show/829826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=21
2020-09-01 18:07:16 +00:00
Dmitry Roshchin
140c3ef267 Accepting request 829825 from home:Dmitry_R:branches:Publishing
- Update to version 3.0.0
  * speed up document parsing, should result in faster document load times
  * spell checking is done asynchronously
  * custom verbatim/math env highlighting abandoned for a cwl based approach
  * better dark-mode support

OBS-URL: https://build.opensuse.org/request/show/829825
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=43
2020-08-26 19:25:14 +00:00
Dominique Leuenberger
5fe60ccc22 Accepting request 767506 from Publishing
OBS-URL: https://build.opensuse.org/request/show/767506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=20
2020-01-27 19:16:30 +00:00
Martin Pluskal
5685e34266 Accepting request 766604 from home:seijikun:branches:Publishing
- Update to version 2.12.22

OBS-URL: https://build.opensuse.org/request/show/766604
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=41
2020-01-26 17:11:56 +00:00
Dominique Leuenberger
d8073906be Accepting request 764771 from Publishing
OBS-URL: https://build.opensuse.org/request/show/764771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=19
2020-01-16 17:21:13 +00:00
Tomáš Chvátal
30ef1f6b0a Accepting request 764746 from home:seijikun:branches:Publishing
Update to version 2.12.20

OBS-URL: https://build.opensuse.org/request/show/764746
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=39
2020-01-15 18:49:11 +00:00
Dominique Leuenberger
b36b991725 Accepting request 761893 from Publishing
OBS-URL: https://build.opensuse.org/request/show/761893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=18
2020-01-08 16:57:37 +00:00
Dmitry Roshchin
edf76fc760 Accepting request 761882 from home:seijikun:branches:Publishing
Update to version 2.12.18

OBS-URL: https://build.opensuse.org/request/show/761882
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=37
2020-01-08 15:50:13 +00:00
Dominique Leuenberger
416b38c5ec Accepting request 704671 from Publishing
OBS-URL: https://build.opensuse.org/request/show/704671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=17
2019-06-19 18:58:07 +00:00
Martin Pluskal
3a46b0d609 Accepting request 704203 from home:seijikun:branches:Publishing
Update to version 2.12.16

OBS-URL: https://build.opensuse.org/request/show/704203
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=35
2019-05-22 08:38:08 +00:00
Dmitry Roshchin
ef03ca2050 Accepting request 703116 from home:seijikun:branches:openSUSE:Factory
Updated to Texstudio 2.12.14

OBS-URL: https://build.opensuse.org/request/show/703116
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=34
2019-05-15 16:19:22 +00:00
Dominique Leuenberger
ab3fa24abd Accepting request 627082 from Publishing
- Use source url
- Drop conditionals for older distros, they fail to build anyways
- Use spec-cleaner to modernise spec file

- Update to version 2.12.10
  * bug fixes
  * fix structure view with Qt >5.10
- Update to version 2.12.8
  * improved tokenizer for syntax checking and completion
  * pressing Ctrl+F while the editor search has focus opens the
    extended search, i.e., you'll get extended search by pressing
    Ctrl+F twice
  * automatically insert math delimiters ($) when inserting a math
    command outside of a math env (can be turned off, default on)
  * change copy behavior of multiple cursors from selection order
    to line order
  * file list is now a transparent popup window: closes when clicked
    outside
  * combine file conflict and show diff dialog
  * fix file watcher not recognizing multiple changes to a file in
    quick succession
  * improved detection of package names when opening texdoc
  * new symbol panel layout
  * some touch scrolling on certain panels
  * updated synctex and poppler libraries for pdf viewer
  * fix undo when a snippet is inserted and a selection is inserted
    as well
  * fix some parts of the editor background may not be drawn in the
    correct color
  * build for OSX High Sierra

OBS-URL: https://build.opensuse.org/request/show/627082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=16
2018-08-03 10:38:09 +00:00
Martin Pluskal
dfbc33ead4 OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=32 2018-08-02 13:20:42 +00:00
Martin Pluskal
e31093c456 Accepting request 623055 from home:pluskalm
- Use source url
- Drop conditionals for older distros, they fail to build anyways
- Use spec-cleaner to modernise spec file

- Update to version 2.12.10
  * bug fixes
  * fix structure view with Qt >5.10
- Update to version 2.12.8
  * improved tokenizer for syntax checking and completion
  * pressing Ctrl+F while the editor search has focus opens the
    extended search, i.e., you'll get extended search by pressing
    Ctrl+F twice
  * automatically insert math delimiters ($) when inserting a math
    command outside of a math env (can be turned off, default on)
  * change copy behavior of multiple cursors from selection order
    to line order
  * file list is now a transparent popup window: closes when clicked
    outside
  * combine file conflict and show diff dialog
  * fix file watcher not recognizing multiple changes to a file in
    quick succession
  * improved detection of package names when opening texdoc
  * new symbol panel layout
  * some touch scrolling on certain panels
  * updated synctex and poppler libraries for pdf viewer
  * fix undo when a snippet is inserted and a selection is inserted
    as well
  * fix some parts of the editor background may not be drawn in the
    correct color
  * build for OSX High Sierra

OBS-URL: https://build.opensuse.org/request/show/623055
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=31
2018-07-16 11:22:50 +00:00
Dominique Leuenberger
4604b39883 Accepting request 561731 from Publishing
OBS-URL: https://build.opensuse.org/request/show/561731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=15
2018-01-06 17:49:04 +00:00
Martin Pluskal
9f1da48935 Accepting request 561704 from home:StefanBruens:branches:Publishing
Submitted an outdated revision breaking Leap, sorry for the mess ...

- Unbreak build on Leap 42.x, make_jobs is only provided by macros.qt5

OBS-URL: https://build.opensuse.org/request/show/561704
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=29
2018-01-04 19:31:30 +00:00
Martin Pluskal
6f87f40478 Accepting request 561450 from home:StefanBruens:branches:Publishing
- Disable crash handler on aarch64/armv6l/armv7l, aarch64 is
  not implemented and armv6l/armv7l is broken
- use %qmake5 macro to supply CXXFLAGS and also CFLAGS

OBS-URL: https://build.opensuse.org/request/show/561450
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=28
2018-01-04 08:02:03 +00:00
Dominique Leuenberger
3737a3b744 Accepting request 518193 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/518193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=14
2017-08-23 09:55:11 +00:00
Dmitry Roshchin
5d810cea56 Accepting request 518192 from home:Dmitry_R:branches:Publishing
- Update to version 2.12.6
  * Minor changes

OBS-URL: https://build.opensuse.org/request/show/518192
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=26
2017-08-22 19:37:13 +00:00
Dominique Leuenberger
56f81e76f2 Accepting request 455442 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/455442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=13
2017-02-09 10:18:22 +00:00
Martin Pluskal
bc3d02e3d3 Accepting request 455169 from home:dirkOpenS:branches:Publishing
update to 2.12.2

OBS-URL: https://build.opensuse.org/request/show/455169
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=24
2017-02-08 09:02:00 +00:00
Dominique Leuenberger
33156e044a Accepting request 437900 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/437900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=12
2016-11-01 08:58:46 +00:00
Dmitry Roshchin
372ded19d0 Accepting request 437896 from home:dirkOpenS:branches:Publishing
update to 2.11.2

OBS-URL: https://build.opensuse.org/request/show/437896
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=22
2016-10-30 14:03:09 +00:00
Dominique Leuenberger
21742fb8d0 Accepting request 400091 from Publishing
- Set minimal required memory for building: 2500 Mb

- Update to version 2.11.0
  * support two editors next to each other
  * new tabular wizard
  * support multi-line commands
  * add scrollbar marks for search and bookmarks
  * add command option --no-session
  * bugfixes and minor changes, see included CHANGELOG.txt for details

OBS-URL: https://build.opensuse.org/request/show/400091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=11
2016-06-07 21:48:03 +00:00
Dmitry Roshchin
1596ed413c - Set minimal required memory for building: 2500 Mb
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=20
2016-06-05 12:59:19 +00:00
Dmitry Roshchin
46e179a567 Accepting request 400063 from home:Dmitry_R:branches:Publishing
OBS-URL: https://build.opensuse.org/request/show/400063
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=19
2016-06-04 17:46:29 +00:00
Dominique Leuenberger
9c1250dd1d Accepting request 358711 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/358711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=10
2016-02-11 11:38:17 +00:00
Dmitry Roshchin
e8df97f43c Accepting request 358709 from home:berny:branches:Publishing
Update to version 2.10.8

OBS-URL: https://build.opensuse.org/request/show/358709
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=17
2016-02-10 14:02:33 +00:00
Dominique Leuenberger
6fe85196ed Accepting request 353821 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/353821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=9
2016-01-17 08:23:20 +00:00
Dmitry Roshchin
c62be9556c Accepting request 353785 from home:berny:branches:Publishing
- Update to version 2.10.6
  * bugfix release, see included CHANGELOG.txt for details

OBS-URL: https://build.opensuse.org/request/show/353785
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=15
2016-01-15 10:59:30 +00:00
Dominique Leuenberger
b898d08f82 Accepting request 341124 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/341124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=8
2015-10-28 16:30:46 +00:00
Dmitry Roshchin
87d7cde482 Accepting request 341122 from home:melko:branches:Publishing
- Update to version 2.10.4
  * bugfix release, see included CHANGELOG.txt for details

OBS-URL: https://build.opensuse.org/request/show/341122
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=13
2015-10-27 09:11:44 +00:00
Stephan Kulow
f06b0c3b52 Accepting request 333021 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/333021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=7
2015-09-24 04:15:43 +00:00
Dmitry Roshchin
db32f61c27 Accepting request 333019 from home:melko:branches:Publishing
- Update to version 2.10.2
  * new and improved LaTeX parser
  * improved search results window
  * open password protected pdfs
  * improved UI scaling
  * temporary highlight target text of go to definition
  * bugfixes

OBS-URL: https://build.opensuse.org/request/show/333019
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=11
2015-09-22 19:06:19 +00:00
Dominique Leuenberger
18513cf437 Accepting request 304913 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/304913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=6
2015-05-02 19:39:57 +00:00
Dmitry Roshchin
171d9898ca Accepting request 304912 from home:Dmitry_R:branches:Publishing
- Update to version 2.9.4
  * bugfix release, see included CHANGELOG.txt for details
- Build with Qt5 for openSUSE > 13.2

OBS-URL: https://build.opensuse.org/request/show/304912
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=9
2015-05-01 10:34:04 +00:00
Dominique Leuenberger
73f8462cef Accepting request 290799 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/290799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=5
2015-03-16 06:01:05 +00:00
Dmitry Roshchin
aac5bbb616 Accepting request 290798 from home:Dmitry_R:branches:Publishing
- Update to version 2.9.0
  * link overlays for urls
  * close editor tab by pressing middle mouse button
  * support optional filename argument in txs:///view-pdf-internal
  * add "expand/collapse all documents" to context menu of structure
  * add tabulary support
  * windowed pdf viewer now supports --no-focus argument
  * improved detection of label name for "Insert \ref to Next Label"
  * improved context detection for preview
  * improved search for texdoc location
  * improved log parsing including support for LaTeX3 warnings and errors
  * resize with soft line warp: keep vertical cursor position constant
  * support .tikz files (treated like .tex files)
  * bugfixes

OBS-URL: https://build.opensuse.org/request/show/290798
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=7
2015-03-14 17:58:41 +00:00
Dominique Leuenberger
bdf21ebd55 Accepting request 287908 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/287908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=4
2015-02-27 10:09:55 +00:00
Dmitry Roshchin
3a39bede36 Accepting request 287907 from home:Dmitry_R:branches:Publishing
- Update to version 2.8.8, mostly bugfixes, see CHANGELOG.txt
- Drop texstudio-correct-doc-location.patch

OBS-URL: https://build.opensuse.org/request/show/287907
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=5
2015-02-26 11:57:46 +00:00
Stephan Kulow
3f4090c535 Accepting request 238164 from Publishing
- Update to version 2.8.0
  * completion and syntax check on keyval options, e.g.
    \includegraphics (graphicx!)
  * search and replace over several documents improved
  * improved parser for log files (better detection of filenames)
  * todo-style commands (e.g. \todo{}) are added to the list of todos
  * the keyboard modifier key for the context menu (spellcheck
    suppression) is configurable via texstudio.ini
    "Editor/ContextMenuKeyboardModifiers"
  * improved auto-hide toolbars feature in embedded viewer
  * users can overwrite the default language definitions and add own ones
  * makeglossaries support
  * allow quoted filenames in include-like commands to support
    filenames and directories containing spaces
  * updated LaTeX reference manual
  * several bugfixes

OBS-URL: https://build.opensuse.org/request/show/238164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=2
2014-06-23 07:24:05 +00:00
Dmitry Roshchin
b852da289f - Update to version 2.8.0
* completion and syntax check on keyval options, e.g.
    \includegraphics (graphicx!)
  * search and replace over several documents improved
  * improved parser for log files (better detection of filenames)
  * todo-style commands (e.g. \todo{}) are added to the list of todos
  * the keyboard modifier key for the context menu (spellcheck
    suppression) is configurable via texstudio.ini
    "Editor/ContextMenuKeyboardModifiers"
  * improved auto-hide toolbars feature in embedded viewer
  * users can overwrite the default language definitions and add own ones
  * makeglossaries support
  * allow quoted filenames in include-like commands to support
    filenames and directories containing spaces
  * updated LaTeX reference manual
  * several bugfixes

OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=3
2014-06-20 13:19:33 +00:00