Commit graph

16 commits

Author SHA1 Message Date
ghen
eaf13d7029 Update to Texmaker 1.8.
New in 1.7:
- New search widget
- Spell checking is now based on hunspell and uses OpenOffice.org dictionaries.
- New LaTeX log errors detection
- Indentation "memory"
- Code completion

New in 1.7.1:
- no more crash with the "Previous LaTeX error" command and the syntax
  highlighting
- the "find" command starts at cursor and not at the beginning of the document

New in 1.8:
- texmaker can now be only started once per user : inverse search will no more
  launch a new instance of texmaker
- the spell checker is now based on hunspell-1.2.4
- the latex errors detection has been improved
- the background color of the selected symbol is now always the same (to be
  sure that the symbol is always visible)
- parentheses matching is back
- "\end{...}" is now added automatically after "\begin{...}" while using
  autocompletion
2008-12-03 08:26:15 +00:00
ghen
22c6dd5a22 Update to Texmaker 1.6.
* Users can now change several keyboard shortcuts ("latex" and "math" menus).
  The default keyboard accelerators have been changed (trouble with non latin1
  keyboard configuration).
* The spell checking bug has been fixed (when the misspelled word and the
  corrected word had not the same size).
* German, russian and chinese translations have been added (thanks to Alexey
  Oblozhko, Tao WEI and Flynn Marquardt).
* The default system browser is now used for the documentation.
* A "-master" option has been added to the program command line. The new
  synopsis is texmaker file [-master] [-line xxx]
* The user manual has been enhanced.
2008-01-08 07:35:25 +00:00
ghen
cf915f12b3 Update to texmaker-1.5.
* A summary of the latex errors and warnings is displayed before the
  full log file.
* A "most used symbols" panel has been added.
* The math mode "$$...$$" has been replaced by "\[ \]".
* The colors for the syntax highlighting can now be modified.
* The current line number can be added to the latex related commands.
* Some bugs has been fixed (dialogs layout, french translation...)
2007-03-23 15:07:21 +00:00
ghen
05ec607148 Update to texmaker-1.4.
* Spell checker has been added (aspell is required).
* The main pstricks commands can be inserted with just one click.
* Brace matching has been integrated in the editor.
* The support for the "\[ \]" math mode has been added to the syntax
  highlighter.
* Some bugs has been fixed (replace dialog, close event...)
2007-01-02 11:27:42 +00:00
joerg
6f153bb102 Uses C++. 2006-05-19 12:45:12 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
ghen
7bcaace8bb Fix the configure (qmake) stage. With the right environment, it works correct
without patch-aa.
2006-03-02 15:09:49 +00:00
ghen
85e67ad9a6 Since we now have x11/qt4 in pkgsrc, we can finally upgrade texmaker.
ChangeLog:

version 1.2.1 -> 1.3 :
----------------------
- Texmaker is now a pure QT4 program (qt >= 4.1 is required). The qt3 support
  library is no more required. The editor is now based on the qt4 QtextEdit
  object and the symbols icon view is an qt4 QTableWidget object.
- For each file, three bookmarks can be used to speed up navigation.

version 1.2 -> 1.2.1 : Bugs fixed
---------------------------------
- Don't use anymore double-clic to open a file from the structure view
  (Qt-4.0.0 bug). A simple clic must be used now.
- Don't use anymore / to separate commands (quick build and users commands) but
  | to avoid confusion with the directories separator.
- A selected icon is no more highlighted (trouble on windows and macosx - the
  selected icon was masked).
- Added the option '-line' for the application.
  New synopsis for texmaker : texmaker document.tex [-line xxx]
  Can be used for inverse search.

Changes between 1.12 and 1.2: not documented (anymore).
2006-02-27 14:47:54 +00:00
ghen
997711a696 Since we now have x11/qt4 in pkgsrc, we can finally upgrade texmaker.
ChangeLog:

version 1.2.1 -> 1.3 :
----------------------
- Texmaker is now a pure QT4 program (qt >= 4.1 is required). The qt3 support
  library is no more required. The editor is now based on the qt4 QtextEdit
  object and the symbols icon view is an qt4 QTableWidget object.
- For each file, three bookmarks can be used to speed up navigation.

version 1.2 -> 1.2.1 : Bugs fixed
---------------------------------
- Don't use anymore double-clic to open a file from the structure view
  (Qt-4.0.0 bug). A simple clic must be used now.
- Don't use anymore / to separate commands (quick build and users commands) but
  | to avoid confusion with the directories separator.
- A selected icon is no more highlighted (trouble on windows and macosx - the
  selected icon was masked).
- Added the option '-line' for the application.
  New synopsis for texmaker : texmaker document.tex [-line xxx]
  Can be used for inverse search.

Changes between 1.12 and 1.2: not documented (anymore).
2006-02-27 14:46:18 +00:00
ghen
f6540d325f Sync with Texmaker homepage. 2006-02-21 12:49:22 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
ghen
da9c990bfc Update my e-mail address. 2005-12-13 12:15:16 +00:00
drochner
a5afec0645 remove a temporary private location from MASTER_SITES, it is not needed
anymore because the DISTFILE is on the primary site again,
requested by The Maintainer
2005-09-12 18:47:07 +00:00
drochner
b01a4ea7f4 import texmaker-1.12, another LaTeX frontend, from pkgsrc-wip 2005-09-08 19:59:13 +00:00