- Bugfixes
- An regexp edit area instead of one line edit
- Improved usability
- Parentheses matching highlight
- Show/Hide newlines and tabs
- Filtering capabilities: tabs and newlines
Luís Pereira Personal Blog
Some random thoughts about software related stuff
Sunday, April 1, 2012
QRegExp-Editor v0.2.1 released
Version 0.2.1 is out. A little more than one year later QRegExp-Editor is back. This new version includes:
Thursday, March 24, 2011
QRegExp-Editor new RegExp Ui & howto deal with line breaks and spaces
In my previous post I presented the new RegExp Ui. Now I'm working on the behavior part. We all have seen and worked with long and intricate RegExp's. QRegExp-Editor main purpose is to ease the pain of dealing with RegExp's. With this in mind is obvious, at least for me, that QRegExp-Editor should allow the user to break complicated RegExp's into small ones, across multiple lines. The computed QRegExp should obviously not contain the line breaks. Take a look at the following screenshot:
And for white spaces ? How should QRegExp-Editor deal with it ? Just remove them all ?
Tuesday, March 22, 2011
QRegExp-Editor new RegExp Ui
Sometimes RegExp's are very very long. Just one line to edit them makes them harder to understand. So, I redesigned the RegExp.
Comments and suggestions are very welcome.
Monday, March 21, 2011
Howto set the Qt Application style from command line
An Qt application style is set by the Qt environment. But sometimes one want to run an application with a different style. It's really easy, from console just add the -style=mystyle command line option.
For example:
Want to know what other command line options QApplication supports ? Check it here.
For example:
./myapp -style=mystyleor
./myapp -style mystyleAll Qt programs automatically support the style command line option.
Want to know what other command line options QApplication supports ? Check it here.
Saturday, March 19, 2011
QRegExp-Editor v0.2.0.2 released
A maintenance release with some enhancements and lots of refactoring. The refactoring was necessary to ease the planned features and enhancements.
Download it here.
Download it here.
Friday, June 4, 2010
https access to Gmail and the "Unknown error retrieving cookies" error
Are you getting the "Unknown error retrieving cookies" error or does KCheckGMail keeps logging in again and again ?
Yes ? So, keep reading, this post is for you.
Last January Google changed it's default access to Gmail. The default is now https, which is a great security improvement. You can read all about it in their official blog post.
KCheckGMail offers the option to use an http or https connection for a long time now. Everything worked Ok because the Gmail default was "Don't ways use https". Now that Google has changed the default to "Always use https", KCheckGMail can't handle it right. For KCheckGMail work properly you have to set Gmail setting to "Don't always use https" and KCheckGMail's network connection to "Use https connections for checking mail".
The "Unknown error retrieving cookies" and the infinite logging in loop are an result of the unmatched Gmail and KCheckGMail's https settings.
Data mining the Gmail configuration establish the proper connection type is possible and will be present in the next KCheckGMail's release.
Yes ? So, keep reading, this post is for you.
Last January Google changed it's default access to Gmail. The default is now https, which is a great security improvement. You can read all about it in their official blog post.
KCheckGMail offers the option to use an http or https connection for a long time now. Everything worked Ok because the Gmail default was "Don't ways use https". Now that Google has changed the default to "Always use https", KCheckGMail can't handle it right. For KCheckGMail work properly you have to set Gmail setting to "Don't always use https" and KCheckGMail's network connection to "Use https connections for checking mail".
The "Unknown error retrieving cookies" and the infinite logging in loop are an result of the unmatched Gmail and KCheckGMail's https settings.
Data mining the Gmail configuration establish the proper connection type is possible and will be present in the next KCheckGMail's release.
Monday, January 18, 2010
Version 0.6.0 released
The first KCheckGMail KDE4 version was released on January 13. I've been very busy. No time to blog about it :(
Download it from here.
Download it from here.
Subscribe to:
Posts (Atom)