<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/displayapp/screens/StopWatch.h, branch semiredux</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/'/>
<entry>
<title>Remove stopwatch and countdown timer</title>
<updated>2022-03-25T03:20:18Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-03-25T02:56:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=ac8bc2a0a0662b19ee6c286f105dac20a375a9f4'/>
<id>ac8bc2a0a0662b19ee6c286f105dac20a375a9f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>StopWatch: cleanup unused includes and use relative to src includes</title>
<updated>2022-01-26T07:31:14Z</updated>
<author>
<name>Reinhold Gschweicher</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2022-01-24T22:03:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=67f546fa330f7bbe251bfde432b36284db1a79dd'/>
<id>67f546fa330f7bbe251bfde432b36284db1a79dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update includes to to be relative to src directory</title>
<updated>2021-11-15T21:02:49Z</updated>
<author>
<name>Reinhold Gschweicher</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2021-10-13T20:08:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=ac7b2da611fa5ef4cc989a9feb027f66c0ebfc6c'/>
<id>ac7b2da611fa5ef4cc989a9feb027f66c0ebfc6c</id>
<content type='text'>
Don't use relative imports like `../foo.h` as those depend on the
relative position of both files. Rather than that use imports relative
to the `src` directory, which explicitly is part of the include
directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use relative imports like `../foo.h` as those depend on the
relative position of both files. Rather than that use imports relative
to the `src` directory, which explicitly is part of the include
directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refresh rework</title>
<updated>2021-07-19T13:26:12Z</updated>
<author>
<name>Riku Isokoski</name>
<email>riksu9000@gmail.com</email>
</author>
<published>2021-07-19T13:26:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=97c761a5c74994ea1d9bef9c14e6e24afb9b4be2'/>
<id>97c761a5c74994ea1d9bef9c14e6e24afb9b4be2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve stopwatch (#432)</title>
<updated>2021-07-04T18:23:03Z</updated>
<author>
<name>Riku Isokoski</name>
<email>riksu9000@gmail.com</email>
</author>
<published>2021-07-04T18:23:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=61a4642221fc9fcab6889221e7bf9c29778589f2'/>
<id>61a4642221fc9fcab6889221e7bf9c29778589f2</id>
<content type='text'>
* Improve stopwatch more

* Make sure sleep gets reenabled

* Cleanup and clang-format</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improve stopwatch more

* Make sure sleep gets reenabled

* Cleanup and clang-format</pre>
</div>
</content>
</entry>
<entry>
<title>Stopwatch: improve variable naming</title>
<updated>2021-04-17T21:47:53Z</updated>
<author>
<name>Peetz0r</name>
<email>github@haas-en-berg.nl</email>
</author>
<published>2021-04-17T21:47:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=b221cc1731722b419a43a89ab75f5685ebf6282f'/>
<id>b221cc1731722b419a43a89ab75f5685ebf6282f</id>
<content type='text'>
msec =&gt; hundredths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
msec =&gt; hundredths
</pre>
</div>
</content>
</entry>
<entry>
<title>Big UI and navigation Rewrite</title>
<updated>2021-04-04T02:08:51Z</updated>
<author>
<name>Joaquim</name>
<email>joaquim.org@gmail.com</email>
</author>
<published>2021-04-04T02:08:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=1d3742e14f09316a1d795527713eb8f9742f0ffb'/>
<id>1d3742e14f09316a1d795527713eb8f9742f0ffb</id>
<content type='text'>
new navigation
add some color to the apps
redesign menus
new settings menu
new quick settings
code clean up
size reduction by converting navigation images to font
and more...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new navigation
add some color to the apps
redesign menus
new settings menu
new quick settings
code clean up
size reduction by converting navigation images to font
and more...
</pre>
</div>
</content>
</entry>
<entry>
<title>Reworked based on PR comments.</title>
<updated>2021-03-20T21:42:13Z</updated>
<author>
<name>panky-codes</name>
<email>pankaj.sarathy1992@gmail.com</email>
</author>
<published>2021-03-20T21:42:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=754ac233040af805ffa2e15b24539d5d02a876e5'/>
<id>754ac233040af805ffa2e15b24539d5d02a876e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused variables. Tested.</title>
<updated>2021-03-15T20:35:36Z</updated>
<author>
<name>panky-codes</name>
<email>pankaj.sarathy1992@gmail.com</email>
</author>
<published>2021-03-15T20:35:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=abc30028a2b3d0089bca880a73e7fbad9d7cd9bb'/>
<id>abc30028a2b3d0089bca880a73e7fbad9d7cd9bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some comments for clarity. Ready for review. Tested.</title>
<updated>2021-03-13T13:53:37Z</updated>
<author>
<name>panky-codes</name>
<email>pankaj.sarathy1992@gmail.com</email>
</author>
<published>2021-03-13T13:53:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=d409643b8eadd934849e2ffb749590e2ea672fb3'/>
<id>d409643b8eadd934849e2ffb749590e2ea672fb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
