202 Commits

Author SHA1 Message Date
Kovid Goyal
c69316ecb5 Start work on the check book tool 2013-12-09 10:23:59 +05:30
Kovid Goyal
928af8e9ca Remove & from dock window titles as they are not always converted to underscores for some reason 2013-12-08 11:31:33 +05:30
Kovid Goyal
a7176dc8fc Context menu for tab bar 2013-12-06 16:03:51 +05:30
Kovid Goyal
d07939daac ... 2013-12-05 09:59:39 +05:30
Kovid Goyal
fcb09e8628 Do not always start with inspector window closed 2013-12-04 16:20:21 +05:30
Kovid Goyal
6861f028c9 Add actions to close editor tabs 2013-12-03 08:27:38 +05:30
Kovid Goyal
e5d486a28c Keep list of recently opened books 2013-12-02 13:58:43 +05:30
Kovid Goyal
b91fb7b502 Remove per editor saves as they cannot be implemented robustly
Also, show busy cursor when running any potentially long winded job.

Now that we have gotten rid of per editor saves, we track sync status of
editor with container, instead, and when performing any task that
operates on the container directly, sync open editors to the container.
This avoids the confusing warning about modified files.
2013-12-02 12:45:33 +05:30
Kovid Goyal
5a5b93f876 Implement saving of copies 2013-12-02 10:53:44 +05:30
Kovid Goyal
a5e071d091 Wire up the preferences dialog 2013-11-29 15:03:06 +05:30
Kovid Goyal
f8c496a924 Start work on preferences widget 2013-11-29 14:22:13 +05:30
Kovid Goyal
4af671be80 Add search for the preview panel 2013-11-29 11:16:55 +05:30
Kovid Goyal
10108a8772 Initial implementation of pretty printing 2013-11-26 16:18:56 +05:30
Kovid Goyal
9e9ea5178f Implement fixing html to create well formed markup 2013-11-25 14:22:47 +05:30
Kovid Goyal
bfba63b246 Pre-fill search box with selected text when starting a search 2013-11-23 11:14:02 +05:30
Kovid Goyal
34cbd4e099 Fix #1254161 [No polish on book's language list](https://bugs.launchpad.net/calibre/+bug/1254161) 2013-11-23 08:23:03 +05:30
Kovid Goyal
eb3d660fb9 Basic context menu for the files browser 2013-11-22 10:01:12 +05:30
Kovid Goyal
7843714995 Update UI when renaming files 2013-11-22 09:36:25 +05:30
Kovid Goyal
9415af8e1e Wire up the split in preview button (not yet implemented) 2013-11-20 17:02:18 +05:30
Kovid Goyal
0113271a22 Action to go to specified line 2013-11-19 11:23:25 +05:30
Kovid Goyal
96c1243515 Button to turn of preview position syncing 2013-11-19 10:13:32 +05:30
Kovid Goyal
b1652a2316 Implement adding files to the book 2013-11-17 12:11:38 +05:30
Kovid Goyal
8b439c6a97 Allow users to create their own checkpoints while tweaking the book 2013-11-15 16:38:32 +05:30
Kovid Goyal
a9d96d8d77 Implement marking of regions in the text 2013-11-11 17:48:20 +05:30
Kovid Goyal
d84fd0b5a4 Wire up the search UI 2013-11-11 15:09:58 +05:30
Kovid Goyal
5fd300a533 Start work on the search panel 2013-11-10 14:18:18 +05:30
Kovid Goyal
f97b799456 Create View menu 2013-11-09 11:18:56 +05:30
Kovid Goyal
c1e5cddf5f Add inspect element and prevent preview from refreshing while it is hidden 2013-11-09 10:31:37 +05:30
Kovid Goyal
6df507a962 Add a toolbar with buttons to control the preview panel 2013-11-09 09:20:34 +05:30
Kovid Goyal
d9fa433025 ... 2013-11-08 16:05:59 +05:30
Kovid Goyal
862bc734f2 Add various polish actions to Tweak Book 2013-11-08 15:35:38 +05:30
Kovid Goyal
e00615d89d ... 2013-11-08 12:46:40 +05:30
Kovid Goyal
5231d7958c Add ToC Editor to Tweak Book 2013-11-08 12:39:51 +05:30
Kovid Goyal
17f6f40fde Add editor actions to menubar 2013-11-08 10:36:09 +05:30
Kovid Goyal
f6635f6f1f Basic editor actions 2013-11-07 21:08:00 +05:30
Kovid Goyal
d4dd0790bf ... 2013-11-07 20:10:28 +05:30
Kovid Goyal
82a0183360 Start work on preview panel 2013-11-06 12:24:07 +05:30
Kovid Goyal
3164269793 Go back to help screen when last tab is closed 2013-11-04 21:08:28 +05:30
Kovid Goyal
f3a660fec3 Closing of editor tabs 2013-11-04 15:59:58 +05:30
Kovid Goyal
f6554d74bb Add basic editor actions 2013-11-03 14:01:14 +05:30
Kovid Goyal
9a96eea0e8 Show modified indicator in file tab 2013-11-03 13:09:21 +05:30
Kovid Goyal
45b22e5c4b Allow different shortcuts based on current editor 2013-11-02 18:04:29 +05:30
Kovid Goyal
2e8a1be0c3 Start integrating the editor component into the main gui 2013-11-02 12:13:47 +05:30
Kovid Goyal
3b146a9b5e Nicer dialog when quitting with unsaved changes 2013-10-18 22:13:08 +05:30
Kovid Goyal
cb617f76be ... 2013-10-18 11:47:27 +05:30
Kovid Goyal
f4d132b823 Start work on saving 2013-10-16 16:12:53 +05:30
Kovid Goyal
c58e7eb2e8 Implement saving of main window state and quit action 2013-10-16 10:03:21 +05:30
Kovid Goyal
f1a3bc8b2e Start work on global undo/redo for tweaking 2013-10-13 08:35:30 +05:30
Kovid Goyal
a03309a7b7 ... 2013-10-12 14:36:39 +05:30
Kovid Goyal
f571e6f066 Add Open Book action 2013-10-12 14:30:15 +05:30