Activity for OnlyZaenae

  • OnlyZaenae OnlyZaenae committed [ffe0a5] on Code

    expand sgt_newX for sgt_progressbar, sgt_item v:0.22.21

  • OnlyZaenae OnlyZaenae committed [2551ab] on Code

    expand sgt_newX for sgt_button, sgt_form, sgt_panel v:0.22.20

  • OnlyZaenae OnlyZaenae committed [1f3f62] on Code

    expand sgt_newX for sgt_group, sgt_listbox v:0.22.17

  • OnlyZaenae OnlyZaenae committed [041512] on Code

    expand sgt_newX for sgt_border, sgt_canvas, sgt_caption v:0.22.15

  • OnlyZaenae OnlyZaenae committed [c6c90a] on Code

    expand sgt_newX for sgt_label v:0.22.11

  • OnlyZaenae OnlyZaenae committed [ab6949] on Code

    proving with new sgt_newX wrapper function v:0.22.10

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    Hi, Finally! It works! Thanks. I forgot the unix name is a bit different. Thanks a lot. You can close the ticket. Best regards, OnlyZaenae

  • OnlyZaenae OnlyZaenae committed [dc4be7] on Code

    create new sgt_new wrapper function with new style v:0.22.04

  • OnlyZaenae OnlyZaenae committed [1dec8a] on Code

    create own file for framework wrapper code v:0.22.03

  • OnlyZaenae OnlyZaenae committed [830c2b] on Code

    exchange the SGT_BASE and SGT_BASE_OBJECT names v:0.22.02

  • OnlyZaenae OnlyZaenae committed [1e428b] on Code

    Experiments for new argumentumlist of sgt_new v:0.22.01

  • OnlyZaenae OnlyZaenae committed [e75abc] on Code

    New edition: Lerna v:0.22.00

  • OnlyZaenae OnlyZaenae committed [4db700] on Code

    Experiments for new argumentumlist of sgt_new v:0.22.01

  • OnlyZaenae OnlyZaenae committed [23eeee] on Code

    New edition: Lerna v:0.22.00

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    Hi, I have updated the remote based on your proposal: git remote set-url origin onlyzaenae@git.code.sf.net:/p/sgt_fw/code result: git push -u origin master ** WARNING: connection is not using a post-quantum key exchange algorithm. ** This session may be vulnerable to "store now, decrypt later" attacks. ** The server may need to be upgraded. See https://openssh.com/pq.html (onlyzaenae@git.code.sf.net) Password: fatal: '/git/p/sgt_fw/code' does not appear to be a git repository fatal: Could not read...

  • OnlyZaenae OnlyZaenae modified a comment on ticket #27379

    Hi, thank you for help. I think I should open another ticket, because I got the answer to my question.. You can close this ticket. But, I have still problem with the git push command. Best regards, OnlyZaenae

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    Hi, thank you for help. I think I should open another ticket, because I got the answer to my question.. But, I have still problem with the git push command. Best regards, OnlyZaenae

  • OnlyZaenae OnlyZaenae modified a comment on ticket #27379

    I've vhanged the url from ssh to https, the result: Password for 'https://onlyzaenae@git.code.sf.net': fatal: repository 'https://git.code.sf.net/p/sgt_fw/code/' not found It wont work. So, I changed back to ssh. Still wont work. Best regards, OnlyZaenae

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    I've vhanged the url from ssh to https, the result: Password for 'https://onlyzaenae@git.code.sf.net': fatal: repository 'https://git.code.sf.net/p/sgt_fw/code/' not found It wont work. Best regards, OnlyZaenae

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    Hi, I've modified the git config, like this: git config --list user.email=only.zaenae@gmail.com user.name=OnlyZaenae core.editor=nano core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.url=ssh://onlyzaenae@git.code.sf.net/p/sgt_fw/code remote.origin.fetch=+refs/heads/:refs/remotes/origin/ The error message is still the same, this: fatal: '/git/p/sgt_fw/code' does not appear to be a git repository fatal: Could not read from remote repository....

  • OnlyZaenae OnlyZaenae modified a comment on ticket #27379

    Hi, Many thanks. How did you recognize/investigate the name? I made this setting earlier: git remote add origin ssh://onlyzaenae@git.code.sf.net/p/sgt_fw How can I change to this: git remote add origin ssh://onlyzaenae@git.code.sf.net/p/sgt_fw/code ? Best regards, OnlyZaenae

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    Hi, Many thanks. How did you recognize/investigate the name? Best regards, OnlyZaenae

  • OnlyZaenae OnlyZaenae modified a comment on ticket #27379

    Hi, OK. git remote add origin ssh://onlyzaenae@git.code.sf.net/p/sgt_fw/REPO What should I insert into the place where the REPO is? What is my repository name? I believed it is sgt_fw, but I faiied.

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    Hi, OK. git remote add origin ssh://onlyzaenae@git.code.sf.net/p/sgt_fw/REPO What should I insert into the place where the REPO is?

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    Hi, Thanks for the reply. Here is result of verification of the remote url: git remote -v origin ssh://onlyzaenae@git.code.sf.net/p/sgt_fw (fetch) origin ssh://onlyzaenae@git.code.sf.net/p/sgt_fw (push) What is wrong with this? Best regards, OnlyZaenae

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    Hi, Thanks for the reply. I figured out how should look like exactly the git clone command in case of my sgt_fw project. git clone https://git.code.sf.net/p/sgt-fw/code sgt-fw-code It is OK. But this git command wont work: git push -u origin master It gives: ** WARNING: connection is not using a post-quantum key exchange algorithm. ** This session may be vulnerable to "store now, decrypt later" attacks. ** The server may need to be upgraded. See https://openssh.com/pq.html (onlyzaenae@git.code.sf.net)...

  • OnlyZaenae OnlyZaenae posted a comment on ticket #27379

    Hi, Thanks for the reply. How should look like exactly the git clone command in case of my sgt_fw project? Best regards, OnlyZaenae

  • OnlyZaenae OnlyZaenae created ticket #27379

    How can I determine what is the appropriate git clone for my project?

  • OnlyZaenae OnlyZaenae committed [56d09c] on Code

    New edition: Kaewkosin v:0.21.36

  • OnlyZaenae OnlyZaenae committed [5bb56c] on Code

    improve sgt_listbox 9th pass v:0.21.35

  • OnlyZaenae OnlyZaenae committed [422d2a] on Code

    improve sgt_listbox 8th pass v:0.21.33

  • OnlyZaenae OnlyZaenae committed [3ec5e5] on Code

    improve sgt_listbox, sgt_combobox 7th pass v:0.21.30

  • OnlyZaenae OnlyZaenae committed [a5ca4f] on Code

    improve sgt_listbox 6th pass v:0.21.29

  • OnlyZaenae OnlyZaenae committed [669d56] on Code

    improve sgt_listbox 5th pass v:0.21.27

  • OnlyZaenae OnlyZaenae committed [3cc22f] on Code

    update sgt_listbox (and others) 4th pass v:0.21.25

  • OnlyZaenae OnlyZaenae committed [801553] on Code

    update sgt_listbox 3rd pass v:0.21.21

  • OnlyZaenae OnlyZaenae committed [2ba805] on Code

    update sgt_listbox 2nd pass v:0.21.19

  • OnlyZaenae OnlyZaenae committed [3e5146] on Code

    update sgt_listbox 1st pass v:0.21.15

  • OnlyZaenae OnlyZaenae committed [4a4c21] on Code

    introduce multiple select 5th pass v:0.21.11

  • OnlyZaenae OnlyZaenae committed [fa6ff2] on Code

    introduce multiple select 4th pass v:0.21.09

  • OnlyZaenae OnlyZaenae committed [490e63] on Code

    introduce multiple select 3rd pass v:0.21.07

  • OnlyZaenae OnlyZaenae committed [c61237] on Code

    introduce multiple select 2nd pass v:0.21.05

  • OnlyZaenae OnlyZaenae committed [4c3830] on Code

    introduce multiple select 1st pass v:0.21.01

  • OnlyZaenae OnlyZaenae committed [bbc67f] on Code

    new edition Kaewkosin v:0.21.00

  • OnlyZaenae OnlyZaenae committed [157025] on Code

    some minor refactors v:0.20.47

  • OnlyZaenae OnlyZaenae committed [6c1c1c] on Code

    improve the technincal reference document v:0.20.46

  • OnlyZaenae OnlyZaenae committed [9e4bae] on Code

    improve property_set with index v:0.20.45

  • OnlyZaenae OnlyZaenae committed [fdf380] on Code

    new release Jabbah v:0.20.41

  • OnlyZaenae OnlyZaenae committed [ffeac7] on Code

    usage of new config mapping and searching mechanism 3rd pass v:0.20.40

  • OnlyZaenae OnlyZaenae committed [410422] on Code

    usage of new config mapping and searching mechanism 2nd pass v:0.20.30

  • OnlyZaenae OnlyZaenae committed [191018] on Code

    usage of new config mapping and searching mechanism 1st pass v:0.20.20

  • OnlyZaenae OnlyZaenae committed [a3f823] on Code

    improve config mapping and searching mechanism v:0.20.12

  • OnlyZaenae OnlyZaenae committed [3208cd] on Code

    improve config mapping and searching mechanism v:0.20.10

  • OnlyZaenae OnlyZaenae committed [ff5879] on Code

    improve config mapping and searching mechanism v:0.20.07

  • OnlyZaenae OnlyZaenae committed [96a56d] on Code

    introduce indexing config mapping and searching mechanism v:0.20.06

  • OnlyZaenae OnlyZaenae committed [cdff11] on Code

    overhaul config mapping and searching mechanism v:0.20.05

  • OnlyZaenae OnlyZaenae committed [75f8ad] on Code

    improve sgt_config_mgr data_get_by_key_path, introduce sgt_data_map v:0.19.45

  • OnlyZaenae OnlyZaenae committed [2c65d9] on Code

    improve and refactor sgt_config_mgr data_get_by_key_path v:0.19.40

  • OnlyZaenae OnlyZaenae committed [da331e] on Code

    refactor sgt_result to sgt_data_array_map v:0.19.36

  • OnlyZaenae OnlyZaenae committed [2fdc52] on Code

    refactor sgt_datamap to sgt_datalist_map 2nd v:0.19.34

  • OnlyZaenae OnlyZaenae committed [7852a4] on Code

    refactor sgt_datamap to sgt_datalist_map v:0.19.33

  • OnlyZaenae OnlyZaenae committed [cea332] on Code

    fix sgt_form v:0.19.31

  • OnlyZaenae OnlyZaenae committed [3edb9c] on Code

    improve sgt_fw click processing, event handling and callback mechanism, introduce event subscriber lists v:0.19.30

  • OnlyZaenae OnlyZaenae committed [3540ef] on Code

    refactor sgt_string_list v:0.19.23

  • OnlyZaenae OnlyZaenae committed [cca1c9] on Code

    refactor sgt_config_mgr node_data_get_by_key_path v:0.19.21

  • OnlyZaenae OnlyZaenae committed [f29ffa] on Code

    improve sgt_config_mgr node_data_get_by_key_path can use complexier path v:0.19.20

  • OnlyZaenae OnlyZaenae committed [bddea6] on Code

    improve sgt_result_obj v:0.19.15

  • OnlyZaenae OnlyZaenae committed [f07520] on Code

    rework sgt app exit part v:0.19.10

  • OnlyZaenae OnlyZaenae committed [9da077] on Code

    introduce data_ptr_array v:0.19.05

  • OnlyZaenae OnlyZaenae committed [492f58] on Code

    code cleaning 1st pass v:0.19.01

  • OnlyZaenae OnlyZaenae committed [acda6d] on Code

    new edition Jabbah v:0.19.00

  • OnlyZaenae OnlyZaenae committed [2540f4] on Code

    improve Technical reference v:0.18.95

  • OnlyZaenae OnlyZaenae committed [db6903] on Code

    improve direct sgt_button run-time connection 4th pass, fixed alteernate_bmap and form closing v:0.18.94

  • OnlyZaenae OnlyZaenae committed [a6a6b4] on Code

    improve direct run-time connection between button and target of click 3rd pass v:0.18.91

  • OnlyZaenae OnlyZaenae committed [0aba93] on Code

    improve direct run-time connection between button and target of click 3rd pass v:0.18.90

  • OnlyZaenae OnlyZaenae committed [691404] on Code

    improve direct run-time connection between button and target of click 2nd pass v:0.18.86

  • OnlyZaenae OnlyZaenae committed [49e6a5] on Code

    introduce sgt_result_obj 2nd pass, introduce direct run-time connection between button and subject of click v:0.18.85

  • OnlyZaenae OnlyZaenae committed [5357e4] on Code

    introduce sgt_result_obj 1st pass v:0.18.83

  • OnlyZaenae OnlyZaenae committed [15b87a] on Code

    improve processing of clicks and sgt_item is editable v:0.18.80

  • OnlyZaenae OnlyZaenae committed [039a19] on Code

    improve double clicks refactor function_set to single_click_function_set v:0.18.73

  • OnlyZaenae OnlyZaenae committed [53115f] on Code

    introduce SGT track_clicks service (for double clicks) v:0.18.70

  • OnlyZaenae OnlyZaenae committed [e7ff30] on Code

    improve multiple select, added earlier missing fixes v:0.18.65

  • OnlyZaenae OnlyZaenae committed [eb717d] on Code

    overhaul and refactor sgt_listbox 6th pass v:0.18.61

  • OnlyZaenae OnlyZaenae committed [c1867d] on Code

    overhaul and refactor sgt_listbox 5th pass v:0.18.60

  • OnlyZaenae OnlyZaenae committed [c6ac10] on Code

    overhaul and refactor sgt_listbox 4th pass v:0.18.59

  • OnlyZaenae OnlyZaenae committed [537c77] on Code

    overhaul and refactor sgt_listbox 3rd pass v:0.18.57

  • OnlyZaenae OnlyZaenae committed [c69f0c] on Code

    overhaul and refactor sgt_listbox 2nd pass v:0.18.55

  • OnlyZaenae OnlyZaenae committed [05530b] on Code

    overhaul and refactor sgt_listbox 1st pass v:0.18.50

  • OnlyZaenae OnlyZaenae committed [aead2c] on Code

    improve sgt_listbox sgt_table fix resize, add numbering 3rd pass v:0.18.45

  • OnlyZaenae OnlyZaenae committed [8e862c] on Code

    improve sgt_table fix resize, add numbering 2nd pass v:0.18.43

  • OnlyZaenae OnlyZaenae committed [ad09e5] on Code

    improve sgt_table fix resize, add numbering 1st pass v:0.18.40

  • OnlyZaenae OnlyZaenae committed [e0621e] on Code

    first release in Izar edition v:0.18.37

  • OnlyZaenae OnlyZaenae committed [c09e84] on Code

    improve technical ref. manual v:0.18.36

  • OnlyZaenae OnlyZaenae committed [3e066e] on Code

    improve sgt_listbox scrolling 1st pass v:0.18.35

  • OnlyZaenae OnlyZaenae committed [533356] on Code

    improve sgt_table add scroll 10th pass v:0.18.32

  • OnlyZaenae OnlyZaenae committed [73eb98] on Code

    improve sgt_table add scroll 9th pass v:0.18.30

  • OnlyZaenae OnlyZaenae committed [37989b] on Code

    improve sgt_table add scroll 8th pass v:0.18.25

  • OnlyZaenae OnlyZaenae committed [217e81] on Code

    improve sgt_listbox numbering and add scroll 7th pass v:0.18.21

  • OnlyZaenae OnlyZaenae committed [69dcf3] on Code

    improve sgt_listbox numbering and add scroll 6th pass v:0.18.20

1 >
MongoDB Logo MongoDB