Resolve "Improve headerbar visibility" #56

Merged
ariktaurendil merged 12 commits from 4-improve-headerbar-visibility into master 2026-02-21 23:37:15 -03:00
ariktaurendil commented 2026-02-17 18:27:11 -03:00 (Migrated from gitlab.com)

Closes #4

I used a class deprecated to load the custom css file. I didn't find a way no deprecated to do it.

Screenshots

Camera page
Camera page{width=900 height=511}

Settings page
Settings page{width=900 height=511}

Closes #4 I used a class deprecated to load the custom css file. I didn't find a way no deprecated to do it. Screenshots =========== Camera page ![Camera page](/uploads/f3a9c5add98583ce2ee5fb596c525278/Captura_desde_2026-02-19_22-52-58.png){width=900 height=511} Settings page ![Settings page](/uploads/dbe0b5c00fc6f2c07b65943a9873c372/Captura_desde_2026-02-19_22-53-00.png){width=900 height=511}
ariktaurendil commented 2026-02-17 18:27:11 -03:00 (Migrated from gitlab.com)

requested review from @tarmaciltur

requested review from @tarmaciltur
ariktaurendil commented 2026-02-17 18:27:12 -03:00 (Migrated from gitlab.com)

assigned to @ariktaurendil

assigned to @ariktaurendil
ariktaurendil commented 2026-02-17 18:35:30 -03:00 (Migrated from gitlab.com)

added 4 commits

  • b31b136b - window.blp: adds name for HeaderBar
  • c0ba0fc0 - window.vala: adds header_bar class member.
  • b3453f41 - window.vala: set_visible_settings_page now removes osd css class from header_bar
  • 319a3659 - window.vala: set_visible_settings_page now adds osd css class from header_bar

Compare with previous version

added 4 commits <ul><li>b31b136b - window.blp: adds name for HeaderBar</li><li>c0ba0fc0 - window.vala: adds header_bar class member.</li><li>b3453f41 - window.vala: set_visible_settings_page now removes osd css class from header_bar</li><li>319a3659 - window.vala: set_visible_settings_page now adds osd css class from header_bar</li></ul> [Compare with previous version](/softwareperonista/vigilantear/-/merge_requests/9/diffs?diff_id=1670472477&start_sha=358d43909bad0e2a52949d5dadff45eaaaadec2d)
ariktaurendil commented 2026-02-17 18:42:09 -03:00 (Migrated from gitlab.com)

changed the description

changed the description
ariktaurendil commented 2026-02-17 18:43:44 -03:00 (Migrated from gitlab.com)

marked this merge request as ready

marked this merge request as **ready**
ariktaurendil commented 2026-02-19 22:46:51 -03:00 (Migrated from gitlab.com)

added 5 commits

  • ef1e0e5d - vigilantear.css: adds custom css file.
  • 539cd0bf - vigilantear.gresources.xml: adds vigilantear.css to gresources file
  • 09838723 - window.vala: adds new style file to the application
  • da7607f6 - window.vala: set_visible_settings_page removes the new custom css class from headerbar
  • 5f251c02 - window.vala: set_visible_camera_page adds the new custom css class to headerbar

Compare with previous version

added 5 commits <ul><li>ef1e0e5d - vigilantear.css: adds custom css file.</li><li>539cd0bf - vigilantear.gresources.xml: adds vigilantear.css to gresources file</li><li>09838723 - window.vala: adds new style file to the application</li><li>da7607f6 - window.vala: set_visible_settings_page removes the new custom css class from headerbar</li><li>5f251c02 - window.vala: set_visible_camera_page adds the new custom css class to headerbar</li></ul> [Compare with previous version](/softwareperonista/vigilantear/-/merge_requests/9/diffs?diff_id=1674403522&start_sha=319a36595983a26458f5a97624f8960b206f73ae)
ariktaurendil commented 2026-02-19 22:53:12 -03:00 (Migrated from gitlab.com)

added 21 commits

  • 5f251c02...057afffe - 11 commits from branch master
  • d1beaebf - window.blp: adds name for HeaderBar
  • 72a6dc17 - window.vala: adds header_bar class member.
  • 11845218 - window.vala: set_visible_settings_page now removes osd css class from header_bar
  • 6494db3b - window.vala: set_visible_settings_page now adds osd css class from header_bar
  • a01a3670 - vigilantear.css: adds custom css file.
  • ceeaa56b - vigilantear.gresources.xml: adds vigilantear.css to gresources file
  • d86e3c38 - window.vala: adds new style file to the application
  • 3d748599 - window.vala: set_visible_settings_page removes the new custom css class from headerbar
  • 65392bea - window.vala: set_visible_camera_page adds the new custom css class to headerbar
  • b7b7e534 - window.blp: adds main-headerbar as a default css class to header_bar

Compare with previous version

added 21 commits <ul><li>5f251c02...057afffe - 11 commits from branch <code>master</code></li><li>d1beaebf - window.blp: adds name for HeaderBar</li><li>72a6dc17 - window.vala: adds header_bar class member.</li><li>11845218 - window.vala: set_visible_settings_page now removes osd css class from header_bar</li><li>6494db3b - window.vala: set_visible_settings_page now adds osd css class from header_bar</li><li>a01a3670 - vigilantear.css: adds custom css file.</li><li>ceeaa56b - vigilantear.gresources.xml: adds vigilantear.css to gresources file</li><li>d86e3c38 - window.vala: adds new style file to the application</li><li>3d748599 - window.vala: set_visible_settings_page removes the new custom css class from headerbar</li><li>65392bea - window.vala: set_visible_camera_page adds the new custom css class to headerbar</li><li>b7b7e534 - window.blp: adds main-headerbar as a default css class to header_bar</li></ul> [Compare with previous version](/softwareperonista/vigilantear/-/merge_requests/9/diffs?diff_id=1674406434&start_sha=5f251c02539b59227c40083b6d8a5ef5c5756b36)
ariktaurendil commented 2026-02-19 22:54:47 -03:00 (Migrated from gitlab.com)

changed the description

changed the description
ariktaurendil commented 2026-02-19 22:55:06 -03:00 (Migrated from gitlab.com)

@tarmaciltur MR updated.

@tarmaciltur MR updated.
ariktaurendil commented 2026-02-19 23:38:03 -03:00 (Migrated from gitlab.com)

changed the description

changed the description
ariktaurendil commented 2026-02-20 22:40:23 -03:00 (Migrated from gitlab.com)

added 1 commit

  • db516918 - window.vala: add method load_custom_css to clean up constructor

Compare with previous version

added 1 commit <ul><li>db516918 - window.vala: add method load_custom_css to clean up constructor</li></ul> [Compare with previous version](/softwareperonista/vigilantear/-/merge_requests/9/diffs?diff_id=1675959057&start_sha=b7b7e534f59152ae9aed92ef287ff9fc3c02453c)
tarmaciltur commented 2026-02-21 15:40:10 -03:00 (Migrated from gitlab.com)

30% alpha
imagen{width=410 height=250}

20% alpha
imagen{width=410 height=250}

30% alpha\ ![imagen](/uploads/0ebaa87d2723794b555a8d6b1a6188cc/imagen.png){width=410 height=250} 20% alpha\ ![imagen](/uploads/2371168fdc3d6c5df97a6681a5178881/imagen.png){width=410 height=250}
ariktaurendil commented 2026-02-21 22:41:00 -03:00 (Migrated from gitlab.com)

added 1 commit

  • 92e76b5c - vigilantear.css: background is less opaque

Compare with previous version

added 1 commit <ul><li>92e76b5c - vigilantear.css: background is less opaque</li></ul> [Compare with previous version](/softwareperonista/vigilantear/-/merge_requests/9/diffs?diff_id=1676225362&start_sha=db5169189b077338841210abbeff74e6809ccdde)
ariktaurendil commented 2026-02-21 22:46:44 -03:00 (Migrated from gitlab.com)

I think 0.2 is better. I've already updated the CSS file accordingly.

I think 0.2 is better. I've already updated the CSS file accordingly.
tarmaciltur (Migrated from gitlab.com) merged commit 863afb029c into master 2026-02-21 23:37:15 -03:00
tarmaciltur commented 2026-02-21 23:37:16 -03:00 (Migrated from gitlab.com)

mentioned in commit 863afb029c

mentioned in commit 863afb029c8d22c08062f979c0c34a824077ff9f
Sign in to join this conversation.
No reviewers
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
p/vigilantear!56
No description provided.