Skip to content

Commit

Permalink
Tweak some UI settings to make spicypass less awkward on tiling WM's
Browse files Browse the repository at this point in the history
  • Loading branch information
JFreegman committed Feb 2, 2024
1 parent b122262 commit 82bbd95
Show file tree
Hide file tree
Showing 16 changed files with 357 additions and 395 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(SpicyPass_LOGO_FILE_PATH ${SPICYPASS_INSTALL_DIRECTORY}/spicypass.svg)

set(SpicyPass_VERSION_MAJOR "0")
set(SpicyPass_VERSION_MINOR "7")
set(SpicyPass_VERSION_PATCH "5")
set(SpicyPass_VERSION_PATCH "6")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand Down
722 changes: 342 additions & 380 deletions gui/gui.glade

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cli.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* cli.cpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/cli.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* cli.hpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/crypto.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* crypto.cpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/crypto.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* crypto.hpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/gui.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* gui.cpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/gui.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* gui.hpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/load.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* load.cpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/load.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* load.hpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/password.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* password.cpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/password.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* password.hpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/spicy.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* spicy.cpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/spicy.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* spicy.hpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* util.cpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down
2 changes: 1 addition & 1 deletion src/util.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* util.hpp
*
*
* Copyright (C) 2020 Jfreegman <[email protected]>
* Copyright (C) 2020-2024 Jfreegman <[email protected]>
*
* This file is part of SpicyPass.
*
Expand Down

0 comments on commit 82bbd95

Please sign in to comment.