Tvangeste
ad75c8992c
Hovered link notifications in the status bar, just like in browsers.
...
Move the mouse pointer over the link and see the status bar updated.
2011-07-02 15:04:49 +02:00
Julian Depetris Chauvin
c1ad1ec880
Code refactor to get current article view.
2011-07-01 16:22:40 -03:00
Julian Depetris Chauvin
5f97db0449
Add shortcuts for Previous/Next actions on Article search (Ctrl + F)
2011-06-30 09:45:05 -03:00
Tvangeste
98ce9b3256
Cleanup of the focus order.
...
Some non-essential components should never get keyboard focus.
So, now the focus order is as follows:
TranslateLine -> TabWidget -> ArticleView -> DictsList, nothing else.
2011-06-28 17:55:41 +02:00
Tvangeste
d46e4dc77b
Chrome-style statusbar for GoldenDict.
...
* Small pop-up window at the bottom of the main winodw instead
of traditional status bar, that consumes lots of space.
* API, similar to standard Qt's status bar.
* The status bar hides itself after specified amount of time.
* Clicking on the status bar also hides it.
* Properly behavies on resizes/moves/focus/etc.
* Tested on Linux and Windows.
2011-06-27 20:54:15 +02:00
Tvangeste
ca292db64a
Menubar can be hidden with Ctrl+M shortuct now.
...
Plus, added a menu item to do that, and the status notification.
2011-06-26 13:56:34 +02:00
Tvangeste
9bc413b2c0
Window title now shows the current headword (the current tab name).
2011-06-25 09:53:45 +02:00
Tvangeste
009b66afa0
Merge pull request #17 from VVSiz/review/hide_single_tab
...
"Hide single tab" option
2011-06-25 00:36:45 -07:00
Tvangeste
3266a6ef4c
Added "New Tab" menu, plus corrected copyright headers.
2011-06-25 09:34:28 +02:00
Tvangeste
eaf3f744ce
When the tray icon is disabled, the global hide/show shortcut should just minimize the main window.
...
Before this change, the shortcut in such situation was just
doing nothing, the main window remained active.
Tray icons are not that useful in Win7, since it is much better
to just pin the application to the taksbar. Now GoldenDict works
properly in such situations.
2011-06-24 21:44:17 +02:00
Tvangeste
0e9f5f28c2
Hide single tab option is implemented.
...
By default, it's turned off (== current behavior).
2011-06-23 16:20:32 +02:00
Abs62
36e509a2ab
Replace printf in code by a macro DPRINTF
2011-06-19 22:50:11 +04:00
Tvangeste
df7bd52980
Make icons visible in history and context menus.
2011-06-12 20:50:54 +02:00
Konstantin Isakov
ac5962c3cf
Don't crash on startup if the dictionary bar has been made floating previously.
...
Closes #9 .
2011-06-10 21:50:19 -07:00
Tvangeste
2a31365012
Deal with X11 headers mess that causes compilation errors
2011-06-09 09:29:21 +02:00
Tvangeste
649fe9ce0b
Fixed compilation failure on Linux. But WHY it's needed???
2011-06-08 13:18:04 +02:00
Tvangeste
de3fd01ada
Fixed #1 : Translate line should select all on mouse click that brings focus
2011-06-08 12:31:03 +02:00
Konstantin Isakov
b8b7bffb13
Merge commit 'refs/merge-requests/15' of git://gitorious.org/goldendict/goldendict
2011-06-07 19:35:43 -07:00
Tvangeste
6f192dca6e
Enable/disable Back and Forward buttons depending on the history.
...
This is a standard behavior for any history-enabled app
(like web browser). When there is no previous or next item
in the history, the appropriate button on the toolbar
is disabled.
2011-06-07 18:52:51 +02:00
Tvangeste
c6e8b4998f
Handling of backward and forward mouse buttons.
...
They now do what is most logical for them to do: going
backwards and forwards in history.
2011-06-07 10:26:49 +02:00
Tvangeste
4e6e0a5e05
Fixes after code review:
...
* Replaced the search via dictionary name by search via dictionary id, cleanup
* Renamed "Dictionaries Pane" --> "Results Navigation Pane"
* Added to CREDITS
* TODO note about code duplication
2011-06-06 11:54:23 +02:00
Tvangeste
3762f22e76
Implemented Dictionaries Pane, to show dicts in which results were found.
...
It is a separate detacheable pane, which could also be enabled/disabled,
it tracks the current tab's contains, and lists those dictionaries that
contributed their content to the current translation.
Clicking on dictionary name jumps to the appropriate article from
this dictionary, which improves the navigation flow.
The Dictionaries Pane:
* Shows both dictionaries' names and icons.
* Does not consume resources when hidden.
* Properly styled.
* Properly handles app-wide shortcuts
(Esc, Ctrl-L, Alt-D, Enter, Alt-Up/Down).
2011-06-05 13:49:50 +02:00
Konstantin Isakov
adc4c56954
When scan pop-up button is hidden on the toolbar, hide the extra separator as well (patch by Gloggy <glogg@mail.ru>)
2011-05-30 20:35:43 -07:00
Konstantin Isakov
bed7209275
Merge branch 'master' of gitorious.org:goldendict/goldendict
2011-05-29 21:56:36 -07:00
Konstantin Isakov
8de5af7abc
Merge commit 'refs/merge-requests/4' of git://gitorious.org/goldendict/goldendict
2011-05-29 21:54:13 -07:00
Julian Depetris Chauvin
41bd078a2a
make ESC minimizes the main window when tray icon is totally disabled.
2011-05-29 23:00:33 -03:00
Julian Depetris Chauvin
4951f9311d
Option to use small icons in toolbars of main window.
2011-05-28 19:26:54 -03:00
Julian Depetris Chauvin
b1965dd44c
Add a "Enable web plugins" option under Edit > Preferences > Network. It allows to listen to sound pronunciations from online dictionaries that rely on flash plugin such as howjsay.com and dictionary.com. Plugin must be installed for this option to work. See http://doc.trolltech.com/4.5/qtwebkit.html#netscape-plugin-support
2011-05-08 19:12:44 -03:00
Julian Depetris Chauvin
891f316015
Restore default behaviour for ESC key. There is now a "ESC key hides main window" option under Edit > Preferences > Interface.
2011-05-07 10:42:49 -03:00
Julian Depetris Chauvin
3bd9c48fe7
support Shift + Enter and Shift + double click to open a definition in a new tab (Opera browser standard) in addition to Ctrl + Enter and Ctrl + double click (other browsers standard). The selection with Shift + double click is not as perfect as with Ctrl + double click but it's ok.
2011-05-01 21:37:56 -03:00
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
abs62
368b58bb29
Command "Clear history" really clear saved history
2011-03-30 08:47:55 +04: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
41c6d7cbaa
Show icons in the opened tabs' list.
2010-11-15 21:04:16 +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
921c42088d
Implement Credits window in the About dialog to show project contributors.
...
The actual credits file is to be fully populated yet.
2010-11-14 19:28:50 +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
Konstantin Isakov
c2b0edd4b7
Update project domain name (goldendict.berlios.de -> goldendict.org)
2010-11-06 12:40:07 -07:00
ars
aad0f9b4c1
added drop-down tab list
2010-09-16 20:52:40 +02:00
Konstantin Isakov
be23f54914
Generate the exact version string via Git.
2010-07-02 21:15:51 +04: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
04bdf3aa36
For websites and forvo, don't add dummy word search results (as they don't have any index to search in) -- instead, make results empty, but mark the search uncertain, and don't mark the word input line as reddish in that case.
...
This is just a refinement on how the word search is done in the dictionaries
that don't actually ability to search words in. Previously they emitted dummy
italicized suggestions, which were getting in the way. Now they don't emit
anything, but mark the search as uncertain. Any uncertain searches don't mark
the word input with the different color to indicate the search has failed.
2010-06-22 16:43:11 +04:00
Konstantin Isakov
ab88fa4867
Drop the src/ directory. It's superfluous.
2010-05-15 16:42:18 +04:00