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

WIP: Portar GUI a QT #54

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

WIP: Portar GUI a QT #54

wants to merge 18 commits into from

Commits on Mar 29, 2020

  1. gui chart with pyqtchart

    maesbrisa committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    398ec6e View commit details
    Browse the repository at this point in the history
  2. requirements

    maesbrisa committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    a26ded7 View commit details
    Browse the repository at this point in the history
  3. serialport as argument

    maesbrisa committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    2c8e7ce View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. some pocs

    maesbrisa committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    23124b5 View commit details
    Browse the repository at this point in the history
  2. Issue: Portar GUI a QT

    Autor/a:
    - @maesbrisa
    - @o-hgm
    
    Descripción
    - Dado que existen problemas en el repintado de gráficas usando GTK+ se ha decidido portar a QT, que presenta facilidades para el uso de gráficas con datos en tiempo real
    
    Objetivo
    - Obtener una interfaz con plotting en QT que permita pintar gráficos en tiempo real.
    - Obtener una interfaz que permita monitorizar los datos de presión y caudal de un dispositivo conectado por serie.
    
    Como validar
    1. Instalar dependencias
    > cd Software/qt_gui_matplotlib_poc2/
    > pip install -r requirements.txt
    2. Ejecutar el programa
    > ./app.py
    
    Changelog
    - requirements
    - gui chart with pyqtchart
    - serial port as argument
    - Writing proof of concept in gui_qt_poc_2
    - Move stuff to Software folder
    o-hgm committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    f4e254f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. reorder paths

    maesbrisa committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    37c471a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee4573 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. two plots graphs

    maesbrisa committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    352b6b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. recover double plot

    maesbrisa committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    e760710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965a8c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. classes,buffer, timers

    maesbrisa committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    88f3633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db66862 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. socketio requirements

    maesbrisa committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    8cd04c8 View commit details
    Browse the repository at this point in the history
  2. ignore __pycache__

    maesbrisa committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    6e1a378 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. schema to start

    maesbrisa committed May 5, 2020
    Configuration menu
    Copy the full SHA
    038cc91 View commit details
    Browse the repository at this point in the history
  2. plot update

    maesbrisa committed May 5, 2020
    Configuration menu
    Copy the full SHA
    a814423 View commit details
    Browse the repository at this point in the history
  3. initialized without shit data, counter as time, simplified update lis…

    …t when max length is achieved
    maesbrisa committed May 5, 2020
    Configuration menu
    Copy the full SHA
    c7effc8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    85aa06e View commit details
    Browse the repository at this point in the history