-
This makes it so you can select a single directory in the library add book dialog, and also if you select a directory, it will be recursed into, adding any books it finds in all subdirectories.
It adds them all to the one specified Collection if the respective checkbox is checked. It also saves the selection for these checkboxes, which it didn't used to.
It's a bit hackish, but it works...
2009-07-22 04:44:21 UTC in Comix
-
Patch for showing it in the statusbar https://sourceforge.net/tracker/?func=detail&aid=2825180&group_id=146377&atid=764987.
2009-07-22 04:41:41 UTC in Comix
-
This is just a quick thing to display the currently displayed image name in the statusbar instead of the archive filename (which is displayed in the window title). It's something I find very useful now and then. Partially in response to https://sourceforge.net/tracker/?func=detail&aid=2759803&group_id=146377&atid=764988.
2009-07-22 04:41:08 UTC in Comix
-
Turns out the information was there, it was just displaying white text on an off-white background, since my theme is dark. Just took out the line that defined the background color for the controlarea.
2009-07-22 02:30:32 UTC in Comix
-
Added a box with the same color as the background behind the label for easier reading if it happens to overlap an image (happened a lot on rotated comics), and also it now appears in front of images instead of behind.
2009-07-22 00:26:58 UTC in Comix
-
Had to fix the color deciding thing, didn't work well doing inverse colors on a grey background. Now it's just opposite extremes of the RGB spectrum for each color.
2009-07-21 17:29:07 UTC in Comix
-
I sumitted a patch for this at https://sourceforge.net/tracker/?func=detail&aid=2824903&group_id=146377&atid=764987.
2009-07-21 17:07:53 UTC in Comix
-
This is something I wanted, and in response to https://sourceforge.net/tracker/?func=detail&aid=2819448&group_id=146377&atid=764988
This adds an option in the preferences which is enabled by default to show an indicator of the current page or pages for two seconds when it isn't visible elsewhere (fullscreen when everything is hidden, or when the statusbar is hidden).
The color of the text...
2009-07-21 17:06:47 UTC in Comix
-
This adds options in the context and view menus and removes the single preferences option to auto hide toolbars in fullscreen.
With this, you can choose which toolbars to show in windowed mode and in fullscreen individually, and whether or not to hide all in either mode as well.
There's an additional update to the hotkey handling so that pressing I or f9 will hide all toolbars or display...
2009-07-21 16:38:34 UTC in Comix
-
There's a patch up for alphanumeric ordering or something like that. There's already a function that does the ordering correctly, just a couple lines had to be changed to use it in different places.
2009-07-20 14:05:18 UTC in Comix