Commit Graph

51 Commits

Author SHA1 Message Date
Christoffer Klang
953c4b631f Keep the filter for the first esc-press 2013-08-10 22:30:50 +02:00
Jerzy Kozera
38584869bf Removed unused ZealSearchQuery() constructor 2013-08-10 18:42:35 +01:00
Jerzy Kozera
c5afea729f Added a comment to clarify purpose of notQuery 2013-08-10 16:01:52 +01:00
Jerzy Kozera
8f0fb1c299 Merge pull request #22 from christoffer/add-docset-filter
Add ability to filter search by docstring
2013-08-10 07:22:30 -07:00
Christoffer Klang
6b37dcf895 Add ability to filter search by docstring 2013-08-10 14:22:49 +02:00
Christoffer Klang
567e65b028 Clear search input on escape 2013-08-10 14:13:31 +02:00
Jerzy Kozera
530b7586ed #uc-download-link support for Google Drive - fixes #16 2013-08-03 03:02:13 +01:00
Jerzy Kozera
420ac669cb zealnetworkaccessmanager - don't try requesting URLs which caused Zeal to hang 2013-08-03 03:02:13 +01:00
Jerzy Kozera
018f3e8840 Fixed more cases of SIGSEGV in QXcbKeyboard::handleKeyReleaseEvent 2013-05-08 23:27:13 +01:00
Jerzy Kozera
3ca6ddaaa4 Fixed SIGSEGV in QXcbKeyboard::handleKeyReleaseEvent 2013-05-08 19:51:45 +01:00
Jerzy Kozera
f36b492055 Added missing button group 2013-04-23 19:29:12 +01:00
Jerzy Kozera
81d99c0fdc Allow disabling the tray icon 2013-04-23 19:26:19 +01:00
Jerzy Kozera
0579dd0c94 Added zlib to zeal.pro 2013-04-23 08:13:13 +01:00
rominf
aa6869d5e4 Added lib xcb
Without this lib I got error while building:
g++ -Wl,-O1 -Wl,-rpath-link,/usr/lib -o zeal main.o mainwindow.o zeallistmodel.o zealsearchmodel.o zealdocsetsregistry.o zealsearchresult.o zealnativeeventfilter.o lineedit.o zealsearchitemdelegate.o zealsearchitemstyle.o zealsettingsdialog.o xcb_keysym.o searchablewebview.o zealsearchedit.o razorshortcutbutton.o qioapi.o JlCompress.o quaadler32.o quacrc32.o quazip.o quazipfile.o quazipfileinfo.o quazipnewinfo.o unzip.o zip.o moc_mainwindow.o moc_zeallistmodel.o moc_zealsearchmodel.o moc_zealdocsetsregistry.o moc_zealnativeeventfilter.o moc_lineedit.o moc_zealsearchitemdelegate.o moc_zealsettingsdialog.o moc_searchablewebview.o moc_zealsearchedit.o moc_razorshortcutbutton.o moc_razorshortcutbutton_p.o moc_quazipfile.o   -lxcb-keysyms -lQt5WebKitWidgets -L/usr/lib -lX11 -lxslt -lz -lm -ludev -lgio-2.0 -lgstapp-0.10 -lgstinterfaces-0.10 -lgstpbutils-0.10 -pthread -lgstvideo-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -lsqlite3 -L/home/abuild/rpmbuild/BUILD/qtdeclarative-opensource-src-5.0.1/lib -L/home/abuild/rpmbuild/BUILD/qtwebkit-opensource-src-5.0.1/lib -lQt5Quick -lQt5OpenGL -lQt5PrintSupport -lQt5WebKit -lQt5Qml -lQt5Widgets -lQt5Xml -lQt5Sql -lQt5Network -lQt5Gui -lQt5Core -lGL -lpthread 
/usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld: zealnativeeventfilter.o: undefined reference to symbol 'xcb_allow_events'
/usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld: note: 'xcb_allow_events' is defined in DSO /usr/lib/libxcb.so.1 so try adding it to the linker command line
/usr/lib/libxcb.so.1: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
2013-04-18 20:58:25 +04:00
Jerzy Kozera
25ddf0c95c Fixed docsets removing on Windows 2013-03-27 21:15:56 +00:00
Jerzy Kozera
505c0d821c Support for dashIndexFilePath 2013-03-27 20:49:20 +00:00
Jerzy Kozera
525847ef69 Fixed an issue with appmenu not displaying menu entries 2013-03-27 19:27:52 +00:00
Jerzy Kozera
df09520356 Added QT += gui-private instead of ugly #ifdef'd QPA #include's 2013-03-21 19:09:52 +00:00
Jerzy Kozera
0e226dd456 Fixed the global hotkey when numlock/capslock/scrolllock is enabled 2013-03-21 16:15:21 +00:00
Jerzy Kozera
989fb74f0f X11 global hotkey binding - use appropriate modifier to avoid conflicts 2013-03-21 00:23:27 +00:00
Jerzy Kozera
e1cb0a6985 Increased type and search result limits from 500 and 40 to 1000 and 100 2013-03-17 00:34:28 +00:00
Jerzy Kozera
1bc00d09fe Support for index.html in Contents/Resources/Documents 2013-03-17 00:30:39 +00:00
Jerzy Kozera
84f517c87a list views - act on clicked instead of activated - allows selecting items with single click on Windows 2013-03-16 23:58:30 +00:00
Jerzy Kozera
8ae79ed126 Qt 5.0.2, docsets list download error handling, create docsets directory correctly 2013-03-16 23:45:15 +00:00
Jerzy Kozera
f30371baf3 Use separate threads for decompressing and removing docsets 2013-03-16 19:34:06 +00:00
Jerzy Kozera
7f466aec2d Added support for .png icons 2013-03-16 00:05:31 +00:00
Jerzy Kozera
004ced8f53 Windows build fixes 2013-03-07 00:51:58 +00:00
Jerzy Kozera
8a66b33298 Automatic docsets retrieving 2013-03-06 23:02:16 +00:00
Jerzy Kozera
774f14c77d 'Minimum font size' option 2013-03-04 22:56:00 +00:00
Jerzy Kozera
04bbee6859 Initial Debian package support 2013-02-11 09:08:27 +01:00
Jerzy Kozera
4210b1d53b Configurable hotkey, remember window geometry and splitter state 2013-02-07 21:20:39 +00:00
Jerzy Kozera
3dcc45cb0e Moved widgets to widgets/ subdirectory, added settings dialog (not functional yet) 2013-02-07 17:33:26 +00:00
Jerzy Kozera
d5a98dad6f Run type='%1' query only once (much faster) 2013-02-02 22:25:48 +00:00
Jerzy Kozera
aecbc58995 Search improvements
- highlighting (bold font) of searched phrase
 - search in substrings if startswith lookup returned less than 40 results
 - escape special SQL characters
2013-02-02 22:01:03 +00:00
Jerzy Kozera
77aeaca9c8 Browser for other types than 'modules', use bringToFront hack only if hotkey is used 2013-02-01 19:13:06 +00:00
Jerzy Kozera
3bf61b0d69 Initial support for Dash docsets 2013-01-31 20:15:39 +00:00
Jerzy Kozera
0dfca43173 Removed the now unused keyGrabber, implemented a very ugly workaround for keyboard focus issue 2013-01-29 00:18:10 +00:00
Jerzy Kozera
90e1589e56 Grab alt+space hotkey directly using xcb instead of separate grabbing process 2013-01-28 00:10:53 +00:00
Jerzy Kozera
11a1eb5dd0 Added Ctrl+F searching in current document 2013-01-26 16:03:12 +00:00
Jerzy Kozera
5ff3a70432 Added 'clear' button to search box, fixed py273 docset 2013-01-26 01:47:44 +00:00
Jerzy Kozera
033038c91f Added docset icons 2013-01-26 01:02:25 +00:00
Jerzy Kozera
d734a1a170 Windows support, about, about qt 2013-01-23 10:19:52 +00:00
Jerzy Kozera
d67f87384d Improved py273 docset (more indexed methods/functions), sorting by parent name 2013-01-21 19:17:48 +00:00
Jerzy Kozera
535786e25a Added Quit menu item and shortcut 2013-01-20 20:52:26 +00:00
Jerzy Kozera
88011d5009 Alt+Space hotkey, tray icon 2013-01-20 20:47:19 +00:00
Jerzy Kozera
f817f9375d Global functions for Qt5 docset, PgUp and PgDown for ZealSearchEdit 2013-01-20 17:17:11 +00:00
Jerzy Kozera
b8f5cbedcb Sorting of results instead of grouping by docset, "how to compile" 2013-01-20 16:50:59 +00:00
Jerzy Kozera
00ec5db97f main window title, gendocsets 2013-01-20 01:07:15 +00:00
Jerzy Kozera
fde2910228 Pass return/enter and arrow keys from search box to tree view 2013-01-20 00:22:58 +00:00
Jerzy Kozera
93cf5a8c0a Separate thread for queries 2013-01-20 00:00:08 +00:00