Commit Graph

34 Commits

Author SHA1 Message Date
Manuel Friedli 4e902cb6a1 updated version and fixed bugs in the NL translation 2014-11-24 12:40:17 +01:00
Manuel Friedli 8ce86f4d4c added first version of dutch translation 2014-11-24 12:29:41 +01:00
Manuel Friedli 72de912636 added spanish translation 2014-11-20 03:41:30 +01:00
Manuel Friedli f6904bfdd5 first version of re-done config area. needs testing on mobile and other
browsers than firefox.
2014-10-19 18:25:36 +02:00
Manuel Friedli 92abc8e15b bugfix: initial display mode 2014-10-18 17:11:24 +02:00
Manuel Friedli 9f37f1f971 removed de_CH-seconds layout 2014-10-18 16:45:33 +02:00
Manuel Friedli 35eef98722 added new toggle switch for choosing between normal time mode and seconds mode 2014-10-18 16:44:36 +02:00
Manuel Friedli 80df0d24cb corrected typo and incremented version to next snapshot 2014-10-17 21:13:02 +02:00
Manuel Friedli ef4ec5fc4b added $ to the closure 2014-08-28 08:50:19 +02:00
Manuel Friedli f171b9c8aa reformatted the whole code base 2014-08-26 17:49:23 +02:00
Manuel Friedli 2edf130472 added autoresize option and updated documentation 2014-08-12 19:19:37 +02:00
Manuel Friedli fcfdaaa2cd fade controls in and out 2014-08-12 11:55:34 +02:00
Manuel Friedli a3dce2322b don't remove blank line 2014-08-12 00:44:29 +02:00
Manuel Friedli 504e139bf2 adapted the changes on the seconds branch to the refactored code 2014-08-11 23:52:46 +02:00
Manuel Friedli c0742a6f11 make the clock adjust its size on window resizing 2014-08-11 19:19:11 +02:00
Manuel Friedli 6deb0d50fe converted controls into an overlay 2014-08-10 23:14:29 +02:00
Manuel Friedli 27435ed9a8 put controls in their own div element and hide/show it with action links.
now to do: css styling!
2014-08-09 12:15:01 +02:00
Manuel Friedli 65e1466508 JSHinting 2014-07-04 13:52:32 +02:00
Manuel Friedli be221aa88d use Function.bind() instead of passing the 'this' object to each and every
function. but that's no nice solution either ...
2014-07-04 13:47:16 +02:00
Manuel Friedli 6f6feb5cf5 re-indented the code 2014-07-04 00:52:09 +02:00
Manuel Friedli de75a3bdaf no more JSHint errors for now 2014-07-04 00:50:16 +02:00
Manuel Friedli ec8a185dd7 more JSHinting 2014-07-04 00:42:05 +02:00
Manuel Friedli cd58ff4ba3 converted many old-fashioned for-loops to modern ones 2014-07-03 22:03:54 +02:00
Manuel Friedli dd752c8db0 use forEach() instead of for(i=0...) 2014-07-03 21:26:13 +02:00
Manuel Friedli df9e435da3 renamed _currentMinute to currentMinute 2014-07-03 21:20:20 +02:00
Manuel Friedli 60e68ffeaf renamed _id to id 2014-07-03 21:18:27 +02:00
Manuel Friedli ec9b44427c renamed _timer to timer 2014-07-03 21:16:47 +02:00
Manuel Friedli 08cca0a915 helper variables don't need to be wrapped in their own object. 2014-07-03 21:06:06 +02:00
Manuel Friedli 3d0245abfa wrap the layout definitions in immediately executing anonymous functions 2014-07-03 20:37:34 +02:00
Manuel Friedli 85b5670dfc removed the window.uhr global variable! hooray! 2014-07-03 20:33:26 +02:00
Manuel Friedli 5a9ec0e0df basically the whole thing is rewritten :) 2014-07-03 20:10:55 +02:00
Manuel Friedli 7b0e77f16f fixed syntax error. was probably introduced while refactoring 2014-07-03 20:09:01 +02:00
Manuel Friedli 09562d47a4 intermediate commit 2014-07-03 18:36:43 +02:00
Manuel Friedli afe923c136 some JSHint'ing and reorganizing of the project-structure 2014-07-03 16:53:28 +02:00