diff options
author | ghen <ghen> | 2006-02-27 14:47:54 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-02-27 14:47:54 +0000 |
commit | c0603e9d3b60ef0220d83659fc87d52cce8e0ddb (patch) | |
tree | 391ac0e45ab7a5c64c5822fd6ad29a41f01056d5 /editors | |
parent | 6aaba223fbfd83c02c666384d31457356f746b33 (diff) | |
download | pkgsrc-c0603e9d3b60ef0220d83659fc87d52cce8e0ddb.tar.gz |
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).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmaker/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/texmaker/patches/patch-aa b/editors/texmaker/patches/patch-aa new file mode 100644 index 00000000000..7f955626c37 --- /dev/null +++ b/editors/texmaker/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2006/02/27 14:47:54 ghen Exp $ + +--- texmaker.pro.orig 2006-02-27 11:19:57.000000000 +0100 ++++ texmaker.pro +@@ -2,6 +2,7 @@ unix { + UI_DIR = .ui + MOC_DIR = .moc + OBJECTS_DIR = .obj ++ INCLUDEPATH = $(QTDIR)/include/Qt + } + + TEMPLATE = app |