Update from original repository - #1
Open
nobios wants to merge 356 commits into
Open
Conversation
…ma change and connection update
Allow to build and install two different profiles of the app configurable during the build configuration by passing the profile arg
* library sidebar: replace flowbox with a listbox * library item: remove uneeded margin
…e quickly clicking between connections, missing single clicks, and not reordering inline while expanding the library sidebar
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/
Updated by "Update PO files to match POT (msgmerge)" add-on in Weblate. Translation: Sequeler/Metainfo Translate-URL: https://hosted.weblate.org/projects/sequeler/metainfo/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/
Updated by "Update PO files to match POT (msgmerge)" add-on in Weblate. Translation: Sequeler/Metainfo Translate-URL: https://hosted.weblate.org/projects/sequeler/metainfo/
Currently translated at 100.0% (140 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/ja/
Currently translated at 100.0% (140 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/et/
Currently translated at 100.0% (140 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/pl/
Currently translated at 100.0% (140 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/es/
Currently translated at 100.0% (140 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/ta/
Currently translated at 100.0% (140 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/ta/
Currently translated at 100.0% (140 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/ru/
Currently translated at 95.0% (133 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/ar_EG/
Currently translated at 98.5% (138 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/ar_EG/
Currently translated at 96.4% (135 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/ca/
Currently translated at 100.0% (140 of 140 strings) Translation: Sequeler/Translations Translate-URL: https://hosted.weblate.org/projects/sequeler/translations/tr/
* Re-RDNN to io.github.ellie_commons.sequeler * Remove no longer useful DConf migrate path
Fixes the following build error:
In file included from ../../src/include/postgres_fe.h:25,
from config_info.c:20:
../../src/include/c.h:317:23: error: ‘bool’ cannot be defined via ‘typedef’
317 | typedef unsigned char bool;
| ^~~~
../../src/include/c.h:317:23: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../../src/include/c.h:317:1: warning: useless type name in empty declaration
317 | typedef unsigned char bool;
| ^~~~~~~
Also remove "-Wno-error=incompatible-pointer-types" that no longer
needed thanks to update
Fixes the following build error:
Cloning into '/home/user/work/tmp/sequeler/.flatpak-builder/build/mariadb-6/storage/columnstore/columnstore/utils/libmarias3/libmarias3'...
Submodule path 'utils/libmarias3/libmarias3': checked out '32b94fff37962aafc89884935addb2d656bdc750'
CMake Error at CMakeLists.txt:17 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
Fixes the following build error:
gcc -o lemon ./lemon.c
./lemon.c:652:6: error: conflicting types for ‘FindRulePrecedences’; have ‘void(struct lemon *)’
652 | void FindRulePrecedences(struct lemon *xp)
| ^~~~~~~~~~~~~~~~~~~
./lemon.c:73:6: note: previous declaration of ‘FindRulePrecedences’ with type ‘void(void)’
73 | void FindRulePrecedences();
| ^~~~~~~~~~~~~~~~~~~
Because build stucks at the following message:
make[2]: Entering directory '/run/build/libgda/libgda-ui'
CCLD libgda-ui-5.0.la
GISCAN Gdaui-5.0.gir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.