Commit Graph

709 Commits (5f3bbb9fd918b5ff534aa443b77c849a062e3028)
 

Author SHA1 Message Date
Manuel Genovés 5f3bbb9fd9 hide revealer when not needed 2020-03-12 01:39:13 +01:00
Manuel Genovés c9b4bdd110 add tooltip to headerbar 2020-03-11 21:20:08 +01:00
Manuel Genovés 4a85f21d35 remove event catcher when not needed 2020-03-11 21:08:16 +01:00
Manuel Genoves 7a8d3a8459 make new export dialogs actually work 2020-03-11 02:54:56 +01:00
Manuel Genovés ef04a90fd7 update advanced export dialog 2020-03-03 14:26:32 +01:00
Manuel Genovés b70416709c externalize export popover 2020-03-02 14:33:11 +01:00
Manuel Genovés 5b1571293c Add tooltips 2020-02-28 01:06:10 +01:00
Manuel Genovés a4d0d3038c update correctly selected row on preview swicther 2020-02-27 17:27:21 +01:00
Manuel Genovés 8358571c8e remove all references to preview.ui 2020-02-27 16:56:05 +01:00
Manuel Genovés 48f32afa1b remove bottom preview bar 2020-02-27 13:05:47 +01:00
Manuel Genoves bdc2e6cda7 backport to python 2.7 2020-02-27 12:22:22 +01:00
Manuel Genovés bcd08397f1 remove unneeded preferences 2020-02-26 12:50:31 +01:00
Manuel Genovés cab5306efa Merge branch 'ui' of https://github.com/wolfv/uberwriter into ui 2020-02-26 01:08:25 +01:00
Manuel Genovés 45f4205939 fix typo 2020-02-26 01:08:11 +01:00
Manuel Genovés 004c7544a0 refine fullscreen headerbar behavior 2020-02-26 01:07:58 +01:00
Manuel Genovés 6ca2410432 Refine theme switcher 2020-02-26 01:07:22 +01:00
Manuel Genovés a02c61ec7e Implement theme switcher
auth.: @Exalm
2020-02-25 13:32:10 +01:00
Manuel Genovés bf1fe7f59c Reword “free distraction” into “distraction-free”
Closes #203
2020-02-24 13:13:04 +01:00
Manuel Genovés a6f7e85255 rework the close-without-saving dialog 2020-02-23 19:54:57 +01:00
Manuel Genovés 77eb75c36b fix margins 2020-02-16 22:00:10 +01:00
Manuel Genovés 81d5aab9e4 move the sync prev toggle to the preview popover 2020-02-16 22:00:04 +01:00
Manuel Genovés 28fc4e0a72 make preview layout switcher menu dynamic 2020-02-12 12:35:40 +01:00
Manuel Genovés 8e45b8d3da Start redesign of the headerbar
Added (non functional) export and preview layout switcher popovers
2020-01-28 22:44:41 +01:00
Manuel Genovés c1cd347c49 add preview layout icons 2020-01-28 22:40:23 +01:00
Manuel Genovés 07378d0ca8 delete unnecessary icons 2020-01-28 22:39:38 +01:00
Manuel Genovés 9d59118afd Merge branch 'ui' of https://github.com/wolfv/uberwriter into ui 2019-12-25 21:34:56 +01:00
Manuel Genovés d59994f3c9 add nightly icon 2019-12-25 21:34:00 +01:00
Manuel Genoves 9216db1b80 prevent headerbar to hide on open recents menu 2019-12-11 00:57:21 +01:00
Manuel Genoves d56623bfbd tweak headerbar reveal settings 2019-12-10 18:00:37 +01:00
Manuel Genoves 5a78d75668 fix fullscreen issues 2019-12-10 17:43:02 +01:00
somas95 2912baaa41
Merge pull request #183 from UberWriter/ft.autohiding_headerbar
Rework of the headerbar and bottombar

This PR:

- Makes the textview to go all the way to the top and the bottom of the window, even behind the headerbar, so when it disappears any visible gap is left

- Makes the headerbar and bottombar to disappear instantly when writing, and they reappear when moving the cursor to the top/bottom areas. If the cursor moves to the bottom area only the bottombar is shown, when moving the cursor to the top area both headerbar and bottombars are shown
2019-12-09 17:27:34 +01:00
Manuel Genovés 97e809a576 rework the autohiding mechanis for headerbars 2019-12-09 02:16:13 +01:00
Manuel Genovés 151809ae9b add background color to inline buttons 2019-12-09 02:15:09 +01:00
Manuel Genovés 48e48d95de add autohide-headerbar toggle on settings 2019-12-09 02:14:52 +01:00
Manuel Genovés ff579b956f update gitignore 2019-11-25 13:30:04 +01:00
Manuel Genovés 87e3cc127b add flatpak to gitignore 2019-11-23 02:13:10 +01:00
Manuel Genovés 567ae6bc42 Merge branch 'ft.autohiding_headerbar' of https://github.com/wolfv/uberwriter into ft.autohiding_headerbar 2019-11-23 02:12:08 +01:00
Manuel Genovés 8ac8728e3b implement hack to fade away the headerbar 2019-11-23 02:11:32 +01:00
Manuel Genovés f766c3703d add revealer to the headerbar default class 2019-11-23 02:09:22 +01:00
Manuel Genovés b5260e3906 add curved corners for focus mode 2019-11-23 02:08:47 +01:00
somas95 1fc36c6fdc
Merge pull request #178 from UberWriter/ft.autohiding_headerbar
Use a .ui file to define the headerbar
2019-11-14 12:52:48 +01:00
Manuel Genoves f091e5ac1a update gitignore 2019-11-14 12:45:54 +01:00
Manuel Genovés 0e2f731ff4 Use a .ui file to define the headerbar
This makes all the headerbar code more readable and easier to tweak
2019-11-11 01:27:39 +01:00
Manuel Genovés 10f98f35b8 fix filename path 2019-11-10 19:02:22 +01:00
Manuel Genovés f4809faf19 Merge branch 'master' 2019-11-05 12:28:08 +01:00
Manuel Genovés 8f5dd56863 Merge branch 'master' of https://github.com/wolfv/uberwriter 2019-11-05 12:14:41 +01:00
somas95 a9650d86bf
fix formatting 2019-11-05 00:09:49 +01:00
Manuel Genovés 88f216161b Add @goncalossilva to the authors section on About 2019-11-05 00:04:40 +01:00
Manuel Genovés 680ef98a75 Add @goncalossilva to the authors section on About 2019-11-04 23:53:41 +01:00
somas95 6a6b5f4c69
Merge pull request #177 from UberWriter/ft.media-access
This PR migrates the managing of all the UI files to gresources
2019-11-04 23:08:23 +01:00