]> git.lyx.org Git - features.git/commitdiff
fix the the LyX.app skeleton and removal of qt patch
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 21 Sep 2005 13:55:05 +0000 (13:55 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 21 Sep 2005 13:55:05 +0000 (13:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10474 a592a061-630c-0410-9148-cb99ea01b6c8

development/ChangeLog
development/MacOSX/LyX.app/Contents/Info.plist
development/MacOSX/qt.patch [deleted file]

index 52687a4bd7843b7119a45cf09979dcd922db6a5e..b5823cfced35e5036a72dfec169266c6c4448bc0 100644 (file)
@@ -1,3 +1,10 @@
+2005-09-21  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * MacOSX/LyX.app/Contents/Info.plist: change description of .lyx
+       file type.
+
+       * MacOSX/qt.patch: remove.
+
 2005-09-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * MacOSX/LyX.app/: add the LyX/Mac skeleton to the repository.
index cfa0b6d1926b5cf3d1f3a34f206cc396729e359b..a9de7a29edec975887235befe8b57f153e2ede3c 100644 (file)
@@ -14,7 +14,7 @@
                        <key>CFBundleTypeIconFile</key>
                        <string>LyX.icns</string>
                        <key>CFBundleTypeName</key>
-                       <string>Plain Text Document</string>
+                       <string>LyX Document</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>LYX </string>
diff --git a/development/MacOSX/qt.patch b/development/MacOSX/qt.patch
deleted file mode 100644 (file)
index cb4cd50..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/kernel/qapplication_mac.cpp.orig       Thu Jun 19 01:35:24 2003
-+++ src/kernel/qapplication_mac.cpp    Thu Jul  3 08:29:41 2003
-@@ -1026,6 +1026,7 @@
- { '}', MAP_KEY(Qt::Key_BraceRight) },
- { '|', MAP_KEY(Qt::Key_Bar) },
- { '~', MAP_KEY(Qt::Key_AsciiTilde) },
-+{ '^', MAP_KEY(Qt::Key_AsciiCircum) },
- //terminator
- {   0, MAP_KEY(0) } };
---- src/kernel/qwindowdefs.h.orig      Wed Jun 11 01:50:44 2003
-+++ src/kernel/qwindowdefs.h   Thu Jul  3 08:27:36 2003
-@@ -101,7 +101,7 @@
- #ifndef Q_WS_MACX
- typedef struct CGContext *CGContextRef;
- #endif
--typedef struct OpaqueControlRef *ControlRef;
-+// typedef struct OpaqueControlRef *ControlRef;
- typedef struct OpaqueWindowGroupRef *WindowGroupRef;
- typedef struct OpaqueGrafPtr *CGrafPtr;
- typedef struct OpaquePMPrintSession *PMPrintSession;