maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Community (https://talk.maemo.org/forumdisplay.php?f=16)
-   -   [Council] The 1st Maemo Developer Regatta - The starting line (https://talk.maemo.org/showthread.php?t=98027)

nieldk 2016-11-18 08:14

Re: [Council] The 1st Maemo Developer Regatta - The starting line
 
Quote:

Originally Posted by pichlo (Post 1518965)
Thanks. Comparison with another name I have never heard before complete :D

I live to learn.

If you are concerned about security and privacy, you need to look at at least these two guys. ;)

peterleinchen 2016-11-18 08:22

Re: [Council] The 1st Maemo Developer Regatta - The starting line
 
Quote:

Originally Posted by nieldk (Post 1518958)
I will donate my remaining N900 ,
I would like this as a gratitude to the members and staff on this forUm, who have all been of great support in my personal life, but also for other great forum members.

As much as appreciated and healthy for the CC funds, I urge you to think twice about that:
Quote:

Originally Posted by nieldk (Post 1518958)
I will donate my remaining N900

Do you really want to get rid of such master piece?

6uvNPR 2016-11-18 10:16

Re: [Council] The 1st Maemo Developer Regatta - The starting line
 
Quote:

Originally Posted by nieldk (Post 1518959)
You may want to check haveibeenpawned.com

Thank you, I have done so[1], and neither my domain nor my emails are listed.

I was quite alarmed when I initially read your message. I assume your message was intended as a precaution, as opposed to you having found some leaked data?

[1] I'm aware of Troy Hunt's history of good work

nieldk 2016-11-18 10:33

Re: [Council] The 1st Maemo Developer Regatta - The starting line
 
Quote:

Originally Posted by 6uvNPR (Post 1518976)
Thank you, I have done so[1], and neither my domain nor my emails are listed.

I was quite alarmed when I initially read your message. I assume your message was intended as a precaution, as opposed to you having found some leaked data?

[1] I'm aware of Troy Hunt's history of good work

Meant like precaution, yes.
Good to hear you weren't listed in that breach :)

karry 2016-11-25 23:01

Application submission: OSM Scout for Sailfish OS
 
2 Attachment(s)
Application submission: OSM Scout for Sailfish OS

- Project: OSM Scout for Sailfish OS
- Description: Offline map application. It supports map view, location search and listing of near addresses now.
- Author: Me ( <lukas.karas@cenrum.cz>, GitHub , OpenRepos ), core osmscout library is developed by Tim Teulings and others
- Category: Fixing/Updating
- Features/work to be judged:
- I added support for offline search from start of the competition. Core library already support it, I just improve QML model and created Silica UI.
- My plan it to create map downloader and offline navigation. But I will see if I finish these features before deadline.
- Package and repository: You can found it in Jolla Harbour or in OpenRepos
- License: LGPL for C++ library; GPL for QML UI

meego_leenooks1 2016-11-26 04:29

Re: Application submission: OSM Scout for Sailfish OS
 
Quote:

Originally Posted by karry (Post 1519405)
Application submission: OSM Scout for Sailfish OS

- Project: OSM Scout for Sailfish OS
- Description: Offline map application. It supports map view, location search and listing of near addresses now.
- Author: Me ( <lukas.karas@cenrum.cz>, GitHub , OpenRepos )
- Category: Fixing/Updating
- Features/work to be judged:
- I added support for offline search from start of the competition. Core library already support it, I just improve QML model and created Silica UI.
- My plan it to create map downloader and offline navigation. But I will see if I finish these features before deadline.
- Package and repository: You can found it in Jolla Harbour or in OpenRepos

What about maemo/meego?

karry 2016-11-26 09:48

Re: Application submission: OSM Scout for Sailfish OS
 
Quote:

Originally Posted by meego_leenooks1 (Post 1519408)
What about maemo/meego?

Sorry, this application is just for SailfishOS, because it depends on Silica UI components. But I hope that my improvements of Qt API (multitouch support for map component, asynchronous search model...) will be merged to upstream library (libosmscout). Then porting to new platforms will require just creating new QML UI.

GoAlexander 2016-11-30 16:38

Re: [Council] The 1st Maemo Developer Regatta - The starting line
 
Application submission: "Editor."
  • Project Name: Editor.
  • Author: GoAlexander (AlexanderDydychkin@yandex.ru or https://github.com/GoAlexander)
  • Brief description: "Editor." is feature-rich text/code editor! The app is under development and there are a lot of plans. List of current features:
    • Useful optional menu on the editor`s page called "quick actions"
    • Counting of number of lines and symbols in text
    • Read only mode (called r-only)
    • Autosave of your text in special file ending with ~, located in the directory where your original file is located. Don`t be afraid to forget to save the file or accidentally exit the app!
    • Don`t open files which ending with ~. The last version of document will be loaded automatically. So load only(!) original files.
    • Useful page for choosing a file which you want to open
    • Notification while saving
    • Font size and type can be changed
    • App uses default file manager
    • File manager can open hidden folders
    • And much more!
  • Category: Something new
  • Features/work to be judged: All features are self made except functions of saving/loading/autosaving (thanks eekkelund) + File Manager is system`s file manager
  • Package name and where to find the app/repository:
    https://openrepos.net/content/goalexander/editor
    https://github.com/GoAlexander/harbour-editor
  • Screenshot(s):
    https://3.downloader.disk.yandex.ru/...63672b5227dfb8

    https://4.downloader.disk.yandex.ru/...0727fbae26229b

Halftux 2016-11-30 17:52

Re: [Council] The 1st Maemo Developer Regatta - The starting line
 
Application submission: GPXSee

  • Project Name: GPXSee
  • Original author: Martin Tůma Homepage, source
  • Porting author: Halftux, source
  • Brief description: GPXSee is a Qt-based GPS log file viewer and analyzer that supports GPX, TCX, KML, FIT, IGC and NMEA files.
  • Category: Something new / porting to Maemo5
  • Features/work to be judged: porting, make it usable, general gui changes, user input changes, rewritten dialogs, ssl fix, new menu structure, variable gui element show/hide
  • Package name and where to find the app/repository: gpxsee in fremantle repo / openrepos
  • talk.maemo.org thread: link
  • Screenshot(s): will be published on openrepos

https://openrepos.net/sites/default/...t-gpxsee03.png

https://openrepos.net/sites/default/...t-gpxsee02.png

https://openrepos.net/sites/default/...t-gpxsee04.png

GoAlexander 2016-12-01 20:08

Re: [Council] The 1st Maemo Developer Regatta - The starting line
 
4 Attachment(s)
Application submission: "Editor."
  • Project Name: Editor.
  • Author: GoAlexander (AlexanderDydychkin@yandex.ru | https://github.com/GoAlexander)
  • Brief description: The app is under development. There is a lot of plans but already exists:
    • Useful optional menu on the editor`s page called "quick actions"
    • Counting of number of lines and symbols in text
    • Read only mode (called r-only)
    • Autosave of your text in special file ending with ~, located in the directory where your original file is located. Don`t be afraid to forget to save the file or accidentally exit the app!
    • Don`t open files which ending with ~. The last version of document will be loaded automatically. So load only(!) original files.
    • Useful page for choosing a file which you want to open
    • Notification while saving
    • Customizable font types and size
    • Using systems File Manager
    • Search (ported from project tIDE)
    • Undo/Redo
    • History
    • And much more!
  • Category: Something new
  • Features/work to be judged:
    All features are self made except saving/loading/autosaving/search (thanks eekkelund). File Manager is system`s File Manager (thanks Jolla)
  • Package name and where to find the app/repository:
    openrepos.net/content/goalexander/editor
    https://github.com/GoAlexander/harbour-editor
  • Screenshot(s):

Post updated: 29.13.2016


All times are GMT. The time now is 10:20.

vBulletin® Version 3.8.8