Changeset 43c29c04ba in tspsg for docs


Ignore:
Timestamp:
Jul 4, 2010, 3:03:13 AM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
7aaa0b0ec7
Parents:
d2820c3a1f
git-author:
Oleksii Serdiuk <contacts@…> (07/04/10 03:03:13)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
Message:

+ Added support for Windows 7 Taskbar Extensions (namely, Progress Bars).

  • Cleanup is done in a separate thread now, so progress bar runs more smooth.
  • "Tabified" About dialog. Added GPL License and Credits.
  • Updated translations and tspsg.tag file.
Location:
docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • docs/dox/mainpage.dox

    rd2820c3a1f r43c29c04ba  
    4949\section m_s3 LICENSE
    5050
    51 \b TSPSG is free software: you can redistribute it and/or modify\n
     51This program is free software: you can redistribute it and/or modify\n
    5252it under the terms of the GNU General Public License as published by\n
    5353the Free Software Foundation, either version 3 of the License, or\n
    5454(at your option) any later version.\n
    5555
    56 \b TSPSG is distributed in the hope that it will be useful,\n
     56This program is distributed in the hope that it will be useful,\n
    5757but WITHOUT ANY WARRANTY; without even the implied warranty of\n
    5858MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n
     
    6060
    6161You should have received a copy of the \ref license "GNU General Public License"\n
    62 along with \b TSPSG.  If not, see <http://www.gnu.org/licenses/>.
     62along with this program.  If not, see <http://www.gnu.org/licenses/>.
    6363*/
  • docs/tspsg.tag

    rd2820c3a1f r43c29c04ba  
    127127    <member kind="define">
    128128      <type>#define</type>
    129       <name>DEF_FONT_FAMILY</name>
    130       <anchorfile>defaults_8h.html</anchorfile>
    131       <anchor>a2982eb0f2aea4cff78bd4aa767ff1988</anchor>
    132       <arglist></arglist>
    133     </member>
    134     <member kind="define">
    135       <type>#define</type>
    136129      <name>DEF_FONT_SIZE</name>
    137130      <anchorfile>defaults_8h.html</anchorfile>
     
    255248    </member>
    256249    <member kind="function">
     250      <type>QString</type>
     251      <name>getDefaultFont</name>
     252      <anchorfile>globals_8h.html</anchorfile>
     253      <anchor>a0b35409ae9db3b8db49ca9937447fc5b</anchor>
     254      <arglist>()</arglist>
     255    </member>
     256    <member kind="function">
    257257      <type>void</type>
    258258      <name>toggleStyle</name>
     
    334334    <includes id="globals_8h" name="globals.h" local="yes" imported="no">globals.h</includes>
    335335    <class kind="class">SettingsDialog</class>
     336  </compound>
     337  <compound kind="file">
     338    <name>shobjidl.h</name>
     339    <path>W:/Projects/Cpp/tspsg/tspsg/src/</path>
     340    <filename>shobjidl_8h</filename>
     341    <class kind="interface">ITaskbarList3</class>
     342    <member kind="enumeration">
     343      <name>TBPFLAG</name>
     344      <anchorfile>shobjidl_8h.html</anchorfile>
     345      <anchor>a1fafeab2f8950fbd8edf21f4a2200c39</anchor>
     346      <arglist></arglist>
     347    </member>
     348    <member kind="enumvalue">
     349      <name>TBPF_NOPROGRESS</name>
     350      <anchorfile>shobjidl_8h.html</anchorfile>
     351      <anchor>a1fafeab2f8950fbd8edf21f4a2200c39a3570f6f9189f7bcaa722abfce49ea335</anchor>
     352      <arglist></arglist>
     353    </member>
     354    <member kind="enumvalue">
     355      <name>TBPF_INDETERMINATE</name>
     356      <anchorfile>shobjidl_8h.html</anchorfile>
     357      <anchor>a1fafeab2f8950fbd8edf21f4a2200c39a43c1643df0a6e7b4c78651d8285be535</anchor>
     358      <arglist></arglist>
     359    </member>
     360    <member kind="enumvalue">
     361      <name>TBPF_NORMAL</name>
     362      <anchorfile>shobjidl_8h.html</anchorfile>
     363      <anchor>a1fafeab2f8950fbd8edf21f4a2200c39a45ac285277be4b436cbb0c2e60883c4d</anchor>
     364      <arglist></arglist>
     365    </member>
     366    <member kind="enumvalue">
     367      <name>TBPF_ERROR</name>
     368      <anchorfile>shobjidl_8h.html</anchorfile>
     369      <anchor>a1fafeab2f8950fbd8edf21f4a2200c39a5f80fe02a44f4e87a593ab63adb9ff09</anchor>
     370      <arglist></arglist>
     371    </member>
     372    <member kind="enumvalue">
     373      <name>TBPF_PAUSED</name>
     374      <anchorfile>shobjidl_8h.html</anchorfile>
     375      <anchor>a1fafeab2f8950fbd8edf21f4a2200c39ab3919c5fad5aa361787ad1ca5aba1400</anchor>
     376      <arglist></arglist>
     377    </member>
    336378  </compound>
    337379  <compound kind="file">
     
    578620    </member>
    579621  </compound>
     622  <compound kind="interface">
     623    <name>ITaskbarList3</name>
     624    <filename>interface_i_taskbar_list3.html</filename>
     625    <member kind="function">
     626      <type>HRESULT</type>
     627      <name>SetProgressState</name>
     628      <anchorfile>interface_i_taskbar_list3.html</anchorfile>
     629      <anchor>ac0dd28f3cbb50f8bcb07e085a1cbab4e</anchor>
     630      <arglist>(HWND hwnd, TBPFLAG tbpFlags)</arglist>
     631    </member>
     632    <member kind="function">
     633      <type>HRESULT</type>
     634      <name>SetProgressValue</name>
     635      <anchorfile>interface_i_taskbar_list3.html</anchorfile>
     636      <anchor>afc90208fdce89e0f212e7b1a4888f254</anchor>
     637      <arglist>(HWND hwnd, ULONGLONG ullCompleted, ULONGLONG ullTotal)</arglist>
     638    </member>
     639  </compound>
    580640  <compound kind="class">
    581641    <name>MainWindow</name>
     
    828888      <name>getSortedPath</name>
    829889      <anchorfile>class_t_s_p_solver_1_1_c_t_s_p_solver.html</anchorfile>
    830       <anchor>a8897c0737ef2451ae606c38113477521</anchor>
    831       <arglist>(const QString &amp;city, const QString &amp;separator=&quot; -&gt; &quot;) const </arglist>
     890      <anchor>a0f4495349b42939d27113a3cd69390fd</anchor>
     891      <arglist>(const QString &amp;city, const QString &amp;separator=QString(&quot; -&gt; &quot;)) const </arglist>
    832892    </member>
    833893    <member kind="function">
     
    844904      <anchor>a2b82ac68b981c47a3261f4e4e9ecd2bd</anchor>
    845905      <arglist>() const </arglist>
     906    </member>
     907    <member kind="function">
     908      <type>void</type>
     909      <name>setCleanupOnCancel</name>
     910      <anchorfile>class_t_s_p_solver_1_1_c_t_s_p_solver.html</anchorfile>
     911      <anchor>a0c6b3869dc2e867609513c11e52ad7be</anchor>
     912      <arglist>(bool enable=true)</arglist>
    846913    </member>
    847914    <member kind="function">
Note: See TracChangeset for help on using the changeset viewer.