Skip to content

Commit

Permalink
issue 325 proposal
Browse files Browse the repository at this point in the history
Additional option to open search dialog in main window location
  • Loading branch information
pydavem committed Jul 3, 2024
1 parent 92f26c6 commit ce12afc
Show file tree
Hide file tree
Showing 59 changed files with 1,574 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/build/Qt_6_7_2_for_macOS-Debug/.qmake.stash
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
QMAKE_MAC_SDK.macosx.Path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk
QMAKE_MAC_SDK.macosx.PlatformPath = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
QMAKE_MAC_SDK.macosx.SDKVersion = 14.2
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_FIX_RPATH = \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool \
-id
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_AR = \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar \
cq
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_RANLIB = \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib \
-s
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_SHLIB = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_ACTOOL = /Applications/Xcode.app/Contents/Developer/usr/bin/actool
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_C = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_C_SHLIB = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
QMAKE_CXX.QT_COMPILER_STDCXX = 199711L
QMAKE_CXX.QMAKE_APPLE_CC = 6000
QMAKE_CXX.QMAKE_APPLE_CLANG_MAJOR_VERSION = 15
QMAKE_CXX.QMAKE_APPLE_CLANG_MINOR_VERSION = 0
QMAKE_CXX.QMAKE_APPLE_CLANG_PATCH_VERSION = 0
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 4
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 2
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 1
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_APPLE_CC \
QMAKE_APPLE_CLANG_MAJOR_VERSION \
QMAKE_APPLE_CLANG_MINOR_VERSION \
QMAKE_APPLE_CLANG_PATCH_VERSION \
QMAKE_GCC_MAJOR_VERSION \
QMAKE_GCC_MINOR_VERSION \
QMAKE_GCC_PATCH_VERSION
QMAKE_CXX.INCDIRS = \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1 \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
QMAKE_MAC_SDK.macosx.SDKVersion = 14.2
QMAKE_MAC_SDK.macosx.Path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk
QMAKE_XCODE_DEVELOPER_PATH = /Applications/Xcode.app/Contents/Developer
QMAKE_XCODE_VERSION = 15.2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
674 changes: 674 additions & 0 deletions src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/LICENSE

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Text File</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.text</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>NotepadNext</string>
<key>CFBundleIconFile</key>
<string>NotepadNext.icns</string>
<key>CFBundleIdentifier</key>
<string>io.github.dail8859.NotepadNext</string>
<key>CFBundleName</key>
<string>Notepad Next</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.0</string>
<key>LSMinimumSystemVersion</key>
<string>11.0</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APPL????
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="i18n">
<file alias="NotepadNext_zh_CN.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/NotepadNext_zh_CN.qm</file>
<file alias="NotepadNext_zh_TW.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/NotepadNext_zh_TW.qm</file>
<file alias="NotepadNext_sv_SE.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/NotepadNext_sv_SE.qm</file>
<file alias="NotepadNext_uk_UA.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/NotepadNext_uk_UA.qm</file>
<file alias="NotepadNext_tr_TR.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/NotepadNext_tr_TR.qm</file>
<file alias="NotepadNext_pl_PL.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/NotepadNext_pl_PL.qm</file>
<file alias="NotepadNext_ru_RU.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/NotepadNext_ru_RU.qm</file>
<file alias="NotepadNext_pt_PT.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/NotepadNext_pt_PT.qm</file>
<file alias="qt_zh_CN.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qt_zh_CN.qm</file>
<file alias="qtbase_zh_CN.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qtbase_zh_CN.qm</file>
<file alias="qt_zh_TW.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qt_zh_TW.qm</file>
<file alias="qtbase_zh_TW.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qtbase_zh_TW.qm</file>
<file alias="qt_sv.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qt_sv.qm</file>
<file alias="qt_uk.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qt_uk.qm</file>
<file alias="qtbase_uk.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qtbase_uk.qm</file>
<file alias="qt_tr.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qt_tr.qm</file>
<file alias="qtbase_tr.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qtbase_tr.qm</file>
<file alias="qt_pl.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qt_pl.qm</file>
<file alias="qtbase_pl.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qtbase_pl.qm</file>
<file alias="qt_ru.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qt_ru.qm</file>
<file alias="qtbase_ru.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qtbase_ru.qm</file>
<file alias="qt_pt_PT.qm">/Users/davem/Projects/NotepadNext/src/build/Qt_6_7_2_for_macOS-Debug/NotepadNext/.qm/qt_pt_PT.qm</file>
</qresource>
</RCC>
45 changes: 45 additions & 0 deletions src/build/Qt_6_7_2_for_macOS-Release/.qmake.stash
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
QMAKE_MAC_SDK.macosx.Path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk
QMAKE_MAC_SDK.macosx.PlatformPath = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
QMAKE_MAC_SDK.macosx.SDKVersion = 14.2
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_FIX_RPATH = \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool \
-id
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_AR = \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar \
cq
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_RANLIB = \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib \
-s
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_SHLIB = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_ACTOOL = /Applications/Xcode.app/Contents/Developer/usr/bin/actool
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_C = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_C_SHLIB = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
QMAKE_CXX.QT_COMPILER_STDCXX = 199711L
QMAKE_CXX.QMAKE_APPLE_CC = 6000
QMAKE_CXX.QMAKE_APPLE_CLANG_MAJOR_VERSION = 15
QMAKE_CXX.QMAKE_APPLE_CLANG_MINOR_VERSION = 0
QMAKE_CXX.QMAKE_APPLE_CLANG_PATCH_VERSION = 0
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 4
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 2
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 1
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_APPLE_CC \
QMAKE_APPLE_CLANG_MAJOR_VERSION \
QMAKE_APPLE_CLANG_MINOR_VERSION \
QMAKE_APPLE_CLANG_PATCH_VERSION \
QMAKE_GCC_MAJOR_VERSION \
QMAKE_GCC_MINOR_VERSION \
QMAKE_GCC_PATCH_VERSION
QMAKE_CXX.INCDIRS = \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1 \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
QMAKE_MAC_SDK.macosx.SDKVersion = 14.2
QMAKE_MAC_SDK.macosx.Path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk
QMAKE_XCODE_DEVELOPER_PATH = /Applications/Xcode.app/Contents/Developer
QMAKE_XCODE_VERSION = 15.2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ce12afc

Please sign in to comment.