Home
last modified time | relevance | path

Searched refs:a (Results 1 – 20 of 20) sorted by relevance

/glogg/glogg/
H A DCOPYING
H A DINSTALL.win.md
H A Dfinish.sed
H A D.gitignore
H A DREADME.md
H A DTODO
H A Drelease-osx.sh
H A Dglogg.nsi
/glogg/
H A DCOPYING10 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 DINSTALL.win.md5 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 Dfinish.sed13 a\
27 a\
H A D.gitignore3 # For a project mostly in C, the following would be a good set of
H A DREADME.md7 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 DTODO20 - Search slows down when there is a large number of matches
H A Drelease-osx.sh19 echo Please specify a version to build: VERSION=1.2.3 $0
H A Dglogg.nsi38 , 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 Ditests.cpp
/glogg/tests/
H A Ditests.cpp6 QApplication a( argc, argv ); in main() local
12 return a.exec(); in main()
/glogg/glogg/doc/
H A Ddocumentation.markdown
/glogg/doc/
H A Ddocumentation.markdown11 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 …]