Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
a3cf2948
Commit
a3cf2948
authored
Feb 17, 2015
by
Tomasz Włostowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bitmaps: added diff pair/length matching dialog images
parent
83ffb896
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1902 additions
and
0 deletions
+1902
-0
CMakeLists.txt
bitmaps_png/CMakeLists.txt
+11
-0
tune_diff_pair_length_legend.cpp
bitmaps_png/cpp_other/tune_diff_pair_length_legend.cpp
+871
-0
tune_diff_pair_skew_legend.cpp
bitmaps_png/cpp_other/tune_diff_pair_skew_legend.cpp
+362
-0
tune_single_track_length_legend.cpp
bitmaps_png/cpp_other/tune_single_track_length_legend.cpp
+655
-0
tune_diff_pair_length_legend.png
bitmaps_png/sources/tune_diff_pair_length_legend.png
+0
-0
tune_diff_pair_skew_legend.png
bitmaps_png/sources/tune_diff_pair_skew_legend.png
+0
-0
tune_single_track_length_legend.png
bitmaps_png/sources/tune_single_track_length_legend.png
+0
-0
bitmaps.h
include/bitmaps.h
+3
-0
No files found.
bitmaps_png/CMakeLists.txt
View file @
a3cf2948
...
...
@@ -555,6 +555,12 @@ set( BMAPS_BIG
wizard_add_fplib_icon
)
set
(
BMAPS_OTHER
tune_diff_pair_length_legend
tune_diff_pair_skew_legend
tune_single_track_length_legend
)
# @todo keep these in sync with .bzrignore
set
(
TMP_DIR
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/tmp"
)
...
...
@@ -728,5 +734,10 @@ foreach( bmn ${BMAPS_BIG} )
list
(
APPEND CPP_LIST cpp_48/
${
bmn
}
.cpp
)
endforeach
()
foreach
(
bmn
${
BMAPS_OTHER
}
)
#message( "library add cpp_other/${bmn}.cpp" )
list
(
APPEND CPP_LIST cpp_other/
${
bmn
}
.cpp
)
endforeach
()
#add_library( bitmaps SHARED ${CPP_LIST} )
add_library
(
bitmaps STATIC
${
CPP_LIST
}
)
bitmaps_png/cpp_other/tune_diff_pair_length_legend.cpp
0 → 100644
View file @
a3cf2948
This diff is collapsed.
Click to expand it.
bitmaps_png/cpp_other/tune_diff_pair_skew_legend.cpp
0 → 100644
View file @
a3cf2948
This diff is collapsed.
Click to expand it.
bitmaps_png/cpp_other/tune_single_track_length_legend.cpp
0 → 100644
View file @
a3cf2948
This diff is collapsed.
Click to expand it.
bitmaps_png/sources/tune_diff_pair_length_legend.png
0 → 100644
View file @
a3cf2948
13.4 KB
bitmaps_png/sources/tune_diff_pair_skew_legend.png
0 → 100644
View file @
a3cf2948
5.45 KB
bitmaps_png/sources/tune_single_track_length_legend.png
0 → 100644
View file @
a3cf2948
10 KB
include/bitmaps.h
View file @
a3cf2948
...
...
@@ -532,5 +532,8 @@ EXTERN_BITMAP( zoom_out_xpm )
EXTERN_BITMAP
(
zoom_page_xpm
)
EXTERN_BITMAP
(
zoom_selection_xpm
)
EXTERN_BITMAP
(
zoom_xpm
)
EXTERN_BITMAP
(
tune_diff_pair_length_legend_xpm
)
EXTERN_BITMAP
(
tune_diff_pair_skew_legend_xpm
)
EXTERN_BITMAP
(
tune_single_track_length_legend_xpm
)
#endif // BITMAPS_H_
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