Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
6698e1a7
Commit
6698e1a7
authored
May 29, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
49549a65
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
wb/changelog.txt
wb/changelog.txt
+7
-2
wb/lib/wb/src/wb_nrep.cpp
wb/lib/wb/src/wb_nrep.cpp
+2
-2
xtt/changelog.txt
xtt/changelog.txt
+2
-0
No files found.
wb/changelog.txt
View file @
6698e1a7
...
...
@@ -100,5 +100,10 @@
080318 cs wb Bugfix in cast. Internal references wasn't updated correctly.
080403 cs wb New command 'print/pdf/all' to print all plcpgm's to pdf-files. Also a html file with links to the files is written.
080407 cs wb Stolen database lock detected and save inhibited.
080414 cs wb Bugfix in build volume, crossreferences wasn'n updated.
080418 cs wb Config file for BerkeleyDb with lk_max_locks and lk_max_objects (db.cnf).
\ No newline at end of file
080414 cs wb Bugfix in build volume, crossreferences wasn't updated.
080418 cs wb Config file for BerkeleyDb with lk_max_locks and lk_max_objects (db.cnf).
080429 cs wb Problems with lost selection when command input is opened fixed.
080429 cs wb Syntax check in GlobalVolumeList added.
080429 cs wb Default thread object set in PlcPgm object at creation time.
080528 cs wb New crossreference list format.
080529 cs wb New command 'create crossreferencefiles' replaces 'create rttfiles'.
wb/lib/wb/src/wb_nrep.cpp
View file @
6698e1a7
/*
* Proview $Id: wb_nrep.cpp,v 1.1
6 2007-11-22 13:11:21
claes Exp $
* Proview $Id: wb_nrep.cpp,v 1.1
7 2008-05-29 14:55:56
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -794,7 +794,7 @@ char *wb_nrep::normName( int ntype, char *res)
char
*
wb_nrep
::
nameName
(
const
char
*
n
,
int
ntype
,
char
*
res
)
{
static
char
result
[
200
];
static
char
result
[
512
];
int
colon_added
=
0
;
if
(
!
res
)
...
...
xtt/changelog.txt
View file @
6698e1a7
...
...
@@ -93,3 +93,5 @@
080505 cs brow Min and maxvalues for scrollbar adjusted.
080513 cs ge Journal file and undo/redo implemented.
080513 cs ge Delete added to menu, accelerator Ctrl+D moved from show grid to delete.
080529 cs xtt Bugfix in display object, didn't work for local mounted volumes,
and attributes in subclasses wasn't selected.
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