Searched refs:in (Results 1 – 25 of 30) sorted by relevance
12
/glogg/glogg/doc/ |
H A D | documentation.markdown |
|
/glogg/doc/ |
H A D | documentation.markdown | 9 The main window is divided in three parts : the top displays the log file. The 15 search criteria are listed in order in the results, and are marked with a red 16 circle in both windows. 21 interested in from the log file. _glogg_ uses _extended regular expressions_. 25 alternatives, permitting to display several line types in the filtered window, 26 in the same order they appear in the log file. 33 Any 'open' call without a matching 'close' will immediately be obvious in the 44 of the screen offers a view of the position of matches in the log file. Matches 51 sort of event. Any number of filter can be defined in the 'Filters' 53 For each line, all filters are tried in order and the fore and back colors of [all …]
|
/glogg/glogg/src/ |
H A D | filterset.cpp |
|
H A D | savedsearches.cpp |
|
H A D | filterset.h |
|
H A D | savedsearches.h |
|
/glogg/src/ |
H A D | filterset.cpp | 115 QDataStream& operator>>( QDataStream& in, Filter& object ) in operator >>() argument 118 in >> object.regexp_; in operator >>() 119 in >> object.foreColorName_; in operator >>() 120 in >> object.backColorName_; in operator >>() 122 return in; in operator >>() 161 QDataStream& operator>>( QDataStream& in, FilterSet& object ) in operator >>() argument 164 in >> object.filterList; in operator >>() 166 return in; in operator >>()
|
H A D | savedsearches.cpp | 71 QDataStream& operator>>( QDataStream& in, SavedSearches& object ) in operator >>() argument 75 in >> object.savedSearches_; in operator >>() 77 return in; in operator >>()
|
H A D | filterset.h | 54 friend QDataStream& operator>>( QDataStream& in, Filter& object ); 93 QDataStream& in, FilterSet& object );
|
H A D | savedsearches.h | 46 friend QDataStream& operator>>( QDataStream& in, SavedSearches& object );
|
/glogg/glogg/ |
H A D | TODO |
|
H A D | COPYING |
|
H A D | INSTALL.win.md |
|
H A D | config.h.in |
|
H A D | FileAssociation.nsh |
|
H A D | glogg.nsi |
|
H A D | .gitignore |
|
H A D | README.md |
|
/glogg/ |
H A D | TODO | 2 - Line number in filtered view 10 - Drag 'n drop in filters 13 - Error in regexp
|
H A D | COPYING | 26 want it, that you can change the software or use pieces of it in new 54 pattern of such abuse occurs in the area of products for individuals to 57 products. If such problems arise substantially in other domains, we 58 stand ready to extend this provision to those domains in future versions 63 software on general-purpose computers, but in those that do, we wish to 85 in a fashion requiring copyright permission, other than the making of an 97 public, and in some countries other activities as well. 110 menu, a prominent item in the list meets this criterion. 119 standard defined by a recognized standards body, or, in the case of 121 is widely used among developers working in that language. [all …]
|
H A D | INSTALL.win.md | 23 Windows 7 64bit VM in VirtualBox) and then using the binary generated from the 27 Here are instructions to do the build in a Windows 7 VM: 33 - Extract the Qt source in c:\qt\4.8.2 46 - copy the whole `qt/4.8.2` to the linux machine in `~/qt-x-win32/qt_win/4.8.2` 95 Extract it in a Windows VM 113 The NSIS compiler should be installed in `~/qt-x-win32/NSIS`. 123 The object file is in `./release/`
|
H A D | config.h.in | 2 * This file is autogenerated from config.h.in
|
H A D | FileAssociation.nsh | 9 Usage in script: 25 "[description]" ; description for the extension. This will be display in Windows Explorer. 33 "[description]" ; description for the extension. This will be display in Windows Explorer.
|
H A D | glogg.nsi | 19 ; Registry key to keep track of the directory we are installed in 121 !insertmacro MUI_DESCRIPTION_TEXT ${shortcut} "Create a shortcut in the Start menu for glogg." 146 ; Remove settings in %appdata% 152 ; Remove settings in the registry (from glogg < 0.9)
|
H A D | .gitignore | 3 # For a project mostly in C, the following would be a good set of
|
12