92 Commits

Author SHA1 Message Date
Kovid Goyal
238f9391ea Fix #6895 (calibre crashes after preferences/conversion/output_modules is clicked) 2010-10-27 15:25:58 -06:00
Kovid Goyal
edb26bcfa8 ... 2010-09-22 09:09:55 -06:00
Kovid Goyal
5cab12e26f Don't use special tooltip style on linux. Draw yellow color on splitter handle in background 2010-09-21 22:04:01 -06:00
Kovid Goyal
b957bc1d12 Fix a bug where the open state of the splitter was not being saved on shutdown if the splitter had been closed at startup and was opened by dragging the center line 2010-09-05 18:02:39 -06:00
Kovid Goyal
d223636fd4 Preference widget for adding books 2010-09-04 14:29:04 -06:00
Kovid Goyal
d1276cc5ff Draw a thin broder around the cover in the edit metadata dialog. Fixes #6605 (Covers should be shown against a nonwhite background) 2010-08-27 10:06:58 -06:00
Kovid Goyal
388d8e34dc Fix #6505 (Flesh out window settings and keyboard shortcuts.) 2010-08-15 14:56:17 -06:00
Kovid Goyal
2d79d42b9f Add keyboard shortcuts to show/hide the Tag Browser, Book details and Cover Browser panels. Hover your mouse over the buttons that toggle them to see the shortcuts. 2010-08-13 10:36:59 -06:00
Kovid Goyal
e8a2d7b647 Fix long series or publisher names causing convert dialog to become too wide 2010-07-16 11:56:48 -06:00
Kovid Goyal
8f580384a7 Device drivers: Add option to allow calibre to automatically manage metadata on the device in Preferences->Add/Save->Sending to device 2010-07-10 08:00:17 -06:00
Charles Haley
0a7171d7b7 Change search restriction box to use grey help text. Remove label. 2010-07-10 06:40:53 +01:00
Kovid Goyal
9975995ed2 New toolbar layout 2010-07-09 22:58:52 -06:00
Kovid Goyal
d33a9dc0b5 Add status tips for all active elements in the main GUI 2010-07-04 11:36:38 -06:00
Kovid Goyal
c4022017e9 Make location view one line shorter 2010-07-03 07:39:30 -06:00
Kovid Goyal
c43277eae0 Simplify implementation of cover caching and ensure cover browser is updated when covers are changed 2010-06-30 16:34:08 -06:00
Kovid Goyal
24c492b1ec Fix #6001 (Cover size looks like thumbnail after resize Edit Metadata window) 2010-06-27 19:09:47 -06:00
Kovid Goyal
bb000ba2c3 Fix regression caused by use of _new_book in USBMS 2010-06-27 18:20:31 -06:00
Kovid Goyal
8aeb8b23bd Restore tooltips on toggel buttons 2010-06-22 12:41:06 -06:00
Kovid Goyal
f0f57cf009 Fix a bug that could cause the show pabe buttons to not show hidden panes 2010-06-13 22:17:57 -06:00
Kovid Goyal
e355672c70 More GUI Refactoring. Cover browser can now be dynamically resized like the other GUI areas 2010-06-10 20:45:04 -06:00
Kovid Goyal
73753b67d8 Move mobile server templates to lxml from genshi 2010-05-23 21:35:00 -06:00
Kovid Goyal
49d70e0f9e JSONConfig: Fix encoding of top level str objects. Add support for encoding bytearray objects. Remove pointless TableView class and have jobs view remember its column layout 2010-05-18 15:04:20 -06:00
Kovid Goyal
887ee0b32c Optional views remember their sizes when closed and re-opened 2010-05-06 09:19:06 -06:00
Kovid Goyal
a4ef43708a Add support for custom columns to the edit metadata single dialog 2010-05-04 21:36:26 -06:00
Kovid Goyal
1718859647 Add a sidebar to the main GUI to control the optional views (tag browser, book info and cover browser) 2010-05-03 20:00:39 -06:00
Kovid Goyal
547fd01be9 Remove qstring_to_unicode 2010-05-02 13:57:16 -06:00
Kovid Goyal
82c88f16b6 Implement double click on splitters 2010-05-01 19:34:01 -06:00
Kovid Goyal
be814cda27 Highlight splitter when collapsed 2010-05-01 18:52:47 -06:00
Kovid Goyal
ebb5c43abc Library icon tooltip now shows the path to the currently displayed library 2010-05-01 12:12:23 -06:00
Kovid Goyal
bb74e6afe0 Fix #3086 (Title Case error) 2010-04-22 10:16:12 -06:00
Kovid Goyal
dc799bbe16 Implement #4564 (Context menu for covers in meta information editor (copy/paste)) 2010-01-14 19:18:12 -07:00
Kovid Goyal
63a1434d62 Fix #4529 (Support delete key for fomat deletion in metadata window) 2010-01-11 18:52:22 -07:00
John Schember
e6d92db622 Impliment Bug #4529: Support Delete key for format list in metadata single dialog. 2010-01-11 20:15:38 -05:00
Kovid Goyal
0450dcf435 Fix bug that prevented the changing of case of authors/series and publishers 2010-01-03 11:31:48 -07:00
Kovid Goyal
ee9e45d50d Device drivers: Support for device specific icons 2009-12-19 18:18:13 -07:00
Kovid Goyal
d6c36c0bbb Implement #4238 (Recent xPath list) 2009-12-17 18:02:09 -07:00
Kovid Goyal
e6c6f056f2 Replace rotating hourglass with less gaudy busy indicator. If you're running calibre from bzr, you will have to run python setup.py build to be able to run the GUI 2009-12-06 12:12:40 -07:00
Kovid Goyal
21b8b2a68a Implement #2931 (Allow drag and drop adding of new formats) 2009-10-08 15:45:03 -06:00
Kovid Goyal
dc58e890bf You can now change the cover or add formats to the currently selected book by Drag and Drop onto the book information display panel at the bottom. Fixes #3601 (Drag and Drop cover editing in main GUI) 2009-10-08 14:46:54 -06:00
Kovid Goyal
792c6b0b22 Refactored image access for new resources framework 2009-09-07 16:03:44 -06:00
Kovid Goyal
039aab161c Remove use of library image alias 2009-09-07 13:33:01 -06:00
Kovid Goyal
4b8fdcec03 FB2 fixes and Fix #2871 (Cover image drag and drop import error message) 2009-07-19 09:45:48 -06:00
Kovid Goyal
c226e38062 Don't use Qt to process metadata covers as it causes image corruption in some windows installs 2009-07-16 12:24:16 -06:00
Kovid Goyal
1c8c0400bb Fix regressions caused by change of author field to combobox 2009-07-09 10:37:43 -06:00
John Schember
b8fc9de71d Make tags completing line edit a stand alone widget. Use tag completing line edit in metadata single dialog. 2009-07-05 15:39:35 -04:00
John Schember
f72f353ec5 Make case menu translatable. 2009-07-02 06:10:27 -04:00
John Schember
0427dd55c1 Additional options for case menu in line edits. 2009-07-01 20:43:11 -04:00
John Schember
8c265f4bea Implement bug #2754: Authors drop down list in edit metadata. 2009-07-01 08:17:40 -04:00
John Schember
c8df10343a Implement bug 2720: Title case menu option for QLineEdit and QComboBox where applicable. 2009-06-26 21:35:42 -04:00
John Schember
e7314fe0ac GUI: Hide eject button when device is ejected and mouse is over eject button. 2009-06-20 16:43:08 -04:00