Category Archives: KDE

KLog 0.6.2 released

Yet another bug fix release has been published.

The new KLog 0.6.2 has four bug fixes and some minor GUI updates.

DOWNLOAD:
Download KLog 0.6.2 from:

The Debian package has been already uploaded to the Debian servers.

November-2013 – 0.6.2

  • Bug fixed: Under some conditions, KLog crashes when entering a new QRZ. (TNX LW1EQI).
  • Bug fixed: IOTA data was not properly cleared when clicking the Cancel button.
  • Bug fixed: QSL combobox content was not properly managed. (TNX DF4FH).
  • Bug (gui) fixed: IOTA continent is now “automagically” detected… again (a bug prevented this functionality).
  • GUI updated: You can click on RX or TX Frequency buttons to copy the frequency to the other one.
  • GUI updated: You can select eQSL in the QSL combobox as an option to mark the QSL information of a QSO.
  • GUI updated: Two new shortcuts: CTRL+W: deletes the current QSO. CTRL+Q: to (quick)edit the last QSO added.
  • GUI updated: Minor tab reorder.

I hope you enjoy KLog!

73

 

KLog 0.6.1 – released: Another bugfix release

As I told you some months ago, I keep rewriting a new software… but my free time is close to zero 🙁 sometimes code some lines but my time in radio is mostly spent in the radio 🙂

However… yesterday I was DXing in 50Mhz and I noticed that the bearing was not correct and the coding-virus made me fix the bug ASAP.

So … here is the data of this new release:

DOWNLOAD:
Download KLog 0.6.1 from:

The Debian package has been already uploaded to the Debian servers.

This releases has the following Changelog:

June – 2013 – 0.6.1

  • Bug fixed: Locator was not properly calculated due to a sign difference management from KLog and CTY.DAT.
  • GUI updated: The cursor position management of the QRZ box has been improved to ease the operation.

As always, KLog is available in English, Spanish, Portuguese, Brazilian Portuguese, German, Serbian, Galician and Swedish.

Thanks for your help and I hope you find KLog useful.

KLog 0.5.9 released

Christmas holidays is always a great time for some coding 🙂 so I found some time to fix two bugs (this one and that one) that were reported just after the announce of KLog-0.5.8 … and as Eric S. Raymond says in The Cathedral and The Bazaar, I release early, release often Read more »

KLog 0.5.8 released

I am  happy to announce that the release of 0.5.8 version of KLog is available.

DOWNLOAD:
Download KLog 0.5.8 from: https://jaime.robles.es/download/klog-0.5.8.tar.gz

or from the new site of KLog in Savannah :
http://download.savannah.gnu.org/releases/klog/klog-0.5.8.tar.gz

The Debian package will be uploaded to the Debian servers during the following days. Read more »

Bug workaround: KLog 0.5.3 crashes if not cty.dat file is found

KA6MAL has warned me about a bug that causes KLog to crash if no cty.dat file is found.

I have filled a bugreport in the bug report system of KLog but, until I release KLog 0.5.4, another bug fix release, I wanted to publish a workaround solution for this bug.

I hope I have time to find the bug and code a fix.

Just download the cty.dat file in your ~/.klog folder/directory and everything will work.

This is an important bug because, as KA6MAL told me affects specially to casual KLog users… that may not know about KLog and the cty.dat file.

Experienced KLog users may not notice anything as the usual thing is that they have an updated cty.dat file. Users having the cty.dat file will not be affected.

For those of you that do know what is ct.dat file… This file provides the country information for KLog.

Fin de una etapa: Hasta luego KDE-ES.

Hace unos días envié un mensaje a la lista de correo electrónico del grupo de traductores de KDE al español, KDE-ES.

Básicamente y para ahorraros la lectura del mensaje, en él presentaba mi ¿dimisión? ¿renuncia? o no se cómo decirlo, básicamente anunciaba que dejo la coordinación del equipo, exponía algunas de las razones que me han llevado a tomar esta decisión y proponía un plan para elegir al nuevo coordinador así como también presentaba como candidato a Eloy Cuadra, que creo que es una persona preparada, que conoce perfectamente la forma de trabajo del equipo y que lo hará MUY bien.

No me he cansado de traducir… es algo que llevo haciendo, yo diría que por lo menos unos 12 años y probablemente lo siga haciendo pero, entre unas cosas u otras ya no tengo el tiempo para dedicarle a KDE-ES todo lo que necesita (que dicho sea de paso, tampoco es tanto) así que antes de seguir ocupando un puesto sin poder subir las traducciones de los compañeros con la celeridad que requiere, sin atender a los recién llegados todo lo bien y rápido que me gustaría o sin mantener al día mis traducciones del paquete KDEBase, … antes de llegar a ser un lastre para el equipo, prefiero apartarme a un lado y dejar que otra persona coja el relevo y pueda seguir tirando y que KDE-ES siga creciendo y haciendo un trabajo tan bueno como el que ha hecho hasta ahora.

Hay que decir que el grupo de KDE-ES es un grupo de traductores MUY válidos, que trabajan a tope siempre que hace falta y consiguen que los usuarios de habla hispana de KDE dispongan de un sistema en español, con una calidad de las traducciones yo diría que bastante buena, superior en muchos casos a las traducciones de muchos programas propietarios y de pago.

Ahora y… desde la distancia se me ocurre una reflexión: Llevo unos o casi 10 años coordinando el equipo… mi cargo de coordinador parece que era vitalicio.

¿Son vitalicios los puestos de coordinador en los proyectos de software libre? Quiero decir… Siempre se ha dicho que en el software libre es la meritocracia la que ofrece, da y quita el liderazgo de los proyectos.

¿Ocurre realmente así? No se si la gente del grupo LibreSoftware habrán hecho algún estudio al respecto 🙂

Resumiendo y para terminar que me lio a hablar, … en unos días KDE-ES tendrá otro coordinador.

Mucha suerte y a seguir currando!

Rewritting KLog for KDE4

I have been trying to port KLog from Qt3 to Qt4 without success for several months. Obviously I have not time to code everyday nor even every week or month, however I have spent lot of time searching for docs, playing with some tools and doing several tests.

Qt and KDE tools and tutorials are not good or clear enough for a non expert coder as I am. I don’t think that KLog is a complex application so, migrating a simple app, should be an easy task but it isn’t. 🙁

I am doing it just for fun and sometimes there is not fun at all. Having to rework all your software because a library update is not fun.

As KLog is a logbook for hamradio operators it is focused in lists of data: QSO, QSL, DXCC and other awards status.
I think I will have to rewrite lots of code: QListview, QListviewItems, QSocket and all the Q3Support related.

I am trying to port KLog although many times I think that a full rewritting would be the best solution.
I don’t want to orphan KLog! 🙂

I hope Qt4 provides lots of benefits because until now they are just giving work!

I will really thank any help with the KDE4/Qt4 port so, if you have some experience with the topic, the users of KLog and myself will appreciate your help or suggestions.

At least free software developing is not such a hard job, specially during summer. 😉

Máster en Software Libre en la URJC: KDE una introducción

A principios de febrero tuve una ponencia en el Máster en Seguridad de la Información y las Comunicaciones de la UAX y en el apunte en el que hablaba de mi participación en dicha ponencia añadía que lo siguiente era una ponencia en el Máster en Software Libre de la URJC.

Pues bien, hace una semana estaba yo charlando con la gente del Máster en Software Libre.
Espero que los alumnos y la gente de la URJC que por allí estaban quedaran contentos con mi participación. Lo que si es seguro es que yo lo pasé MUY bien.

Os dejo aquí las transparencias de la presentación de KDE, una introducción…. Los más puristas, por favor recordad que es sólo una introducción.

Básicamente es eso, una introducción a KDE desde el punto de vista de una desarrollador (de segunda, porque muchas veces tengo la impresión de que los traductores somos desarrolladores de segunda 😉 ) con un perfil no estrictamente técnico ni involucrado en temas de programación, C++ y todas esas cosas.
Hablé de varias cosas, entre otras de la traducción de KDE-ES y de cómo nos organizamos en KDE-ES.

Después de mi ponencia, le tocó el turno a Rodrigo Moya que nos habló de GNOME.

Fue una tarde agradable, charlando con geeks de software libre, de la comunidad, de KDE, de GNOME, … y de otras muchas cosas.

Para repetir. 🙂

Ponencia en el Máster en Seguridad de la Información y las Comunicaciones de la UAX

No había tenido tiempo de comentar que los días 6 y 7 de febrero participé como ponente en el Master Oficial en Ingeniería de Seguridad y las Comunicaciones de la UAX.

La sesión trató sobre seguridad en sistemas UNIX/Linux, recomendaciones generales, buenas prácticas, securización de sistemas, … Vamos un poco de todo.

Creo que los alumnos quedaron contentos, la participación fue buena, hubo buen ambiente y cubrimos lo planificado tanto en contenido como en tiempo. Evidentemente mi presentación no fue perfecta y hay cosas que mejorar y que pulir…
Probablemente los alumnos habrían agradecido tener más tiempo para pegarse con los ordenadores pero el tiempo es limitado y, si los alumnos no tienen conocimientos de administración de sistemas Linux no se puede correr más de la cuenta pues hay que ir a una velocidad a la que todos puedan llegar.

La seguridad en sistemas UNIX y Linux es un tema amplio que es difícil de cubrir en sólo dos sesiones de 4’5h…

Yo lo pasé bien… Espero que los alumnos disfrutaran de la sesión y les resultara interesante.

Mi próxima sesión será sobre KDE en el Máster en Software Libre de la URJC, ya os contaré qué tal.

 

KDE 4.2 disponible

Desde el martes tenemos disponible la versión 4.2 de KDE. Como comentaba hace unos días, los traductores de KDE-ES andábamos a tope con las traducciones de KDE 4.2.

El resultado fue bueno y logramos traducir creo que el 100% de las aplicaciones que se incluirían en la release.
Por otro lado seguimos en pleno proceso de confirmación de las asignaciones de traducciones, que finaliza la semana que viene.

Respecto a KDE 4.2, tenemos el anuncio de lanzamiento de KDE 4.2 y en ese anuncio aparecen algunas de las mejoras, nuevas funcionalidades, corrección de errores…

Podeis descargar KDE 4.2 desde los sitios habituales y como siempre, habrá que esperar un poco más a que las distintas distribuciones empiecen a incorporar esta nueva versión a sus repositorios.
En el caso concreto de Debian, tenemos KDE 4 en experimental pero perfectamente instalable y funcional en Lenny (4.1) y Sid (4.2).

Este sitio web utiliza cookies para que usted tenga la mejor experiencia de usuario. Si continúa navegando está dando su consentimiento para la aceptación de las mencionadas cookies y la aceptación de nuestra política de cookies, pinche el enlace para mayor información.

ACEPTAR
Aviso de cookies