Jim Evins
|
f255f561ce
|
Prettied up SimplePreview.
|
2013-11-16 16:46:41 -05:00 |
|
Jim Evins
|
fe87cd5d76
|
Shadow offsets are in device coordinates (pixels).
|
2013-11-16 15:50:05 -05:00 |
|
Jim Evins
|
e1ed8587f6
|
Hide selection information when there is no selection in NewLabelDialog.
|
2013-11-16 15:28:02 -05:00 |
|
Jim Evins
|
9c68b60194
|
Don't allow TemplatePickerItems to be dragged.
|
2013-11-16 14:56:12 -05:00 |
|
Jim Evins
|
1f5e555e00
|
Added similar list to NewLabelDialog.
|
2013-11-15 21:58:28 -05:00 |
|
Jim Evins
|
932ab5b65b
|
Added initial selection info to NewLabelDialog.
|
2013-11-15 00:54:31 -05:00 |
|
Jim Evins
|
9dce9addf1
|
Added SimplePreview to NewLabelDialog.
|
2013-11-13 23:53:05 -05:00 |
|
Jim Evins
|
5dff08935e
|
Don't maintain selection when item is hidden.
|
2013-11-13 00:08:26 -05:00 |
|
Jim Evins
|
1c02315db9
|
Added simple page size filtering.
|
2013-11-13 00:04:00 -05:00 |
|
Jim Evins
|
5ce9121801
|
Added simple search capability to TemplatePicker.
|
2013-11-12 22:42:51 -05:00 |
|
Jim Evins
|
7f3adc818b
|
Initial non-functioning implementation of NewLabelDialog.
|
2013-11-11 23:48:45 -05:00 |
|
Jim Evins
|
773587b3e4
|
Sort templates in "Natural" order.
|
2013-11-06 01:46:00 -05:00 |
|
Jim Evins
|
ba83204445
|
Initial implementation of TemplatePicker. Debugged mini previews.
|
2013-11-05 23:51:48 -05:00 |
|
Jim Evins
|
fe4595bde0
|
Added MiniPreviewPixmap to Template.
|
2013-11-04 23:58:03 -05:00 |
|
Jim Evins
|
2843d8ccda
|
Implemented XmlTemplateParser.
|
2013-11-03 19:39:07 -05:00 |
|
Jim Evins
|
54fcda7ce4
|
Use QList and QStringList instead of STL list.
|
2013-11-03 15:56:33 -05:00 |
|
Jim Evins
|
21c6b82b04
|
Initialize Papers, Categories and Vendors in Db.
|
2013-11-03 14:45:31 -05:00 |
|
Jim Evins
|
6ebc6a3177
|
Implementations of XmlCategoryParser and XmlVendorParser.
|
2013-11-03 12:08:09 -05:00 |
|
Jim Evins
|
109574a409
|
Initial implementation of XmlUtil. Completed XmlPaperParser.
|
2013-11-03 11:10:08 -05:00 |
|
Jim Evins
|
cbae7243b8
|
Added initial implementation of XmlPaperParser.
|
2013-11-03 01:23:09 -04:00 |
|
Jim Evins
|
438ea40878
|
Include TODO comment in Db constructor.
|
2013-11-02 23:26:19 -04:00 |
|
Jim Evins
|
81916cdbda
|
Added initial implementation of Db.
|
2013-11-02 23:25:00 -04:00 |
|
Jim Evins
|
262932a4c7
|
Added initial implementation of Template.
|
2013-11-02 17:10:49 -04:00 |
|
Jim Evins
|
be55bebc50
|
Some cleanup/restructuring of Frame and its subclasses.
|
2013-10-31 18:59:23 -04:00 |
|
Jim Evins
|
a11b498e9a
|
Store copy of layoutDescription in Frame.
|
2013-10-31 00:00:00 -04:00 |
|
Jim Evins
|
96ea6fce9f
|
Added initial FrameCd, FrameRound and FrameEllipse implementations.
|
2013-10-30 21:34:39 -04:00 |
|
Jim Evins
|
5f1c2ec3e9
|
Added initial Markup, Frame, FrameRect and StrUtil implementations.
|
2013-10-29 22:39:07 -04:00 |
|
Jim Evins
|
336d892983
|
Some of the low-hanging fruit in libglabels.
|
2013-10-27 23:16:36 -04:00 |
|
Jim Evins
|
ddfedb55cc
|
Added some fallback icons.
|
2013-10-27 12:16:45 -04:00 |
|
Jim Evins
|
c39d95f2b1
|
Added status bar framework.
|
2013-10-26 16:05:01 -04:00 |
|
Jim Evins
|
f00b88ef80
|
Added private methods to enable/disable actions based on state.
|
2013-10-26 13:57:00 -04:00 |
|
Jim Evins
|
b3a2ee7435
|
Fixed cut&paste error.
|
2013-10-26 12:53:52 -04:00 |
|
Jim Evins
|
028091e836
|
Save/restore toolbar visibility in settings.
|
2013-10-26 12:47:22 -04:00 |
|
Jim Evins
|
9b5bc45e5a
|
Added toolbars to main window.
|
2013-10-26 10:40:49 -04:00 |
|
Jim Evins
|
03d28b8c42
|
Broke out help functions into separate Help module.
|
2013-10-26 09:21:35 -04:00 |
|
Jim Evins
|
e73bed188b
|
Finished action/menu framework.
|
2013-10-25 23:25:31 -04:00 |
|
Jim Evins
|
3d9f49543c
|
Added more action/menu framework. Added most action icons to icons resources.
|
2013-10-24 22:49:35 -04:00 |
|
Jim Evins
|
ce58b02c3b
|
Added more action/menu framework. Added icons resources.
|
2013-10-23 22:36:35 -04:00 |
|
Jim Evins
|
0be276e9d3
|
Added more action/menu framework.
|
2013-10-22 22:46:24 -04:00 |
|
Jim Evins
|
5d39bbaf15
|
Some initial experimenting with main window.
|
2013-10-22 19:01:49 -04:00 |
|
Jim Evins
|
e7cbf8d8a3
|
Use QColor in ColorNode.
|
2013-10-17 22:47:08 -04:00 |
|
Jim Evins
|
27e791212d
|
Initial porting of some core files from VALA/gtk+ to C++/Qt.
|
2013-10-14 22:19:24 -04:00 |
|
Jim Evins
|
96d46a6bd5
|
Initial commit
|
2013-10-14 19:16:23 -07:00 |
|