Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-16 | Clean up more generated files when run with --clean. | Neil Hodgson | 2 | -4/+14 | |
2012-07-11 | Updates for next release 3.2.1. | nyamatongwe | 2 | -2/+2 | |
2012-07-02 | Ensure full initialised. | nyamatongwe | 1 | -1/+1 | |
2012-06-29 | Fix 64-bit compilation errors on Windows. | nyamatongwe | 1 | -3/+3 | |
From Fan Yang. | |||||
2012-06-13 | Discover name of qmake as it is qmake-qt4 in some distributions of Linux. | Neil Hodgson | 1 | -2/+9 | |
2012-05-29 | Information about running on Fedora. | nyamatongwe | 1 | -1/+2 | |
2012-05-29 | Updates for 3.2.0. | nyamatongwe | 2 | -2/+2 | |
2012-05-27 | On Linux, disable warnings that occur in PySide generated code or PySide headers | Neil Hodgson | 1 | -0/+1 | |
included by that code. This is done by changing the compile flags on all files which is unfortunate but the warnings are not that important and will trigger for most code when building for GTK+ or Windows native. empty-body occurs for code that looks like "{}". unused-parameter occurs when a function parameter is not used. This change enables the scite/scripts/checkbuildlinux.sh script to run without any warning messages. | |||||
2012-05-17 | Fixed out-of-date test program name. | nyamatongwe | 1 | -1/+1 | |
2012-05-17 | Qt platform layer added. Based on an implementation from Jason Haslam | nyamatongwe | 22 | -0/+4838 | |
at Scientific Toolworks, Inc. with additions performed for Wingware. |