Page 2 of 4

Posted: Thu 19 May 2011, 16:09
by zigbert
don570
You have really worked a lot.......


Thank you
Sigmund

further features with pclock

Posted: Sat 28 May 2011, 20:15
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.

___________________________________________________

Re: further features with pclock

Posted: Fri 03 Jun 2011, 18:43
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

Posted: Thu 16 Jun 2011, 23:53
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

Posted: Fri 17 Jun 2011, 21:14
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.

Posted: Sat 29 Oct 2011, 17:45
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

___________________________________________

Posted: Sun 30 Oct 2011, 16:10
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

new Puppy Clock

Posted: Sat 05 Nov 2011, 19:43
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

_________________________________________

Posted: Fri 11 Nov 2011, 08:45
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

Saluki

Posted: Tue 10 Apr 2012, 18:53
by don570
I improved puppy clock to work with Jemimah's Saluki
http://murga-linux.com/puppy/viewtopic. ... 140#580140

___________________________________________________

pmusic -s stop

Posted: Tue 10 Apr 2012, 18:57
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.


____________________________________________

Posted: Tue 10 Apr 2012, 19:19
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

Posted: Tue 10 Apr 2012, 19:20
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.

_____________________________________________________

Posted: Tue 10 Apr 2012, 19:24
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.

______________________________________

Posted: Sat 21 Jul 2012, 18:46
by zigbert
This is a funny experiment :D

Image

Posted: Mon 23 Jul 2012, 17:48
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

Posted: Tue 24 Jul 2012, 02:05
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:

Posted: Tue 24 Jul 2012, 06:57
by zigbert
Thank you Mick.
Now fixed


Sigmund

480 pixel height screen

Posted: Tue 24 Jul 2012, 15:28
by don570
Have you checked that pclock fits in 480 pixel height screen?
It's over 500 dots when I checked.

__________________________________________

Posted: Tue 24 Jul 2012, 15:47
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

__________________________