Julian Depetris Chauvin
|
0f5d4aa04e
|
close main window on ESC (additionally to Ctrl + F4). To achieve this remove ESC as a shortcut to switch focus to word input. This action is already performed by typing just any key on the ArticleView and with Alt+D and Ctrl+L key combinations on MainWindow.
|
2011-04-30 20:46:45 -03:00 |
|
Konstantin Isakov
|
92eceb8cad
|
Change email from @users.berlios.de to @goldendict.org.
|
2010-12-09 15:31:50 +03:00 |
|
Konstantin Isakov
|
63e99204fc
|
Switch to QtSingleApplication for maintaining single instance running.
This should put an end to all those pidfile-related problems.
|
2010-11-20 16:43:55 +03:00 |
|
Konstantin Isakov
|
1dafa5cb16
|
Allow styling of translate line and word list dependent on the current group by introducing a currentGroup Qt property.
To use, create ~/.goldendict/qt-style.css like this:
MainWindow #searchPane #translateLine[currentGroup="En"], MainWindow #searchPane #wordList[currentGroup="En"]
{
background: white;
color: black;
font-size: 20px;
}
|
2010-11-15 18:22:35 +03:00 |
|
Konstantin Isakov
|
953d9237a3
|
Update copyright to span to 2011.
Better early than late, this year is ending anyway.
|
2010-11-14 18:47:03 +03:00 |
|
ars
|
aad0f9b4c1
|
added drop-down tab list
|
2010-09-16 20:52:40 +02:00 |
|
Konstantin Isakov
|
71519ff19b
|
Add support for zooming fonts in word list and translate line.
|
2010-07-02 15:19:02 +04:00 |
|
Konstantin Isakov
|
15d3ccbc83
|
Properly handle QApplication::commitData(), hopefully providing proper config file saving when the system shuts down.
|
2010-06-28 19:14:07 +04:00 |
|
Konstantin Isakov
|
ab88fa4867
|
Drop the src/ directory. It's superfluous.
|
2010-05-15 16:42:18 +04:00 |
|