Warning: session_start(): open(/tmp/sess_m1r8i9td6ccg70opi2esvjktr7, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Multi Timer Qt openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Multi Timer Qt

   1.0  

KDE Other Software

Score 62%
Multi Timer Qt
zoom


Multi Timer Qt
zoom


Multi Timer Qt
zoom


Link:  http://
Downloads:  964
Submitted:  Aug 8 2005

Description:

This is a small program in Qt4 I developped to replace a MFC application.
The program handle multiples timers at the same time. The timers can be
count up or countdown. This program was a part of my summer job so I was really
happy to work on a GPL Qt4 program during that job :)

It was developped on Windows, but it compiles/run on Qt/X11 flawlessly.
Qt/X11 should be compiled with NAS sound support to play the sound.
I haven't tested on Mac OS X but it should work without problems thanks to
Trolltech Qt4 :)

To compile it, that's simple. Generate the platform-dependend Makefile with qmake
then "make".




Changelog:

Version 1.0
-First public release.




LicenseGPL
(Multi Timer Qt 1.0 Source (ZIP))
Send to a friend
Subscribe
Other  Content  from DarkShock
Report inappropriate content



-

 Cool :-)

 
 by Shadowfiend on: Aug 23 2005
 
Score 50%

This is a very neat little program, and I'm considering using it for something in October, but there is one thing that would make it ideal. Is there any chance you could implement a way to tear off the tabs? That is to say, to detach and reattach timer tabs from the main window? I sometimes need to have more than one timer on-screen at the same time (usually it's two at a time, but it'll probably be simpler to implement as a general feature). Nice job, though :-)


Reply to this

-
.

 possibly great but..

 
 by cafeina on: Oct 9 2007
 
Score 50%

..but I get the whole bunch of errors (make output follows)

Makefile:233: warning: overriding commands for target `moc_timertabpage.cpp'
Makefile:221: warning: ignoring old commands for target `moc_timertabpage.cpp'
g++ -c -pipe -Wall -W -O2 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/lib/qt/mkspecs/default -I. -I/usr/lib/qt/include -o main.o main.cpp
main.cpp:16:24: error: QApplication: No such file or directory
main.cpp:17:23: error: QPushButton: No such file or directory
main.cpp:18:21: error: QSettings: No such file or directory
main.cpp:19:23: error: QMessageBox: No such file or directory
main.cpp:20:23: error: QTranslator: No such file or directory
main.cpp:21:19: error: QLocale: No such file or directory
In file included from main.cpp:23:
multitimermainwindow.h:18:23: error: QMainWindow: No such file or directory
multitimermainwindow.h:25: error: expected class-name before '{' token
multitimermainwindow.h:26: error: ISO C++ forbids declaration of 'Q_OBJECT' with no type
multitimermainwindow.h:27: error: expected ';' before 'public'
multitimermainwindow.h:31: error: expected `:' before 'slots'
multitimermainwindow.h:32: error: expected primary-expression before 'void'
multitimermainwindow.h:32: error: ISO C++ forbids declaration of 'slots' with no type
multitimermainwindow.h:32: error: expected ';' before 'void'
main.cpp: In function 'int main(int, char**)':
main.cpp:27: error: 'QApplication' was not declared in this scope
main.cpp:27: error: expected `;' before 'app'
main.cpp:29: error: 'QTranslator' was not declared in this scope
main.cpp:29: error: expected `;' before 'qtTranslator'
main.cpp:30: error: 'qtTranslator' was not declared in this scope
main.cpp:30: error: 'QLocale' has not been declared
main.cpp:31: error: 'app' was not declared in this scope
main.cpp:33: error: expected `;' before 'multiTimerQtTranslator'
main.cpp:34: error: 'multiTimerQtTranslator' was not declared in this scope
main.cpp:34: error: 'QLocale' has not been declared
main.cpp:37: error: variable 'QSettings settings' has initializer but incomplete type
main.cpp:37: error: incomplete type 'QSettings' used in nested name specifier
main.cpp:42: error: 'QMessageBox' has not been declared
main.cpp:42: error: 'QString' was not declared in this scope
main.cpp:42: error: 'QObject' has not been declared
main.cpp:42: error: 'QMessageBox' has not been declared
main.cpp:47: error: 'class MultiTimerMainWindow' has no member named 'show'
main.cpp: At global scope:
main.cpp:25: warning: unused parameter 'argc'
main.cpp:25: warning: unused parameter 'argv'
make: *** [main.o] Error 1


Reply to this

-

 Re: possibly great but..

 
 by john0312 on: Jan 19 2008
 
Score 50%

This application is written with Qt4, and you probably have Qt3 installed, that's why it failed.

Just install the new Qt4, and qmake it again.

By the way, I found a bug, in TimerTabPage::slotStartTimer():
connect(d->timerUpdate, SIGNAL(timeout()), this, SLOT(slotDisplayTicks()));
connect(d->timerUpdate, SIGNAL(timeout()), this, SLOT(slotUpdateTimer()));

should be changed to:
connect(d->timerUpdate, SIGNAL(timeout()), this, SLOT(slotUpdateTimer()));
connect(d->timerUpdate, SIGNAL(timeout()), this, SLOT(slotDisplayTicks()));

For the reason that if slotDisplayTicks() fires before slotUpdateTimer() do, the internal QTimer structure would always be a second ahead of the displayed time.


Reply to this

-

 a timetracker

 
 by Antonio1 on: Apr 1 2008
 
Score 50%

If anyone, like me, was searching for a timetracker application (different to this one): I ended up finding a part of Kontact

KTimeTracker (formerly called "KArm")
http://wiki.kde.org/ktimetracker


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team