Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 12 of 12) sorted by relevance

/glogg/glogg/
H A DCOPYING
H A DINSTALL.win.md
/glogg/
H A DCOPYING5 Everyone is permitted to copy and distribute verbatim copies
42 giving you legal permission to copy, distribute and/or modify it.
84 To "modify" a work means to copy from or adapt all or part of the work
86 exact copy. The resulting work is called a "modified version" of the
95 computer or modifying a private copy. Propagation includes copying,
101 a computer network, with no transfer of a copy, is not conveying.
108 work under this License, and how to view a copy of this License. If
199 appropriately publish on each copy an appropriate copyright notice;
203 recipients a copy of this License along with the Program.
205 You may charge any price or no price for each copy that you convey,
[all …]
H A DINSTALL.win.md46 - copy the whole `qt/4.8.2` to the linux machine in `~/qt-x-win32/qt_win/4.8.2`
52 Then create a copy of the standard gcc target to create the new cross-gcc target:
/glogg/glogg/src/
H A Dmainwindow.h
H A Dabstractlogview.h
H A Dmainwindow.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dmainwindow.h81 void copy();
H A Dabstractlogview.h284 void copy();
H A Dmainwindow.cpp283 connect( copyAction, SIGNAL(triggered()), this, SLOT(copy()) ); in createActions()
496 void MainWindow::copy() in copy() function in MainWindow
H A Dabstractlogview.cpp1008 void AbstractLogView::copy() in copy() function in AbstractLogView
1357 connect( copyAction_, SIGNAL(triggered()), this, SLOT(copy()) ); in createMenu()