pClock 0.8.2 - Time tools

Miscellaneous tools
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#21 Post by zigbert »

don570
You have really worked a lot.......


Thank you
Sigmund

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

further features with pclock

#22 Post by don570 »

Further features with pclock:

Pclock needs a simple interface.

However there is one possible new feature that might
make sense in an app like this.

An example : A user selects 5 cities around the world
and the software automatically updates the time
temperature and weather


pclock could do this in one simple window without being too messy.

It would be a lot of work for you to do this but I think you've
done something like this already for the stardust interface.

___________________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

Re: further features with pclock

#23 Post by zigbert »

don570 wrote:Further features with pclock:

Pclock needs a simple interface.

However there is one possible new feature that might
make sense in an app like this.

An example : A user selects 5 cities around the world
and the software automatically updates the time
temperature and weather


pclock could do this in one simple window without being too messy.

It would be a lot of work for you to do this but I think you've
done something like this already for the stardust interface.

___________________________________________________
A world clock is a good idea. I personally think that temp/weather is working well in Pwidgets. - Again, I might be wrong :)

I will add this to the todo list, but with no promise when it will be done.


Sigmund

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#24 Post by don570 »

This is a proper posting for people to download.

Make sure you install pschedule 2.0.2 as well.

Edit: change pschedule 2.0.2 to pschedule 1.0.2
Attachments
pclock-0.3.5.pet
pclock finished application
(7.67 KiB) Downloaded 869 times
Last edited by don570 on Sat 05 Nov 2011, 19:18, edited 5 times in total.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#25 Post by zigbert »

don570 wrote:Make sure you install pschedule 2.0.2 as well.
I think this should be pschedule 1.0.2 which is the latest.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#26 Post by don570 »

To help me translate pclock into various languages
go to

http://www.murga-linux.com/puppy/viewtopic.php?t=72857

I already have German and French translations

___________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#27 Post by zigbert »

don570
Since you have done so much work to build pClock the way you want it, I think you should fork it, and give it a unique name. - We agree on many things, but not how pClock should look. :D Since I don't want to adopt your work in the next pClock release, you should offer it as an alternative to the kennel. Maybe most of the users like your version, and they won't find it when I release pClock-0.4 without your tweaks.


Sigmund

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

new Puppy Clock

#28 Post by don570 »

I renamed pclock0.3.5 to Puppy Clock
and made a couple of small changes to
the way it is localized.


I won't be improving it anymore but I'd
like people to contribute to the translations.

http://www.murga-linux.com/puppy/viewto ... 140#580140

_________________________________________

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#29 Post by RSH »

Hello don570,

i have also downloaded pClock-0.3.5 and i must say: many of the german translations are like it is been done by a word-by-word-translation-robot - or something else like that.

I would like to make a new translation, if there is nobody else, who has started already with this.

So, let me know, what to do.

RSH
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

Saluki

#30 Post by don570 »

I improved puppy clock to work with Jemimah's Saluki
http://murga-linux.com/puppy/viewtopic. ... 140#580140

___________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

pmusic -s stop

#31 Post by don570 »

With the Enlightenment window manager it is hard to stop pmusic
when it is playing in the background. For instance in pemasu's
exprimo pmusic plays in a loop as default

I must use the command

Code: Select all

pmusic -s stop
If pmusic can't be fixed then maybe pclock should have a
button to run this command.


____________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#32 Post by zigbert »

Which version are you using?

From changelog Version 2.5.2 (25.Mar 2012)
- Playmode is set to no-loop by default (thanks to FeodorF)



Sigmund

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#33 Post by don570 »

Here is how I was able to make pclock compatible with Saluki



1) I checked if pmusic is installed and switched
to defaultaudioplayer if pmusic wasn't installed

2) I changed line 28 to

Code: Select all

let "FONTSIZE=4100/$TMP"
(Does saluki have a different version of bash??)

3) To get the preference window to open I did the
following change in code. I took the following

Code: Select all

<hbox>
	   <text><label>Fontsize</label></text>
	   <entry><variable>FONTSIZE</variable><default>'$FONTSIZE'</default></entry>
	  </hbox>
and changed it to

Code: Select all

	  <hbox>
	   <text><label>Fontsize</label></text>
	   <entry><variable>FONTSIZE</variable><default>40</default></entry>
	  </hbox>
FONTSIZE doesn't work but at least the app can be used.

_____________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#34 Post by don570 »

I was using an older version of pmusic in exprimo which was just before
you changed it not to loop in version 251 I believe.

The new version will sole the problem I hope. I'll try.

______________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#35 Post by zigbert »

This is a funny experiment :D

Image

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#36 Post by zigbert »

Version 0.3
See main post

Changelog
- Analog clock (also fullscreen)
- Worldclock
- NLS support
- Scalable gui
- link to 'set timezone'
- Close button in fullscreen mode
- Use pmusic -B instead of pmusic -b
- Bugfix: Window header in fullscreen mode showed pTiming

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#37 Post by 01micko »

8)

line 106 seemed to be trouble, I had no $WORKDIR/end_while_fullscreen and no pretty clock, so removed ! (not) and it worked! But of course that broke everything! So I put it back and it was all good, so something is not generated at first start :wink:
Puppy Linux Blog - contact me for access

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#38 Post by zigbert »

Thank you Mick.
Now fixed


Sigmund

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

480 pixel height screen

#39 Post by don570 »

Have you checked that pclock fits in 480 pixel height screen?
It's over 500 dots when I checked.

__________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#40 Post by don570 »

If you're looking to develop pclock into a more useful app....

What about a database of the world cities. The user chooses a city
and clicks to find weather or news (according to button label)

Instead of doing it in realtime which could overload computer,
I would suggest having a database array . Each city could have a
maximum of 4 input values associated with it.

1) For News ----> English language website
2) For News ----> Foreign language website
3) For Weather ----> English language website
4) For Weather ----> Foreign language website

It wouldn't be too hard to maintain such a database.
For instance New York city has two big all news radio stations
http://www.wabcradio.com/
http://newyork.cbslocal.com/


I could supply you with North American websites (mainly local radio
stations specialising in news). The user could make his own changes
to the database and send the database back to you to look at.
Here's a mock-up.

Image

__________________________

Post Reply