Searched refs:copy (Results 1 – 12 of 12) sorted by relevance
/glogg/glogg/ |
H A D | COPYING |
|
H A D | INSTALL.win.md |
|
/glogg/ |
H A D | COPYING | 5 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 D | INSTALL.win.md | 46 - 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 D | mainwindow.h |
|
H A D | abstractlogview.h |
|
H A D | mainwindow.cpp |
|
H A D | abstractlogview.cpp |
|
/glogg/src/ |
H A D | mainwindow.h | 81 void copy();
|
H A D | abstractlogview.h | 284 void copy();
|
H A D | mainwindow.cpp | 283 connect( copyAction, SIGNAL(triggered()), this, SLOT(copy()) ); in createActions() 496 void MainWindow::copy() in copy() function in MainWindow
|
H A D | abstractlogview.cpp | 1008 void AbstractLogView::copy() in copy() function in AbstractLogView 1357 connect( copyAction_, SIGNAL(triggered()), this, SLOT(copy()) ); in createMenu()
|