Feed Advanced Search

Oct 15 2019

gepardo added a comment to D24447: Fix compatibility of build_theme.sh with Dash.

Thanks. Can you please merge it? I don't have a developer access to KDE repos.

Oct 15 2019, 7:47 PM · Plasma

Oct 6 2019

gepardo requested review of D24447: Fix compatibility of build_theme.sh with Dash.
Oct 6 2019, 8:45 PM · Plasma

Aug 17 2019

gepardo added a comment to D17464: [Timer applet] Minor fixes for the applet.

Thanks, now I got your point much clearer.

Aug 17 2019, 5:40 PM · Plasma

Aug 16 2019

gepardo added a comment to D17464: [Timer applet] Minor fixes for the applet.

ping @davidedmundson

Aug 16 2019, 12:18 PM · Plasma

Aug 11 2019

gepardo added a comment to D17464: [Timer applet] Minor fixes for the applet.

Still waiting for the feedback.

Aug 11 2019, 12:53 AM · Plasma

Aug 1 2019

gepardo added a comment to D17464: [Timer applet] Minor fixes for the applet.

Ping @davidedmundson

Aug 1 2019, 4:22 PM · Plasma

Jul 29 2019

gepardo added a comment to D17464: [Timer applet] Minor fixes for the applet.

Here is how it looks on tall panels:

Jul 29 2019, 5:20 PM · Plasma
gepardo updated the diff for D17464: [Timer applet] Minor fixes for the applet.

Now the widget doesn't become too wide if the panel is tall. The size formula now looks similar to the size formula of the clock widget. Expanatory comment is updated.

Jul 29 2019, 5:18 PM · Plasma
gepardo added a comment to D17464: [Timer applet] Minor fixes for the applet.

I don't follow how it makes them the same when the other number is different.

Jul 29 2019, 5:08 PM · Plasma
gepardo updated the diff for D17464: [Timer applet] Minor fixes for the applet.

Change magic value to 0.86, as it looks nearer to the clock font size

Jul 29 2019, 5:07 PM · Plasma
gepardo updated the diff for D17464: [Timer applet] Minor fixes for the applet.

Minor change in the comment for the "magic" value 0.84

Jul 29 2019, 11:46 AM · Plasma
gepardo added a comment to D17464: [Timer applet] Minor fixes for the applet.

The rationale is to make the clock font size and the timer font size identical. Setting 0.84 as timer height multiplier indeed reaches this goal. But two other problems remain:

  • the fonts are different itself, as clock uses the real font, and timer uses SVGs to render digits
  • if the panel is large enough, the vertical position of the text differs (timer's top and bottom margins are equal, but clock's top and bottom margins have different size)

Should I fix some of these issues also?

Jul 29 2019, 11:42 AM · Plasma

Jul 27 2019

gepardo added a comment to D17464: [Timer applet] Minor fixes for the applet.

After some experiments, I finally set clock size to 0.84:

Jul 27 2019, 8:43 PM · Plasma
gepardo updated the diff for D17464: [Timer applet] Minor fixes for the applet.

Updating D17464: [Timer applet] Minor fixes for the applet

Jul 27 2019, 8:40 PM · Plasma

May 31 2019

gepardo added a comment to T10719: Rescue KDing (or similar) as offline dictionary.

Was KDing only German <-> English?

May 31 2019, 8:26 PM · Plasma, KDE Privacy Goal

Mar 21 2019

gepardo accepted D19931: Explicitly set charset to UTF-8.
Mar 21 2019, 10:31 PM · Plasma
gepardo added a comment to D19951: Prevent crashing Apper on PackageModel::clearSelectedNotPresent().

You are welcome :)

Mar 21 2019, 7:53 PM
gepardo added reviewers for D19951: Prevent crashing Apper on PackageModel::clearSelectedNotPresent(): dantti, apol.
Mar 21 2019, 7:22 PM
gepardo updated the diff for D19951: Prevent crashing Apper on PackageModel::clearSelectedNotPresent().

Use a more compact way, as suggested in IRC

Mar 21 2019, 7:16 PM
gepardo updated the diff for D19951: Prevent crashing Apper on PackageModel::clearSelectedNotPresent().

Fix commit message: Ark -> Apper

Mar 21 2019, 7:05 PM
gepardo retitled D19951: Prevent crashing Apper on PackageModel::clearSelectedNotPresent() from Prevent crashing Ark on PackageModel::clearSelectedNotPresent() to Prevent crashing Apper on PackageModel::clearSelectedNotPresent().
Mar 21 2019, 7:05 PM
gepardo requested review of D19951: Prevent crashing Apper on PackageModel::clearSelectedNotPresent().
Mar 21 2019, 7:03 PM
gepardo added a comment to D19931: Explicitly set charset to UTF-8.

I have some suggestions to prevent such errors in the future:

  • sass (but not sassc) has -E option to set the encoding for building
  • it may be a good idea to add such lines to all the SCSS files
Mar 21 2019, 5:52 AM · Plasma

Feb 10 2019

gepardo added a comment to D18562: Determine isDirectory by "Folder = " field in 7z plugin.

Thanks @elvisangelaccio :)

Feb 10 2019, 8:53 PM · Ark
gepardo added a comment to D18562: Determine isDirectory by "Folder = " field in 7z plugin.

Thanks. Do you have commit access?

Feb 10 2019, 8:47 PM · Ark
gepardo updated the diff for D18562: Determine isDirectory by "Folder = " field in 7z plugin.

Remove Q_EXPECT_FAIL

Feb 10 2019, 8:45 PM · Ark
gepardo added a comment to D18562: Determine isDirectory by "Folder = " field in 7z plugin.

Please remove the QEXPECT_FAIL at line 498 of cli7ztest.cpp, then this is good to go.

Feb 10 2019, 8:37 PM · Ark
gepardo updated the diff for D18562: Determine isDirectory by "Folder = " field in 7z plugin.

Add checking for directory in Attributes

Feb 10 2019, 8:27 PM · Ark
gepardo added a comment to D18562: Determine isDirectory by "Folder = " field in 7z plugin.

However, I'm hitting the Q_ASSERT in Archive::Entry::appendEntry when opening any 7z archive:

Feb 10 2019, 7:53 PM · Ark
gepardo updated the diff for D18562: Determine isDirectory by "Folder = " field in 7z plugin.

Remove the lines, they seem to be unnecessary

Feb 10 2019, 6:36 PM · Ark

Feb 3 2019

gepardo added a comment to D18562: Determine isDirectory by "Folder = " field in 7z plugin.

Any review on this patch? It's waiting the review for a week.

Feb 3 2019, 7:46 PM · Ark

Jan 29 2019

gepardo added a comment to D18562: Determine isDirectory by "Folder = " field in 7z plugin.

Thanks. Can you share a test archive that works with this patch but doesn't without?

Jan 29 2019, 8:42 PM · Ark

Jan 27 2019

gepardo requested review of D18562: Determine isDirectory by "Folder = " field in 7z plugin.
Jan 27 2019, 8:53 AM · Ark

Jan 17 2019

gepardo added a comment to D18314: Cosmetic fixes for build_theme.sh.

@davidedmundson, can you please merge it into master? I don't have a developer account, so I can't do this by myself.

Jan 17 2019, 2:36 PM · Plasma
gepardo requested review of D18314: Cosmetic fixes for build_theme.sh.
Jan 17 2019, 11:07 AM · Plasma

Jan 12 2019

gepardo added a comment to D17154: Go back to SCSS.

I would also scrap all the stuff about ~/.local

Jan 12 2019, 10:28 AM · Plasma

Jan 11 2019

gepardo committed R98:2a7e84b21486: Rewrite build script (authored by gepardo).
Rewrite build script
Jan 11 2019, 4:37 PM
gepardo committed R98:df36153445cc: CMake fixes (authored by gepardo).
CMake fixes
Jan 11 2019, 4:37 PM
gepardo committed R98:ec5ef8aee1d7: Remove built theme from the source repo (authored by gepardo).
Remove built theme from the source repo
Jan 11 2019, 4:37 PM
gepardo committed R98:87e9b7e93859: Add .gitignore (authored by gepardo).
Add .gitignore
Jan 11 2019, 4:37 PM
gepardo committed R98:e52067bd1e60: Remove gtkrc, at it is autogenerated anyway (authored by gepardo).
Remove gtkrc, at it is autogenerated anyway
Jan 11 2019, 4:37 PM
gepardo committed R98:3a319c036c6d: Pycodestyle fixes (authored by gepardo).
Pycodestyle fixes
Jan 11 2019, 4:37 PM
gepardo committed R98:b24a77ae79aa: Fix race condition during the build (authored by gepardo).
Fix race condition during the build
Jan 11 2019, 4:37 PM
gepardo committed R98:b0f2bb6cc48a: Style fixes in build_theme.sh (authored by gepardo).
Style fixes in build_theme.sh
Jan 11 2019, 4:37 PM
gepardo committed R98:303ea4689b9d: Improve parameter parsing in build_theme.sh (authored by gepardo).
Improve parameter parsing in build_theme.sh
Jan 11 2019, 4:37 PM
gepardo committed R98:3f82a073a3fe: Merge changes appeared after the review in Phabricator (authored by gepardo).
Merge changes appeared after the review in Phabricator
Jan 11 2019, 4:37 PM
gepardo committed R98:8660e97873df: Remove hard-coded assets location (authored by gepardo).
Remove hard-coded assets location
Jan 11 2019, 4:37 PM
gepardo committed R98:fc112faeed03: Add the script to rebuild the theme (authored by gepardo).
Add the script to rebuild the theme
Jan 11 2019, 4:37 PM
gepardo committed R98:8e2a0481db72: Add files from upstream breeze-gtk (authored by gepardo).
Add files from upstream breeze-gtk
Jan 11 2019, 4:37 PM
gepardo committed R98:4698cbfde5bc: Rebuild themes (authored by gepardo).
Rebuild themes
Jan 11 2019, 4:37 PM
gepardo committed R98:d5f5c7f3d071: Minor refactoring in create_theme.sh (authored by gepardo).
Minor refactoring in create_theme.sh
Jan 11 2019, 4:37 PM
gepardo committed R98:4176e57810d0: Allow installing themes into custom target (authored by gepardo).
Allow installing themes into custom target
Jan 11 2019, 4:37 PM
gepardo committed R98:19fddc3b9230: Apply the same fix for backdrop (for GtkScale) (authored by gepardo).
Apply the same fix for backdrop (for GtkScale)
Jan 11 2019, 4:37 PM
gepardo committed R98:87d5c19115e5: Reformat build_theme.sh; move from Bash to POSIX shell (authored by gepardo).
Reformat build_theme.sh; move from Bash to POSIX shell
Jan 11 2019, 4:37 PM
gepardo committed R98:b079c3d65198: Add contrast changes back (authored by gepardo).
Add contrast changes back
Jan 11 2019, 4:37 PM
gepardo committed R98:b809abd1a137: Typo fix: seperator -> separator (authored by gepardo).
Typo fix: seperator -> separator
Jan 11 2019, 4:37 PM
gepardo committed R98:3c828e8bd749: Fix insensitive scales (trough was not shown) (authored by gepardo).
Fix insensitive scales (trough was not shown)
Jan 11 2019, 4:37 PM
gepardo committed R98:873f14120538: Fix insensitive for Notebook (authored by gepardo).
Fix insensitive for Notebook
Jan 11 2019, 4:37 PM
gepardo committed R98:80d51b5494b5: Prevent arrows in TreeView in backdrop have white color (authored by gepardo).
Prevent arrows in TreeView in backdrop have white color
Jan 11 2019, 4:36 PM
gepardo committed R98:1c033a3fe347: Synchronize fixes for GTK+ 3.18 and GTK+ 3.20 (authored by gepardo).
Synchronize fixes for GTK+ 3.18 and GTK+ 3.20
Jan 11 2019, 4:36 PM
gepardo committed R98:3e6ea30899c4: Drop GTK+ 3.16 (authored by gepardo).
Drop GTK+ 3.16
Jan 11 2019, 4:36 PM
gepardo committed R98:1fcab14c9205: Scrollbar fixes on GTK+ 3.18 (authored by gepardo).
Scrollbar fixes on GTK+ 3.18
Jan 11 2019, 4:36 PM
gepardo committed R98:159fdcaa0cda: Another change schemes/Breeze => /usr/share/color-schemes (authored by gepardo).
Another change schemes/Breeze => /usr/share/color-schemes
Jan 11 2019, 4:36 PM
gepardo committed R98:cabd84ecc5b6: Fix arrow on popover in HeaderBar (authored by gepardo).
Fix arrow on popover in HeaderBar
Jan 11 2019, 4:36 PM
gepardo committed R98:c1a1cc8a070b: Use global color scheme (in /usr/share) if kdeglobals not found (authored by gepardo).
Use global color scheme (in /usr/share) if kdeglobals not found
Jan 11 2019, 4:36 PM
gepardo committed R98:778acfb6e769: Calendar now is grayed in diabled state (authored by gepardo).
Calendar now is grayed in diabled state
Jan 11 2019, 4:36 PM
gepardo committed R98:a8df30c20b55: Make text color insensitive for textview (authored by gepardo).
Make text color insensitive for textview
Jan 11 2019, 4:36 PM
gepardo committed R98:2e536e988752: Use global color schemes (authored by gepardo).
Use global color schemes
Jan 11 2019, 4:36 PM
gepardo committed R98:a15092dd9de8: Add tooltip borders (authored by gepardo).
Add tooltip borders
Jan 11 2019, 4:36 PM
gepardo committed R98:7f5980758a13: Quote variables in build_theme.sh to prevent word splitting (authored by gepardo).
Quote variables in build_theme.sh to prevent word splitting
Jan 11 2019, 4:36 PM
gepardo committed R98:53afd4997a46: Minor scrollbar fixes (authored by gepardo).
Minor scrollbar fixes
Jan 11 2019, 4:36 PM
gepardo committed R98:ebfc6525d778: Port render_assets to python3 (authored by gepardo).
Port render_assets to python3
Jan 11 2019, 4:36 PM
gepardo committed R98:f3e59742e1cd: Use more lightweight sassc instead of sass (if possible) (authored by gepardo).
Use more lightweight sassc instead of sass (if possible)
Jan 11 2019, 4:36 PM
gepardo committed R98:8ee453561daa: Sort _global.scss (authored by gepardo).
Sort _global.scss
Jan 11 2019, 4:36 PM
gepardo committed R98:054a5444d9a9: Minor change (authored by gepardo).
Minor change
Jan 11 2019, 4:36 PM
gepardo committed R98:fe2d093ea6c7: Fixed bugs introduced by two previous commits (authored by gepardo).
Fixed bugs introduced by two previous commits
Jan 11 2019, 4:36 PM
gepardo committed R98:d8656650e621: New scrollbar copied for GTK 3.18 (authored by gepardo).
New scrollbar copied for GTK 3.18
Jan 11 2019, 4:36 PM
gepardo committed R98:5b9c57a7cec0: Create theme in ~/.local/share/themes instead of ~/.themes (authored by gepardo).
Create theme in ~/.local/share/themes instead of ~/.themes
Jan 11 2019, 4:36 PM
gepardo committed R98:5e333232a6f3: Remove scrollbar sliders (authored by gepardo).
Remove scrollbar sliders
Jan 11 2019, 4:36 PM
gepardo committed R98:07a927779b77: Make slider look more in Qt way (authored by gepardo).
Make slider look more in Qt way
Jan 11 2019, 4:36 PM
gepardo committed R98:ce229bbf042d: Continue fix CSD (as of the upstream version) (authored by gepardo).
Continue fix CSD (as of the upstream version)
Jan 11 2019, 4:36 PM
gepardo committed R98:065bc51cb5e3: Make headerbar look like toolbar (authored by gepardo).
Make headerbar look like toolbar
Jan 11 2019, 4:36 PM
gepardo committed R98:dfd0a1641900: Apply CSD fix (authored by gepardo).
Apply CSD fix
Jan 11 2019, 4:36 PM
gepardo committed R98:4f5f0fa15aea: Apply upstream changes to assets generator (authored by gepardo).
Apply upstream changes to assets generator
Jan 11 2019, 4:36 PM
gepardo committed R98:c80f2c0b1179: Fix GTK2 slider doesn't move to the end (authored by gepardo).
Fix GTK2 slider doesn't move to the end
Jan 11 2019, 4:36 PM
gepardo committed R98:f9caace31a82: Apply new color to gtkrc also _globals.sass also (authored by gepardo).
Apply new color to gtkrc also _globals.sass also
Jan 11 2019, 4:36 PM
gepardo committed R98:7bfff135c8b9: Add TODO (authored by gepardo).
Add TODO
Jan 11 2019, 4:36 PM
gepardo committed R98:5a084eff50ed: Merge fixes from latest release of Breeze-Gtk (authored by gepardo).
Merge fixes from latest release of Breeze-Gtk
Jan 11 2019, 4:36 PM
gepardo committed R98:0b3839d02bd4: Add more validation to prevent crashing (authored by gepardo).
Add more validation to prevent crashing
Jan 11 2019, 4:36 PM
gepardo committed R98:b21027a59e0c: Update color schemes as of Breeze 5.13 (authored by gepardo).
Update color schemes as of Breeze 5.13
Jan 11 2019, 4:36 PM
gepardo committed R98:5d9f060f094d: Make build_theme executable (authored by gepardo).
Make build_theme executable
Jan 11 2019, 4:36 PM
gepardo committed R98:218e9cfe91f5: Revert "Update README to reflect the inactive status of this repo." (authored by gepardo).
Revert "Update README to reflect the inactive status of this repo."
Jan 11 2019, 4:36 PM

Jan 1 2019

gepardo updated the diff for D17154: Go back to SCSS.

Prevent the theme from rebuilding each time

Jan 1 2019, 1:26 PM · Plasma

Dec 31 2018

gepardo added a comment to D17154: Go back to SCSS.

The install target is installing to ./Breeze and ./Breeze-Dark in addition to the CMAKE_INSTALL_PREFIX location, which messes up the permissions in your source checkout if you do an in-source build and run sudo make install.

Dec 31 2018, 11:43 PM · Plasma
gepardo updated the diff for D17154: Go back to SCSS.

CMake fixes:

Dec 31 2018, 7:18 PM · Plasma
gepardo added inline comments to D17154: Go back to SCSS.
Dec 31 2018, 7:01 PM · Plasma

Dec 28 2018

gepardo added a comment to D17154: Go back to SCSS.

Hello, is there any progress on the review?

Dec 28 2018, 10:56 PM · Plasma

Dec 26 2018

gepardo updated the diff for D17154: Go back to SCSS.

Remove compiled themes from the sources; now the building process doesn't modify the sources at all

Dec 26 2018, 8:40 PM · Plasma
gepardo added a comment to D17154: Go back to SCSS.

But files in the source repo are still overwritten during the build process if you do an in-source build.

Dec 26 2018, 8:37 PM · Plasma
gepardo updated the diff for D17154: Go back to SCSS.

Summary of changes done:

Dec 26 2018, 6:53 PM · Plasma