[Lazarus] Thread based timer vs TTimer

Michael Schnell mschnell at lumino.de
Fri Jun 26 08:18:41 CEST 2015


On 06/25/2015 10:46 AM, Graeme Geldenhuys wrote:
> Close. My Lazarus mirror doesn't have an 'activenogui' branch, so 
> doing a pull will not fetch anything. 

I just did a test (after doing nothing than what you suggested in you 
previous mail ).

"git status" said:
# On branch activenogui
....

"git pull" issued:

remote: Counting objects: 44, done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 44 (delta 34), reused 33 (delta 23), pack-reused 0
Unpacking objects: 100% (44/44), done.
>From https://github.com/graemeg/lazarus
    767177e..ee091fa  upstream   -> origin/upstream
Updating 767177e..ee091fa
Fast-forward
  components/turbopower_ipro/iphtml.pas              |    5 +-
  components/wiki/{chm => css}/wiki.css              |   58 ++---
  components/wiki/html/wiki.css                      |  308 
--------------------
  components/wiki/lazwiki/wiki2chmconvert.pas        |    6 +
  components/wiki/lazwiki/wiki2xhtmlconvert.pas      |   11 +-
  components/wiki/xhtml/wiki.css                     |  308 
--------------------
  .../lazdatadesktop/languages/lazdatadesktop.cs.po  |   22 +-
  .../lazdatadesktop/languages/lazdatadesktop.de.po  |   24 ++-
  .../lazdatadesktop/languages/lazdatadesktop.es.po  |   24 ++-
  .../lazdatadesktop/languages/lazdatadesktop.fr.po  |   24 ++-
  .../lazdatadesktop/languages/lazdatadesktop.hu.po  |   24 ++-
  .../lazdatadesktop/languages/lazdatadesktop.it.po  |   24 ++-
  .../lazdatadesktop/languages/lazdatadesktop.lt.po  |   24 ++-
  tools/lazdatadesktop/languages/lazdatadesktop.po   |   12 +-
  .../languages/lazdatadesktop.pt_BR.po              |   24 ++-
  .../lazdatadesktop/languages/lazdatadesktop.ru.po  |   18 +-
  .../lazdatadesktop/languages/lazdatadesktop.uk.po  |   24 ++-
  tools/lazdatadesktop/lazdatadeskstr.pas            |   14 +-
  18 files changed, 217 insertions(+), 737 deletions(-)
  rename components/wiki/{chm => css}/wiki.css (82%)
  delete mode 100644 components/wiki/html/wiki.css
  delete mode 100644 components/wiki/xhtml/wiki.css


So if in fact did an updated when on branch activenogui

> I'm assuming you are using Github,
I did exactly what you suggested.
>   and I assume you have your own github
> account.
I don't. Do I need one ?

> Now if you haven't yet, create a new "Lazarus" repository via
> the Github web interface. DO NOT let Github initialize the the
> repository. Once Github has created the repository, it will show you the
> exact commands and URL information you need to use to link to it. When
> Github's instructions refer to 'origin', replace that with the name
> 'github'.

I suppose for the moment I am lost here :-(

-Michael




More information about the Lazarus mailing list