Changeset 169 in tspsg-svn


Ignore:
Timestamp:
Apr 18, 2011, 2:44:34 AM (13 years ago)
Author:
laleppa
Message:

Made some documentation-related updates. Also, updated Qt tagfile from 4.6 to 4.7.

Location:
trunk
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doxygen.conf

    r151 r169  
    203203
    204204ALIASES                = "hack=\xrefitem hacks \"Hack\" \"Hack List\""
     205ALIASES               += "ticket{2}=<a href=\"http://bugs.tspsg.info/ticket/\1\">\2</a>"
    205206
    206207# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
     
    13511352# is run, you must also specify the path to the tagfile here.
    13521353
    1353 TAGFILES               = docs/qt-4.6.tag=http://doc.trolltech.com/4.6
     1354TAGFILES               = docs/qt-4.7.tag=http://doc.trolltech.com/4.7
    13541355
    13551356# When a file name is specified after GENERATE_TAGFILE, doxygen will create
  • trunk/l10n/tspsg_en.ts

    r168 r169  
    339339        <location filename="../src/mainwindow.cpp" line="150"/>
    340340        <source>Would you like %1 to automatically check for updates every %n day(s)?</source>
    341         <translation type="unfinished">
     341        <translation>
    342342            <numerusform>Would you like %1 to automatically check for updates every %n day?</numerusform>
    343343            <numerusform>Would you like %1 to automatically check for updates every %n days?</numerusform>
  • trunk/src/defaults.h

    r162 r169  
    115115
    116116#ifndef QT_NO_PRINTER
     117//! Default page size for printing
    117118#   define DEF_PAGE_SIZE QPrinter::A4
     119//! Default page orientation for printing
    118120#   define DEF_PAGE_ORIENTATION QPrinter::Portrait
     121//! Default left page margin for printing
    119122#   define DEF_MARGIN_LEFT 25
     123//! Default top page margin for printing
    120124#   define DEF_MARGIN_TOP 15
     125//! Default right page margin for printing
    121126#   define DEF_MARGIN_RIGHT DEF_MARGIN_TOP
     127//! Default bottom page margin for printing
    122128#   define DEF_MARGIN_BOTTOM DEF_MARGIN_TOP
    123129#endif
Note: See TracChangeset for help on using the changeset viewer.