summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/qt.py
Commit message (Expand)AuthorAgeFilesLines
* new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-021-0/+1
* Convert old-style classes in various Tool/*.py modules to new-style classes.Steven Knight2010-05-151-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-5/+5
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-1/+1
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-8/+5
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-2/+2
* Have the QT UIC Scanner use the env.FindFile method. (Leanid Nazdrynau)Steven Knight2005-10-131-10/+8
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-4/+1
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-4/+8
* Have the Qt Builder make uic-built files dependent on the .ui.h file, if it e...Steven Knight2004-10-081-1/+24
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo...Steven Knight2004-08-311-62/+64
* Qt fixes. (Christoph Wiedemann)Steven Knight2004-08-071-18/+24
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-121-111/+188
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-5/+4
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-2/+2
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-8/+8
* Add a variable to control whether to compile moc-generated files. (Chad Aus...Steven Knight2004-04-031-23/+32
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-5/+5
* Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt...Steven Knight2004-02-161-3/+3
* Have the Qt Builder(s) use flags from the environment used to specify the tar...Steven Knight2004-01-251-7/+8
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-1/+6
* Fix a bug in Qt detection. (Christoph Wiedemann)Steven Knight2003-10-211-1/+1
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-6/+7
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-11/+8
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+214