Commit Graph

919 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 36933de973 Merge branch 'master' into docbar_icons 2020-06-07 23:39:12 +02:00
Veronica K. B. Olsen 8abfb5f983 Convert the doc title bar to a widget with a layout 2020-06-07 23:37:59 +02:00
Veronica K. B. Olsen 6cb17a185a Drop the noticebar class as well 2020-06-07 23:21:27 +02:00
Veronica K. B. Olsen 1fc76b0d95 Remove the whole document read only logic 2020-06-07 23:19:28 +02:00
Veronica K. B. Olsen d1ffe2cff3 Remove inkscape meta data from SVG icons 2020-06-07 22:19:21 +02:00
Veronica K. B. Olsen b15156da83 Also display edit time on the project settings details panel 2020-06-07 18:58:56 +02:00
Veronica K. B. Olsen 8773098beb Theme class should report logical DPI, not physical 2020-06-07 17:15:36 +02:00
Veronica K. B. Olsen 260b2aa7b9 Some final cleanup 2020-06-06 15:31:17 +02:00
Veronica K. B. Olsen da0d4017cc Moved OptionState to core/options.py 2020-06-06 15:27:23 +02:00
Veronica K. B. Olsen 59795e62f7 Moved NWStatus to core/status.py 2020-06-06 15:23:03 +02:00
Veronica K. B. Olsen 017d9c3801 Moved NWTree to core/tree.py 2020-06-06 15:18:49 +02:00
Veronica K. B. Olsen fa8d3ff816 Moved NWItem to core/item.py 2020-06-06 15:14:13 +02:00
Veronica K. B. Olsen 0e667b060e Merge branch 'master' into dev 2020-06-06 12:17:12 +02:00
Veronica K. B. Olsen 3e5263338b Added link style colour to the build output 2020-06-06 12:13:23 +02:00
Veronica K. B. Olsen 70bc9facf2 Merge branch 'tweaks' into dev 2020-06-06 11:52:43 +02:00
Veronica K. B. Olsen 7b12e911e4 Replaced the time icon with a calendar icon 2020-06-06 11:52:02 +02:00
Veronica K. B. Olsen b176f21eb7 Some cleanup of themes folder and the source 2020-06-06 10:38:05 +02:00
Veronica K. B. Olsen 7723f24c12 The correct fix for tree widget font sizes, issue #273 2020-06-06 10:36:50 +02:00
Veronica K. Berglyd Olsen 2b985976c1 Merge branch 'dev' into project_options 2020-06-05 21:12:28 +02:00
Veronica K. B. Olsen 50630df705 Moved a few settings around in the project xml, but retaining compatibility 2020-06-05 20:58:14 +02:00
Veronica K. B. Olsen 213889e9d5 Added open and view document to the project tree context menu 2020-06-05 19:46:51 +02:00
Veronica K. B. Olsen 896d7f1257 No focus shift on open document from tree 2020-06-05 19:38:03 +02:00
Veronica K. B. Olsen 9258d49bc8 Some minor fixes and improvements to the OptionState class 2020-06-05 19:17:00 +02:00
Veronica K. B. Olsen d95e8caa50 Gui sizes should now scale between high and low DPI screens 2020-06-05 16:18:20 +02:00
Veronica K. B. Olsen 0a3751046b A few improvements here and there 2020-06-04 22:49:27 +02:00
Veronica K. B. Olsen 10ef9d3453 QSwitch now scales 2020-06-04 22:36:47 +02:00
Veronica K. B. Olsen ba4922a426 Scale factor calculated from logical dpi 2020-06-04 22:36:31 +02:00
Veronica K. B. Olsen 8b22deb1f4 All fixed sizes should no be passed through the pxInt function 2020-06-04 21:58:35 +02:00
Veronica K. B. Olsen 0e467d5fb1 Added functions for calculating scaled sizes 2020-06-04 21:27:56 +02:00
Veronica K. B. Olsen 8e7c3dcb4b Remove debug message 2020-06-04 20:44:51 +02:00
Veronica K. B. Olsen 4c9e3f3440 New files are now inserted after the file selected, if a file is selected 2020-06-04 19:15:22 +02:00
Veronica K. B. Olsen 1d708a3460 Merge branch 'dev' into tree_context 2020-06-04 18:03:40 +02:00
Veronica K. B. Olsen 322665680c Bumped dev branch to 0.8rc1 and updated changelog 2020-06-04 18:03:18 +02:00
Veronica K. B. Olsen fa769650a7 Merge branch 'dev' into tree_context 2020-06-04 17:58:39 +02:00
Veronica K. B. Olsen 72e5778e4f Context menu now works for basic functions 2020-06-04 17:09:36 +02:00
Veronica K. B. Olsen 0c18f1d3c9 Added project tree context menu 2020-06-04 10:57:30 +02:00
Veronica K. B. Olsen 184d0f62f9 Made a few minor improvements to outline details 2020-06-03 23:01:15 +02:00
Veronica K. B. Olsen 81d03d86e7 Replace QFrame with QWidget on main gui 2020-06-03 22:40:01 +02:00
Veronica K. B. Olsen e402789892 Made the outline details panel a scroll area 2020-06-03 22:14:19 +02:00
Veronica K. B. Olsen 4334e62148 Details panel now has all the data 2020-06-03 20:40:25 +02:00
Veronica K. B. Olsen 8199c2f4e9 Added outline details panel, and removed project in constructor of GUI classes 2020-06-02 22:00:23 +02:00
Veronica K. B. Olsen e8db673db8 Reorganised the options on the Build tool a little bit so they're more reasonably grouped 2020-06-02 20:46:52 +02:00
Veronica K. B. Olsen 9af412e29a Added some icons to the outline view 2020-06-02 20:32:47 +02:00
Veronica K. B. Olsen 807937caa9 And renamed doctree to projecttree 2020-06-02 12:02:36 +02:00
Veronica K. B. Olsen 0ca197e283 Also renamed viewdetails to docdetails for consistency 2020-06-02 12:00:12 +02:00
Veronica K. B. Olsen 1dff34779e Renamed tje two project dialog files to something a bit shorter 2020-06-02 11:58:08 +02:00
Veronica K. B. Olsen 73b02be9b3 Removed handle column from outline 2020-06-02 11:55:21 +02:00
Veronica K. B. Olsen 91ad4bb07d Renamed docdetails file to itemdetails 2020-06-02 11:54:59 +02:00
Veronica K. B. Olsen d2616c8af8 Fix faulty column width calculation by Qt for the Ubunut font 2020-06-02 10:05:15 +02:00
Veronica K. B. Olsen 6cd76ff60b Don't change focus from project tree to editor when selecting file with enter key 2020-06-02 09:25:52 +02:00