Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding New Language (Turkish) #305

Open
wants to merge 102 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
29fa69c
- (Examples) Updated example to match all the new code changes
objectivehtml Jan 9, 2015
fbdba08
- (API) Added new Flipclock.Uuid generator classes which is used for …
objectivehtml Jan 9, 2015
4304ac8
- (API) Added FlipClock.Translator classes to provide an abstraction …
objectivehtml Jan 9, 2015
143efea
- (Bug Fix) Fixed leaky abstractions in FlipClock.Timer
objectivehtml Jan 9, 2015
801d7e5
- (Bug Fix) Removed leaky abstractions in FlipClock.Time
objectivehtml Jan 9, 2015
cedaae8
- (API) Added FlipClock.NumericList for numeric based clocks
objectivehtml Jan 9, 2015
a750824
- (API) Added new FlipClock.ListItem class handle all the list items …
objectivehtml Jan 9, 2015
4d6256a
- (Bug Fix) Removed leaky abstractions in FlipClock.List
objectivehtml Jan 9, 2015
2f140b8
- (API) Drastically simplified the FlipClock.Factory object. No longe…
objectivehtml Jan 9, 2015
4a3034e
- (Bug Fix) Removed leaky abstractions in FlipClock.Face
objectivehtml Jan 9, 2015
06f534b
- (API) Added new FlipClock.Event classes to facilitate event handling
objectivehtml Jan 9, 2015
b3574bf
- (API) Added new EnglishAlphaFace to handle alphabetical clocks
objectivehtml Jan 9, 2015
4dc0961
- (API) Added FlipClock.Divider class to handle the dividers instead …
objectivehtml Jan 9, 2015
6585c18
- (API) Added new event handling to all application objects instead o…
objectivehtml Jan 9, 2015
c8bb5e7
- (API) Added new event handling to all application objects instead o…
objectivehtml Jan 9, 2015
4152034
- (API) Renamed Twenty Four Hour Clock source file
objectivehtml Jan 9, 2015
d6b9d23
- (API) Renamed Twelve Hour Clock file
objectivehtml Jan 9, 2015
d09ad94
- (API) Renamed Minute Counter Face file
objectivehtml Jan 9, 2015
73bb97d
- (API) Renamed Hourly Clock Face file
objectivehtml Jan 9, 2015
2f61002
- (API) Renamed Daily Counter File
objectivehtml Jan 9, 2015
6e05db1
Updated Gruntfile and recompiled the source
objectivehtml Jan 9, 2015
965ece7
Updated changelog
objectivehtml Jan 9, 2015
c4ae78c
Updated change log and code comments
objectivehtml Jan 9, 2015
62b336e
- (Bug Fix) Fixed issue with clock face not counting down correctly. …
objectivehtml Jan 10, 2015
0c7b941
- (Bug Fix) Fixed and issue with the "60" displaying when calculating…
objectivehtml Jan 10, 2015
e2e67ac
- (API) Replaced setTime() and getTime() with setFaceValue() and getF…
objectivehtml Jan 10, 2015
130df15
- (API) Replaced setTime() and getTime() with setFaceValue() and getF…
objectivehtml Jan 10, 2015
67f78d2
- (API) Added new autoPlay property to control whether the play class…
objectivehtml Jan 10, 2015
6855cdb
- (Feature) Added the new English Alphabetical Clock Face
objectivehtml Jan 10, 2015
6a7c9f6
- (Bug Fix) Renamed Counter Face file
objectivehtml Jan 10, 2015
1b3fb44
Updated examples
objectivehtml Jan 10, 2015
50def78
Updates
objectivehtml Jan 10, 2015
f3a013f
Recompiled source
objectivehtml Jan 10, 2015
7c83f29
- (Bug Fix) Replaced $.each instances with native for loops to elimin…
objectivehtml Jan 10, 2015
39b066b
Recompiled soure
objectivehtml Jan 10, 2015
cc9cdd7
- (Bug Fix) Renamed Core.js to Base.js
objectivehtml Jan 19, 2015
b33424c
- (API) Made all classes with options as root properties into the "op…
objectivehtml Jan 19, 2015
1351d9f
- (API) Updated code comments to make sure every property and method …
objectivehtml Jan 19, 2015
12e9479
- (Big Fix) Removed hard coded classes from markup in the FlipClock.…
objectivehtml Jan 19, 2015
f7c741d
- (Bug Fix) Added "use strict" to classes where it was missing
objectivehtml Jan 19, 2015
5e8fdc9
Added more code comments
objectivehtml Jan 19, 2015
847ed0d
Fixed bug caused by strict mode being disabled
objectivehtml Jan 19, 2015
caa6883
More comments
objectivehtml Jan 19, 2015
0069f11
Recompiled source
objectivehtml Jan 19, 2015
17697c0
- (Feature) Added Chinese language file
objectivehtml Jan 19, 2015
f1f7ecd
- (Bug Fix) Fixed an issue where includeSeconds wasn't working for ho…
objectivehtml Jan 20, 2015
feefccc
- (Bug Fix) Fixed an issue with the face.setValue method not setting …
objectivehtml Jan 20, 2015
bdf74e8
More updates
objectivehtml Jan 20, 2015
6ffc6bb
Updates
objectivehtml Jan 20, 2015
a5dcc44
Recompiled source
objectivehtml Jan 20, 2015
9afb49e
- (Bug Fix) Fixed an issue with the autoPlay class not working correc…
objectivehtml Jan 20, 2015
88a4d87
Update
objectivehtml Jan 20, 2015
efd29bc
Updated hourly example
objectivehtml Jan 20, 2015
c6ddae5
- (Bug Fix) Fixed an issue with properties not getting set if the opt…
objectivehtml Jan 20, 2015
79b7aff
Updates example
objectivehtml Jan 20, 2015
f80cd52
removed console.log
objectivehtml Jan 20, 2015
ca31f31
Added docs
objectivehtml Jan 24, 2015
2af28f4
Updates
objectivehtml Jan 24, 2015
e96cf74
Updated code comments
objectivehtml Jan 24, 2015
5459cc8
Updates
objectivehtml Jan 24, 2015
483109f
Updatse
objectivehtml Jan 24, 2015
eff43c8
Updates
objectivehtml Jan 24, 2015
7ccc35b
Updates
objectivehtml Jan 24, 2015
b4e2acd
Updates
objectivehtml Jan 24, 2015
c8ac431
Updates
objectivehtml Jan 24, 2015
1aa7d67
Updates
objectivehtml Jan 24, 2015
a8be81e
Fixed syntax in example files
objectivehtml Jan 26, 2015
96e16f3
- (Bug Fix) Removed the _default option from the Base class
objectivehtml Jan 26, 2015
c3c04ca
Recompiled source
objectivehtml Jan 26, 2015
3c048a2
pl-pl.js
MichalObi Dec 1, 2015
60c26ec
switched "compiled" to "dist"
Mar 1, 2016
7e182db
SASS compiling to css, sourcemaps enabled
Mar 1, 2016
4533da3
converted to gulp, browsersync added
Mar 1, 2016
083480b
updated readme with development info
Mar 1, 2016
0b5f05e
alert compiled sass
Mar 2, 2016
614a171
separate styles to separate modules
Mar 2, 2016
81a74ec
refactor flip-clock to flipclock
Mar 2, 2016
bbd8233
responsive test
Mar 2, 2016
c7a29e4
css cleanup progress
Mar 2, 2016
7d0205f
added main and updated bugs url
Mar 5, 2016
03136fd
#261 added error handling to sass / persist watch
Mar 5, 2016
a27bf99
new markup and responsive styles
Mar 6, 2016
3ca609d
Merge branch 'master' of github.com:objectivehtml/FlipClock into dev-…
objectivehtml Mar 31, 2016
ffe1484
Merged lang files and aliases
objectivehtml Mar 31, 2016
191195e
Merge branch 'dev-1.0.0' of github.com:objectivehtml/FlipClock into d…
objectivehtml Mar 31, 2016
3df2ca2
Added Persian Language
objectivehtml Mar 31, 2016
3a26194
Merge branch 'master' of github.com:objectivehtml/FlipClock into dev-…
objectivehtml Mar 31, 2016
509b260
Merge branch 'master' of github.com:objectivehtml/FlipClock into dev-…
objectivehtml Mar 31, 2016
2b51599
Merge pull request #247 from MichalObi/patch-1
objectivehtml Mar 31, 2016
de8d3c1
Added Urainian Language
objectivehtml Mar 31, 2016
b63d861
Added Hebrew Language
objectivehtml Mar 31, 2016
b30e964
Merge branch 'master' of github.com:objectivehtml/FlipClock into dev-…
objectivehtml Mar 31, 2016
20e4a1f
Fixed Hungarian Language file
objectivehtml Mar 31, 2016
113b25e
Merge branch 'dev-1.0.0' of github.com:objectivehtml/FlipClock into d…
objectivehtml Mar 31, 2016
29a2233
Bug Fix
objectivehtml Apr 1, 2016
e7ba0db
Bug Fix
objectivehtml Apr 1, 2016
0ce3f90
Fixed bugs in examples
objectivehtml Apr 1, 2016
0b2e301
Recompiled source
objectivehtml Apr 1, 2016
3c1a69e
Removed console.log statement
objectivehtml Apr 1, 2016
650f8a8
Updated version and compiled source for dist
objectivehtml Mar 28, 2018
e72ffdf
Fixed issue with CSS override from browsers on list element
objectivehtml Mar 28, 2018
b894484
0.8.2
objectivehtml Mar 28, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGE LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# FlipClock.js

#### 0.8.0
##### 01/09/2014

*This update is a major refactor and contains a few breaking API changes.*

- (API) Added new Flipclock.Uuid generator classes which is used for "cid", a unique id assigned to all objects created by FlipClock
- (API) Added FlipClock.Translator classes to provide an abstraction for translating strings in FlipClock
- (API) Added FlipClock.NumericList for numeric based clocks
- (API) Added new FlipClock.ListItem class handle all the list items instead of using jQuery and strings
- (API) Drastically simplified the FlipClock.Factory object. No longer passing the object to child classes as a property
- (API) Added new FlipClock.Event classes to facilitate event handling
- (API) Added new EnglishAlphaFace to handle alphabetical clocks
- (API) Added FlipClock.Divider class to handle the dividers instead of using strings and jQuery
- (API) Added new event handling to all application objects instead of using callbacks in properties
- (API) Added new event handling to all application objects instead of using callbacks in properties
- (API) Renamed Twenty Four Hour Clock source file
- (API) Renamed Twelve Hour Clock file
- (API) Renamed Minute Counter Face file
- (API) Renamed Hourly Clock Face file
- (API) Renamed Daily Counter File
- (Bug Fix) Removed leaky abstractions in FlipClock.Timer
- (Bug Fix) Removed leaky abstractions in FlipClock.Time
- (Bug Fix) Removed leaky abstractions in FlipClock.List
- (Bug Fix) Removed leaky abstractions in FlipClock.Face
- (Examples) Updated example to match all the new code changes


#### 0.7.8
##### 12/12/2014

Expand Down
39 changes: 33 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,22 @@ module.exports = function(grunt) {
src: [
'src/flipclock/css/flipclock.css'
],
dest: 'compiled/flipclock.css',
dest: 'dist/flipclock.css',
},
js: {
src: [
'src/flipclock/js/vendor/*.js',
'src/flipclock/js/libs/core.js',
'src/flipclock/js/libs/Base.js',
'src/flipclock/js/libs/Plugins.js',
'src/flipclock/js/libs/List.js',
'src/flipclock/js/libs/ListItem.js',
'src/flipclock/js/libs/EnglishAlphaList.js',
'src/flipclock/js/libs/*.js',
'src/flipclock/js/faces/twentyfourhourclock.js',
'src/flipclock/js/faces/TwentyFourHourClockFace.js',
'src/flipclock/js/faces/*.js',
'src/flipclock/js/lang/*.js',
],
dest: 'compiled/flipclock.js',
dest: 'dist/flipclock.js',
}
},
uglify: {
Expand All @@ -28,7 +32,7 @@ module.exports = function(grunt) {
},
dist: {
files: {
'compiled/flipclock.min.js': ['<%= concat.js.dest %>']
'dist/flipclock.min.js': ['<%= concat.js.dest %>']
}
}
},
Expand All @@ -43,14 +47,37 @@ module.exports = function(grunt) {
css: {
files: ['<%= concat.css.src %>'],
tasks: ['concat'],
},
docs: {
files: ['<%= concat.js.src %>'],
tasks: ['jsdoc']
}
},
jsdoc : {
dist : {
src: ['src/flipclock/js/libs/Divider.js'],
options: {
destination: 'docs'
}
}
}
/*
jsdoc2md : {
separateOutputFilePerInput: {
files: [
{ src: "src/flipclock/js/libs/Base.js", dest: "docs/Base.md" },
{ src: "src/flipclock/js/libs/Divider.js", dest: "docs/Divider.md" },
]
},
}
*/
});

grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-jsdoc');

// Default task(s).
grunt.registerTask('default', ['concat', 'uglify', 'watch']);
grunt.registerTask('default', ['concat', 'uglify', 'watch', 'jsdoc']);
};
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Website and documentation at http://flipclockjs.com/

---

### Development

All files are compiled with Gulp. Once you are in the FlipClock directory, run the command `npm install` followed by the command `gulp dev` which will compile all source. Additionally, BrowserSync will launch a directory of all examples. Editing anything in the examples or src directory will cause the browser to automatically reload or inject style changes.

---

### License

Copyright (c) 2013 Objective HTML, LCC shared under MIT LICENSE
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
],
"description": "FlipClock.js is a proper abstract object oriented clock and counter library with a realistic flip effect.",
"main": [
"compiled/flipclock.js",
"compiled/flipclock.css"
"dist/flipclock.js",
"dist/flipclock.css"
],
"license": "MIT",
"ignore": [
Expand Down
Loading