Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
6a95dc42
Commit
6a95dc42
authored
Jun 04, 2012
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alternative icons: installation, legend
parent
db6b1d16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
Makefile.in
Makefile.in
+7
-1
src/ide/gconfig.ml
src/ide/gconfig.ml
+10
-2
No files found.
Makefile.in
View file @
6a95dc42
...
...
@@ -213,6 +213,8 @@ clean::
install_no_local
::
mkdir
-p
$(BINDIR)
mkdir
-p
$(DATADIR)
/why3/images
mkdir
-p
$(DATADIR)
/why3/images/boomy
mkdir
-p
$(DATADIR)
/why3/images/fatcow
mkdir
-p
$(DATADIR)
/why3/emacs
mkdir
-p
$(DATADIR)
/why3/lang
mkdir
-p
$(DATADIR)
/why3/theories
...
...
@@ -222,7 +224,10 @@ install_no_local::
cp
-f
modules/
*
.mlw
$(DATADIR)
/why3/modules
cp
-f
drivers/
*
.drv drivers/
*
.gen
$(DATADIR)
/why3/drivers
cp
-f
share/provers-detection-data.conf
$(DATADIR)
/why3/
cp
-f
share/images/icons.rc
$(DATADIR)
/why3/images
cp
-f
share/images/
*
.png
$(DATADIR)
/why3/images
cp
-f
share/images/boomy/
*
.png
$(DATADIR)
/why3/images/boomy
cp
-f
share/images/fatcow/
*
.png
$(DATADIR)
/why3/images/fatcow
cp
-f
share/why3session.dtd
$(DATADIR)
/why3
cp
-rf
share/javascript
$(DATADIR)
/why3/javascript
cp
-f
share/emacs/why.el
$(DATADIR)
/why3/emacs/why.el
...
...
@@ -1319,7 +1324,8 @@ DISTRIB_FILES = Version Makefile.in configure.in META.in configure \
share/javascript/themes/default/
*
.gif
\
share/javascript/themes/default/
*
.png
\
share/javascript/themes/default/
*
.css
\
share/emacs/why.el share/images/
*
.png share/lang/
*
.lang
\
share/emacs/why.el share/lang/
*
.lang
\
share/images/icons.rc share/images/
*
.png share/images/
*
/
*
.png
\
share/bash/why3 share/zsh/_why3 share/vim/why3.vim
# TODO?
...
...
src/ide/gconfig.ml
View file @
6a95dc42
...
...
@@ -495,16 +495,16 @@ let show_legend_window () =
ib
image_transf
;
i
" Transformation
\n
"
;
it
"Status column
\n
"
;
ib
image_undone
;
i
" External proof attempt not done
\n
"
;
ib
image_scheduled
;
i
" Scheduled external proof attempt
\n
"
;
ib
image_running
;
i
" Running external proof attempt
\n
"
;
ib
image_valid
;
i
" Goal is proved / Theory is fully verified
\n
"
;
(*
ib
image_invalid
;
i
" External prover disproved the goal
\n
"
;
*)
ib
image_timeout
;
i
" External prover reached the time limit
\n
"
;
ib
image_outofmemory
;
...
...
@@ -513,6 +513,14 @@ let show_legend_window () =
i
" External prover answer not conclusive
\n
"
;
ib
image_failure
;
i
" External prover call failed
\n
"
;
ib
image_valid_obs
;
i
" Valid but obsolete result
\n
"
;
ib
image_unknown_obs
;
i
" Answer not conclusive and obsolete
\n
"
;
ib
image_invalid_obs
;
i
" Prover disproved goal, but obsolete
\n
"
;
ib
image_failure_obs
;
i
" External prover call failed, obsolete
\n
"
;
dialog
#
add_button
"Close"
`CLOSE
;
let
t
=
b
#
create_tag
[
`LEFT_MARGIN
10
;
`RIGHT_MARGIN
10
]
in
b
#
apply_tag
t
~
start
:
b
#
start_iter
~
stop
:
b
#
end_iter
;
...
...
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