Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
d12939e2
Commit
d12939e2
authored
Jun 15, 2006
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no need for Time::HiRes to play back
parent
afcdc4f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
ChangeLog
VisualNaCro/ChangeLog
+3
-0
NEWS
VisualNaCro/NEWS
+4
-1
recorder.pl
VisualNaCro/recorder.pl
+0
-5
No files found.
VisualNaCro/ChangeLog
View file @
d12939e2
2006-06-15: Johannes Schindelin <Johannes.Schindelin@gmx.de>
* added timing: you can record the events with their timestamps now
2005-01-13: Johannes Schindelin <Johannes.Schindelin@gmx.de>
* started the project
VisualNaCro/NEWS
View file @
d12939e2
No News yet
With --timing, you can actually record action scripts which are meaningful...
Earlier, the events just got garbled, because the GUI could not react as
fast as the events were churned out.
VisualNaCro/recorder.pl
View file @
d12939e2
...
...
@@ -56,15 +56,10 @@ if($vnc<0) {
exit
1
;
}
# TODO: timing
open
OUT
,
">$output.pl"
;
print
OUT
"#!/usr/bin/perl\n"
;
print
OUT
"\n"
;
print
OUT
"use nacro;\n"
;
if
(
$timing
)
{
print
OUT
"use Time::HiRes;"
}
print
OUT
"\n"
;
print
OUT
"\$x_origin=0; \$y_origin=0;\n"
;
print
OUT
"\$vnc=nacro::initvnc(\"$server\",$port,$listen_port);\n"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment