lyx_mirror/development/tools
Scott Kostyshak 6adae69810 Script for finding unneeded headers
The script does the following:

  All .cpp and .h files in the current directory and subdirectories
  are checked to see which include statements could be omitted without
  causing a build error.

Many of these omissions would not be desired. For example, currently
if you don't include Undo.h in Undo.cpp, there is no error because
Undo.h is included in Cursor.h which is included in Undo.cpp. But
clearly we do want to include Undo.h in Undo.cpp.

See #6305.
2013-05-02 02:40:48 -04:00
..
convert_kmap.py
count_lines_of_included_code.sh add -DQT_NO_KEYWORDS to the statistic scripts, since that's what we use in 2008-03-14 19:48:58 +00:00
count_total_lines_of_compiled_code.sh more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
designer43to42 quick shot at designer 4.3 -> 4.2 conversion. 2008-03-10 18:31:14 +00:00
gen_lfuns.py - gen_lfuns.py: reduce the space between items in LFUNs.lyx to save whitespace 2009-10-19 23:44:11 +00:00
generate_symbols_images.lyx Add script for automatic toolbar image creation. 2012-12-16 14:44:18 +01:00
generate_symbols_images.py Handle text-only wasy symbols correctly. 2013-01-10 21:22:54 +01:00
generate_symbols_list.py Add support for stmaryrd.sty (bug #8434) 2012-12-15 13:10:31 +01:00
header_check.sh Script for finding unneeded headers 2013-05-02 02:40:48 -04:00
list_included_headers.sh add new helper script 2007-11-27 20:21:47 +00:00
lyx-build Updates to lyx-build script. 2012-11-03 22:11:05 -04:00
lyx-fedora * tools/lyx-fedora update from Kayvan. 2012-11-09 10:59:04 +01:00
lyxeditor Add lyxeditor script to development/tools, adjust properties of other 2009-06-06 15:17:51 +00:00
numbers update 2008-06-12 16:48:23 +00:00
patch-preamble Add patch-premable to development tools. 2011-05-09 15:10:24 +00:00
README cosmetics 2007-10-09 22:19:04 +00:00
unicodesymbols.py Allow to specify either text mode or math mode commands (or both) in the 2008-06-02 01:35:42 +00:00
update-po.sh Port changes to update-po.sh script to trunk. 2012-07-02 17:49:08 -04:00
updatelayouts.sh Simple bash script to update all layouts to current format. 2009-12-06 03:30:24 +00:00
updatelfuns.sh Script for automatic updating of ui and bind files. 2011-01-18 15:41:16 +00:00
updatestats.sh Check for git in update script. 2011-06-01 13:10:38 +00:00
x-font

Some scripts I found useful when working on LyX