Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package notejot for openSUSE:Factory checked in at 2021-10-11 15:31:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/notejot (Old) and /work/SRC/openSUSE:Factory/.notejot.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "notejot" Mon Oct 11 15:31:22 2021 rev:17 rq:924273 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/notejot/notejot.changes 2021-09-10 23:40:54.082533216 +0200 +++ /work/SRC/openSUSE:Factory/.notejot.new.2443/notejot.changes 2021-10-11 15:32:16.582908371 +0200 @@ -1,0 +2,9 @@ +Fri Oct 8 14:36:12 UTC 2021 - Alexei Podvalsky <avvi...@yandex.by> + +- Update to 3.1.6: + * The return of the note title as seen on older + versions and not embedded onto the note. + * Merge branch 'master' of https://github.com/lainsce/notejot + * Update READMEs (#289) + +------------------------------------------------------------------- Old: ---- notejot-3.1.4.tar.gz New: ---- notejot-3.1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ notejot.spec ++++++ --- /var/tmp/diff_new_pack.9MF1L0/_old 2021-10-11 15:32:16.962908981 +0200 +++ /var/tmp/diff_new_pack.9MF1L0/_new 2021-10-11 15:32:16.966908987 +0200 @@ -17,7 +17,7 @@ Name: notejot -Version: 3.1.4 +Version: 3.1.6 Release: 0 Summary: A Sticky Note App License: GPL-3.0-only ++++++ notejot-3.1.4.tar.gz -> notejot-3.1.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/README.md new/notejot-3.1.6/README.md --- old/notejot-3.1.4/README.md 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/README.md 2021-09-25 01:29:02.000000000 +0200 @@ -1,21 +1,25 @@ -#  Notejot +<img align="left" style="vertical-align: middle" width="120" height="120" src="data/icon.png"> -## Stupidly simple notes app +# Notejot -<a href='https://flathub.org/apps/details/io.github.lainsce.Notejot'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a> +Stupidly simple notes app + +### [](https://stopthemingmy.app) [](http://www.gnu.org/licenses/gpl-3.0)  -## Donations +<p align="center"><a href='https://flathub.org/apps/details/io.github.lainsce.Notejot'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a></p> + +## ???? Donations Would you like to support the development of this app to new heights? Then: [Be my backer on Patreon](https://www.patreon.com/lainsce) -## Dependencies +## ??????? Dependencies Please make sure you have these dependencies first before building. @@ -28,14 +32,14 @@ vala ``` -## Building +## ??????? Building Simply clone this repo, then: ```bash -meson build --prefix=/usr && cd build +meson _build --prefix=/usr && cd _build sudo ninja install ``` -## Notes Storage +## ??????? Notes Storage Notes are stored in `~/.var/app/io.github.lainsce.Notejot/` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/build-aux/flatpak/io.github.lainsce.Notejot.json new/notejot-3.1.6/build-aux/flatpak/io.github.lainsce.Notejot.json --- old/notejot-3.1.4/build-aux/flatpak/io.github.lainsce.Notejot.json 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/build-aux/flatpak/io.github.lainsce.Notejot.json 2021-09-25 01:29:02.000000000 +0200 @@ -1,7 +1,7 @@ { "app-id" : "io.github.lainsce.NotejotDevel", "runtime" : "org.gnome.Sdk", - "runtime-version" : "40", + "runtime-version" : "41", "sdk" : "org.gnome.Sdk", "command" : "io.github.lainsce.Notejot", "rename-icon" : "io.github.lainsce.NotejotDevel", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/data/app.css new/notejot-3.1.6/data/app.css --- old/notejot-3.1.4/data/app.css 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/data/app.css 2021-09-25 01:29:02.000000000 +0200 @@ -4,42 +4,36 @@ .flat-button { background: none; - margin: 0; font-weight: 400; } -.flat-button:hover, -.flat-button:checked { +.flat-button:hover { background: alpha(@theme_fg_color, 0.1); } -.flat-button:active, -.flat-button:checked:active { +.flat-button:active { background: alpha(@theme_fg_color, 0.2); } .rename-button .toggle { - border-radius: 5px; background: none; + font-weight: 400; } -.rename-button .toggle:hover, -.rename-button .toggle:checked { +.rename-button .toggle:hover { background: alpha(@theme_fg_color, 0.1); } -.rename-button .toggle:active, -.rename-button .toggle:checked:active { +.rename-button .toggle:active { background: alpha(@theme_fg_color, 0.2); } .circular { - border: 1px solid alpha(@theme_fg_color, 0.2); + box-shadow: inset 0 0 3px 0 alpha(@theme_fg_color, 0.4); } .circular:hover { - border: 1px solid @theme_selected_bg_color; - box-shadow: inset 0 0 2px 0 alpha(@theme_fg_color, 0.5); + box-shadow: inset 0 0 3px 0 alpha(@theme_fg_color, 0.8); } .notejot-stitle, @@ -102,29 +96,26 @@ transition: 100ms ease-in-out; } -.notejot-sbar:backdrop { - opacity: 0.66; +.notejot-sbar { + background: @theme_bg_color; } .empty-state { background-color: @theme_bg_color; } -.empty-state:backdrop { - background: @theme_base_color; -} - .notejot-view { background: @theme_bg_color; } -.notejot-view:backdrop { - background: @theme_base_color; +.notejot-searchbar { + background: alpha(@theme_fg_color, 0.05); + border-bottom: 1px solid @borders; } -.notejot-searchbar { - background: alpha(@theme_fg_color, 0.1); - transition: 100ms ease-in-out; +.notejot-searchbar entry { + border: 1px solid @borders; + border-radius: 9999px; } .dark { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/data/icons/scalable/add-note-symbolic.svg new/notejot-3.1.6/data/icons/scalable/add-note-symbolic.svg --- old/notejot-3.1.4/data/icons/scalable/add-note-symbolic.svg 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/data/icons/scalable/add-note-symbolic.svg 2021-09-25 01:29:02.000000000 +0200 @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="16" height="16" viewBox="0 0 16 16" version="1.1" id="svg8" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)" - sodipodi:docname="add-note-symbolic.svg"> + inkscape:version="1.1 (c68e22c387, 2021-05-23)" + sodipodi:docname="add-note-symbolic.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> <defs id="defs2" /> <sodipodi:namedview @@ -23,9 +23,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="46.366746" - inkscape:cx="12.891248" - inkscape:cy="7.9811206" + inkscape:zoom="32" + inkscape:cx="13.734375" + inkscape:cy="5.625" inkscape:document-units="px" inkscape:current-layer="layer1" inkscape:document-rotation="0" @@ -35,7 +35,9 @@ inkscape:window-height="1011" inkscape:window-x="0" inkscape:window-y="0" - inkscape:window-maximized="1"> + inkscape:window-maximized="1" + inkscape:pagecheckerboard="0" + inkscape:snap-global="true"> <inkscape:grid type="xygrid" id="grid912" /> @@ -48,7 +50,6 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -58,14 +59,13 @@ id="layer1"> <path id="rect60" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;v ector-effect:none;fill:#241f31;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;v ector-effect:none;fill:#241f31;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1" d="M 3,1 C 2,1 1,2 1,3 v 10 c 0,1 1,2 2,2 h 10 c 1,0 2,-1 2,-2 V 5 l -2,2 v 6 H 3 V 3 h 6 l 2,-2 z" sodipodi:nodetypes="cccccccccccccc" /> <path - d="m 5,9 8,-8 2,2 -8,8 H 5 Z" - fill-rule="evenodd" - id="path10-6" - style="fill:#241f31;stroke-width:0.999999" + style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 13,1 2,2 -8,8 H 5 V 9 Z" + id="path1450" sodipodi:nodetypes="cccccc" /> </g> </svg> Binary files old/notejot-3.1.4/data/shot.png and new/notejot-3.1.6/data/shot.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/data/ui/formatbar.ui new/notejot-3.1.6/data/ui/formatbar.ui --- old/notejot-3.1.4/data/ui/formatbar.ui 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/data/ui/formatbar.ui 2021-09-25 01:29:02.000000000 +0200 @@ -24,7 +24,9 @@ </child> <child> <object class="GtkSeparator"> - <property name="can-focus">0</property> + <style> + <class name="spacer"/> + </style> </object> </child> <child> @@ -77,7 +79,9 @@ </child> <child> <object class="GtkSeparator"> - <property name="can-focus">0</property> + <style> + <class name="spacer"/> + </style> </object> </child> <child> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/data/ui/header_button.ui new/notejot-3.1.6/data/ui/header_button.ui --- old/notejot-3.1.4/data/ui/header_button.ui 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/data/ui/header_button.ui 2021-09-25 01:29:02.000000000 +0200 @@ -5,11 +5,8 @@ <child> <object class="GtkMenuButton" id="menu"> <property name="label" bind-source="NotejotWidgetsHeaderBarButton" bind-property="title" bind-flags="sync-create"/> - <property name="visible">1</property> <property name="direction">up</property> - <property name="hexpand">0</property> <style> - <class name="title"/> <class name="rename-button"/> </style> </object> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/data/ui/main_window.ui new/notejot-3.1.6/data/ui/main_window.ui --- old/notejot-3.1.4/data/ui/main_window.ui 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/data/ui/main_window.ui 2021-09-25 01:29:02.000000000 +0200 @@ -37,7 +37,6 @@ <property name="action-name">win.action_new_note</property> <style> <class name="image-button"/> - <class name="header-button"/> </style> </object> </child> @@ -47,7 +46,6 @@ <property name="icon-name">open-menu-symbolic</property> <style> <class name="image-button"/> - <class name="header-toggle-button"/> </style> </object> </child> @@ -57,7 +55,6 @@ <property name="icon-name">edit-find-symbolic</property> <style> <class name="image-button"/> - <class name="header-button"/> </style> </object> </child> @@ -174,11 +171,15 @@ </object> </child> <child> - <object class="GtkSeparator" id="sep"> - <property name="orientation">vertical</property> - <style> - <class name="sidebar"/> - </style> + <object class="AdwLeafletPage"> + <property name="navigatable">False</property> + <property name="child"> + <object class="GtkSeparator"> + <style> + <class name="sidebar"/> + </style> + </object> + </property> </object> </child> <child> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/data/ui/note_menu.ui new/notejot-3.1.6/data/ui/note_menu.ui --- old/notejot-3.1.4/data/ui/note_menu.ui 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/data/ui/note_menu.ui 2021-09-25 01:29:02.000000000 +0200 @@ -34,6 +34,8 @@ <property name="can-focus">0</property> <property name="column-spacing">6</property> <property name="row-spacing">6</property> + <property name="margin-top">3</property> + <property name="margin-bottom">3</property> <child> <object class="GtkButton" id="color_button_red"> <property name="tooltip-text" translatable="yes">Red</property> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/po/README.md new/notejot-3.1.6/po/README.md --- old/notejot-3.1.4/po/README.md 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/po/README.md 2021-09-25 01:29:02.000000000 +0200 @@ -1,19 +1,19 @@ -# How to Translate Notejot +# ???? How to Translate Notejot -## First Things First +## ?????? First Things First * Fork the repository here on github with the Fork button at the top-right * Clone this repository by opening the terminal in a folder of your choice and typing `git clone https://github.com/<you_username>/notejot` * (Optional) Check [Regenerate translations files](https://github.com/lainsce/notejot/tree/master/po#regenerate-translations-files) section if files haven't been recently updated. -## Basics +## ???? Basics * You'll need to know your language's code (ex. en = English). * Add that code to the LINGUAS file, in a new line, after the last line. * Translate the .pot file using the PO editor of your choice (I recommend POEdit). * Save it as <language_code>.po in this folder. -## Not so Basics +## ???? Not so Basics * Next, in the folder you've cloned this repo in, open a terminal and type: ```git checkout -b "Translation <language code>``` * Then, type ```git add *``` @@ -21,9 +21,9 @@ And that's it! You've successfully translated Notejot for your language! -## Regenerate translations files +## ???? Regenerate translations files * Initialize the project build by typing `meson _build` (make sure you have [dependencies](https://github.com/lainsce/notejot#dependencies) installed!). * Compile .pot files, type `meson compile -C _build io.github.lainsce.Notejot-pot` and `meson compile -C _build extra-pot` * (Optional) Compile .po files instead replacing `-pot` with `-update-po` in the previous commands. -Note: install `apppstream` package in order to generate release strings in `extra.pot` +Note: install `appstream` package in order to generate release strings in `extra.pot` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/src/MainWindow.vala new/notejot-3.1.6/src/MainWindow.vala --- old/notejot-3.1.4/src/MainWindow.vala 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/src/MainWindow.vala 2021-09-25 01:29:02.000000000 +0200 @@ -167,18 +167,25 @@ var action_fontsize = Notejot.Application.gsettings.create_action ("font-size"); app.add_action(action_fontsize); - // GtkSettings and dark theme - gtk_settings = Gtk.Settings.get_default (); - Application.gsettings.bind_property ( - "dark-mode", - gtk_settings, - "gtk-application-prefer-dark-theme", - GLib.BindingFlags.SYNC_CREATE - ); + // Dark theme + var adwsm = Adw.StyleManager.get_default (); + + if (Application.gsettings.get_boolean("dark-mode")) { + adwsm.set_color_scheme (Adw.ColorScheme.FORCE_DARK); + } else { + adwsm.set_color_scheme (Adw.ColorScheme.FORCE_LIGHT); + } + + Application.gsettings.changed.connect (() => { + if (Application.gsettings.get_boolean("dark-mode")) { + adwsm.set_color_scheme (Adw.ColorScheme.FORCE_DARK); + } else { + adwsm.set_color_scheme (Adw.ColorScheme.FORCE_LIGHT); + } + }); // Main View tm = new TaskManager (this); - sm = new Widgets.SettingMenu(this); settingmenu.popover = sm.nmpopover; settingmenu.visible = false; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/src/Widgets/Note.vala new/notejot-3.1.6/src/Widgets/Note.vala --- old/notejot-3.1.4/src/Widgets/Note.vala 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/src/Widgets/Note.vala 2021-09-25 01:29:02.000000000 +0200 @@ -121,33 +121,19 @@ string style = null; style = """ .notejot-sidebar-dbg-%d { - background: mix(%s, @theme_base_color, 0.5); + background: mix(%s, @theme_bg_color, 0.5); + border: 1px solid @borders; border-radius: 9999px; } .notejot-action-%d { - background: mix(@theme_base_color, %s, 0.1); + background: mix(@theme_bg_color, %s, 0.06); border-bottom: 1px solid @borders; } - .notejot-stack-%d { - background: mix(@theme_base_color, %s, 0.1); - } .notejot-stack-%d .notejot-bar { - background: mix(@theme_base_color, %s, 0.1); - } - .notejot-action-%d:backdrop { - opacity: 0.66; - } - .notejot-stack-%d:backdrop { - opacity: 0.66; - } - .notejot-stack-%d:backdrop .notejot-bar { - opacity: 0.66; - } - .notejot-stack-%d box { - border-image-width: 0; + background: mix(@theme_bg_color, %s, 0.06); } .notejot-tview-%d text { - background: mix(@theme_base_color, %s, 0.1); + background: mix(@theme_base_color, %s, 0.06); } """.printf( uid, color, @@ -156,12 +142,6 @@ uid, color, uid, - color, - uid, - uid, - uid, - uid, - uid, color ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/notejot-3.1.4/src/Widgets/TextField.vala new/notejot-3.1.6/src/Widgets/TextField.vala --- old/notejot-3.1.4/src/Widgets/TextField.vala 2021-09-08 23:13:39.000000000 +0200 +++ new/notejot-3.1.6/src/Widgets/TextField.vala 2021-09-25 01:29:02.000000000 +0200 @@ -24,7 +24,7 @@ this.win = win; this.editable = true; this.set_can_focus (true); - this.left_margin = this.right_margin = this.top_margin = 20; + this.left_margin = this.right_margin = this.top_margin = this.bottom_margin = 20; this.wrap_mode = Gtk.WrapMode.WORD_CHAR;