Changeset 104 in tspsg-svn for trunk/tspsg.pro


Ignore:
Timestamp:
Apr 19, 2010, 10:33:02 PM (14 years ago)
Author:
laleppa
Message:
  • Improved the solution output generation algorithm. Now it works directly with QTextDocument instead of "feeding" it with HTML. Thanks to this the solution output generation is now about 1.65 times faster.
  • Added .txt extension to ChangeLog?, INSTALL and README files to simplify opening these files in Windows.
  • Made a small improvement to Settings Dialog to follow the current application palette.
  • Output text color if not set is now determmined based on the current application palette.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tspsg.pro

    r103 r104  
    6262        DESTDIR = debug
    6363        DEFINES += DEBUG
     64#       CONFIG += console
    6465        D = d
    6566}
     
    7879l10n.files = l10n/*.qm
    7980#share.files =
    80 docs.files = COPYING README
     81docs.files = COPYING README.txt
    8182INSTALLS += target l10n share docs
    8283
     
    156157        docs.sources = $$docs.files
    157158        docs.pkg_prerules = \
    158                 "\"README\" - \"\", FILETEXT, TEXTCONTINUE" \
     159                "\"README.txt\" - \"\", FILETEXT, TEXTCONTINUE" \
    159160                "\"COPYING\" - \"\", FILETEXT, TEXTEXIT"
    160161        DEPLOYMENT += share l10n docs
Note: See TracChangeset for help on using the changeset viewer.