Tenminutecore

(Changelog)
m (Changelog)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
=Introduction=
=Introduction=
-
Ten Minute Core Workout or "tenminutecore" is an application written using Qt SDK
+
Ten Minute Core Workout or "tenminutecore" is an application written using Qt
It is an exercise utility to help increase your body's core muscle strength.
It is an exercise utility to help increase your body's core muscle strength.
Line 7: Line 7:
Using Espeak it will instruct you through a 10 minute, no rest core exercise. It's main purpose is to keep time during your workout and call the next position.  
Using Espeak it will instruct you through a 10 minute, no rest core exercise. It's main purpose is to keep time during your workout and call the next position.  
-
Designed for building your core muscles for bouldering but is a good core based exercise applcation.
+
Designed for building your core muscles for bouldering but is a good core based exercise application.
-
 
+
-
===Under the Hood===
+
-
 
+
-
tenminutecore is basically a GUI for triggering two scripts (Start and Stop) via QProcess.
+
===More===
===More===
Line 27: Line 23:
==Operation==
==Operation==
-
Come on, it's two buttons!
+
Press the Start button to start the exercise.
 +
Do as instructed.
 +
No pain, no gain.
 +
 
 +
'''CAUTION:-'''
 +
tenminutecore has the facility to secure the device with a lock code.
 +
 
 +
'''Do NOT use this feature if you do not know your device "secure" code.'''
 +
 
 +
==The Exercises==
 +
Explains or shows how to perform each exercise.
 +
For best results exercises should be done smoothly and '''not''' as fast as possible.
 +
 
 +
===Dish aka V-sit Hold or powerboat hold===
 +
[[Image:Dish.gif]]
 +
 
 +
===Sit up's===
 +
[[Image:Sit-up.gif]]
 +
 
 +
===Cycling in the air===
 +
[[Image:Cycling.gif]]
 +
 
 +
===Tabletop position===
 +
[[Image:tabletopstatic.gif]]
 +
 
 +
===Crunches on right===
 +
[[Image:Side crunch.gif]]
 +
 
 +
===Crunches on left===
 +
[[Image:ls_crunch.gif]]
 +
 
 +
===Ab Crunches aka Dead Fish===
 +
[[Image:ABCrunch.gif]]
 +
 
 +
===Push up's===
 +
[[Image:pushup.gif]]
 +
 
 +
===Plank===
 +
[[Image:Plank.gif]]
 +
 
 +
===Double Leg Pressouts===
 +
[[Image:Double leg pressouts.gif]]
==Bugs==
==Bugs==
Line 45: Line 82:
==To-Do==
==To-Do==
-
 
+
<none>
-
* Portrait Support
+
==Changelog==
==Changelog==
 +
'''0.0.12'' (Current Testing)'''
 +
* Added vibration to training start.
 +
* Changed Training timer selection to radio buttons.
 +
* Added buttons to make maxrep slider easier to use.
-
'''0.0.4'' (Current Devel)'''''
+
'''0.0.11'''
 +
* Make lots of items selectable and variable with QSettings.
 +
* Add General Profile on Close option
 +
 
 +
'''0.0.10'''
 +
* Wake screen on QTimer timeouts so actions are displayed
 +
* Make Training timer a little more accurate
 +
 
 +
'''0.0.9'''
 +
* New Training Dialog
 +
 
 +
'''0.0.8'''
 +
* Rewritten with new features
 +
 
 +
'''0.0.7'''
 +
 
 +
* FIX Depends on espeak (Thanks ghitly)
 +
* Added Keyboard shortcut to Q key for Start button
 +
* Added Settings Menu with option to set Silent Secure Mode
 +
* Added button to secure device with lock code
 +
 
 +
'''0.0.6'''
 +
 
 +
* Added MenuBar
 +
* Added new About and Help dialogs
 +
* Removed help button on MainWindow
 +
 
 +
'''0.0.5'''
 +
* Fixed memory leak, thanks to Marxian.
 +
* Fixed typo in Control file
 +
* Removed Stop button (Now close app to kill script)
 +
* Added help button link to new wiki page
 +
* Rotation should now work
 +
 
 +
'''0.0.4'''
* Another bugfix to buttons, should work now.
* Another bugfix to buttons, should work now.
Line 70: Line 144:
==Wiki Update==
==Wiki Update==
-
:sixwheeledbeast - 19 Oct 2012 18:42 UTC
+
[[User:sixwheeledbeast|sixwheeledbeast]] 16:21, 26 April 2014 (UTC)
 +
 
 +
[[Category:Software]]
 +
[[Category:Qt]]

Latest revision as of 16:34, 19 June 2014

Contents

[edit] Introduction

Ten Minute Core Workout or "tenminutecore" is an application written using Qt

It is an exercise utility to help increase your body's core muscle strength.

Using Espeak it will instruct you through a 10 minute, no rest core exercise. It's main purpose is to keep time during your workout and call the next position.

Designed for building your core muscles for bouldering but is a good core based exercise application.

[edit] More

More information on the package can be found ...

talk.maemo.org Ten Minute Core Workout

Package Page

[edit] Installation

The latest versions can be found in the devel repository and can be installed using the N900 Application Manager (HAM).

[edit] Operation

Press the Start button to start the exercise. Do as instructed. No pain, no gain.

CAUTION:- tenminutecore has the facility to secure the device with a lock code.

Do NOT use this feature if you do not know your device "secure" code.

[edit] The Exercises

Explains or shows how to perform each exercise. For best results exercises should be done smoothly and not as fast as possible.

[edit] Dish aka V-sit Hold or powerboat hold

Image:Dish.gif

[edit] Sit up's

Image:Sit-up.gif

[edit] Cycling in the air

Image:Cycling.gif

[edit] Tabletop position

Image:tabletopstatic.gif

[edit] Crunches on right

Image:Side crunch.gif

[edit] Crunches on left

Image:ls_crunch.gif

[edit] Ab Crunches aka Dead Fish

Image:ABCrunch.gif

[edit] Push up's

Image:pushup.gif

[edit] Plank

Image:Plank.gif

[edit] Double Leg Pressouts

Image:Double leg pressouts.gif

[edit] Bugs

Please report bugs to the talk.maemo.org thread page.


[edit] FAQ

<none>

[edit] License/Disclaimer

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (Version 2) as published by the Free Software.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

[edit] To-Do

<none>

[edit] Changelog

0.0.12 (Current Testing)

  • Added vibration to training start.
  • Changed Training timer selection to radio buttons.
  • Added buttons to make maxrep slider easier to use.

0.0.11

  • Make lots of items selectable and variable with QSettings.
  • Add General Profile on Close option

0.0.10

  • Wake screen on QTimer timeouts so actions are displayed
  • Make Training timer a little more accurate

0.0.9

  • New Training Dialog

0.0.8

  • Rewritten with new features

0.0.7

  • FIX Depends on espeak (Thanks ghitly)
  • Added Keyboard shortcut to Q key for Start button
  • Added Settings Menu with option to set Silent Secure Mode
  • Added button to secure device with lock code

0.0.6

  • Added MenuBar
  • Added new About and Help dialogs
  • Removed help button on MainWindow

0.0.5

  • Fixed memory leak, thanks to Marxian.
  • Fixed typo in Control file
  • Removed Stop button (Now close app to kill script)
  • Added help button link to new wiki page
  • Rotation should now work

0.0.4

  • Another bugfix to buttons, should work now.

0.0.3

  • Another bugfix to buttons, should work now.


0.0.2

  • Hopefully fix buttons to work.
  • Fix Bugtracker
  • Fix Homepage typo
  • Fix Pretty Name on MainWindow
  • Remove un-used MenuBar


0.0.1

  • Initial Release

[edit] Wiki Update

sixwheeledbeast 16:21, 26 April 2014 (UTC)