Searched refs:a (Results 1 – 20 of 20) sorted by relevance
/glogg/glogg/ |
H A D | COPYING |
|
H A D | INSTALL.win.md |
|
H A D | finish.sed |
|
H A D | .gitignore |
|
H A D | README.md |
|
H A D | TODO |
|
H A D | release-osx.sh |
|
H A D | glogg.nsi |
|
/glogg/ |
H A D | COPYING | 10 The GNU General Public License is a free, copyleft license for 16 share and change all versions of a program--to make sure it remains free 34 For example, if you distribute copies of such a program, whether 35 gratis or for a fee, you must pass on to the recipients the same 64 avoid the special danger that patents applied to a free program could 84 To "modify" a work means to copy from or adapt all or part of the work 85 in a fashion requiring copyright permission, other than the making of an 86 exact copy. The resulting work is called a "modified version" of the 87 earlier work or a work "based on" the earlier work. 89 A "covered work" means either the unmodified Program or a work based [all …]
|
H A D | INSTALL.win.md | 5 glogg.bonnefon.org is to cross-build _glogg_ from a Debian/Ubuntu machine. 15 Once the dependencies are installed (see below), a script takes care of the building and the packag… 21 It is allegedly possible to cross-compile Qt from Windows but after a lot of 22 frustration, the _glogg_ team is building it natively on Windows (using a 24 Linux machine. Amazingly, it works as long as we are using a similar version 27 Here are instructions to do the build in a Windows 7 VM: 35 If building a 32 bits version of Qt (what we do for _glogg_): 52 Then create a copy of the standard gcc target to create the new cross-gcc target: 55 sudo cp -a win32-g++ win32-x-g++ 70 Now you can build a hello world to test Qt: [all …]
|
H A D | finish.sed | 13 a\ 27 a\
|
H A D | .gitignore | 3 # For a project mostly in C, the following would be a good set of
|
H A D | README.md | 7 glogg is a multi-platform GUI application that helps browse and search 9 system administrators in mind and can be seen as a graphical, interactive 15 * Provides a second window showing the result of the current search 19 * Displays a context view of where in the log the lines of interest are
|
H A D | TODO | 20 - Search slows down when there is a large number of matches
|
H A D | release-osx.sh | 19 echo Please specify a version to build: VERSION=1.2.3 $0
|
H A D | glogg.nsi | 38 , a fast, advanced log explorer.$\r$\n$\r$\n\ 121 !insertmacro MUI_DESCRIPTION_TEXT ${shortcut} "Create a shortcut in the Start menu for glogg."
|
/glogg/glogg/tests/ |
H A D | itests.cpp |
|
/glogg/tests/ |
H A D | itests.cpp | 6 QApplication a( argc, argv ); in main() local 12 return a.exec(); in main()
|
/glogg/glogg/doc/ |
H A D | documentation.markdown |
|
/glogg/doc/ |
H A D | documentation.markdown | 11 line separating the two contains the regular expression used as a filter. 13 Entering a new regular expression, or a simple search term, will update the 15 search criteria are listed in order in the results, and are marked with a red 20 Regular expressions are a powerful way to extract the information you are 33 Any 'open' call without a matching 'close' will immediately be obvious in the 38 `Entering (Open|Close)Connection|Created a .* connection` 40 `.*` will match any sequence of character on a single line, but _glogg_ will only 41 display lines with a space and the word `connection` somewhere after `Created a` 44 of the screen offers a view of the position of matches in the log file. Matches 50 draw attention to lines indicating an error, or to associate a color with each [all …]
|