aoloe
Repos
311
Followers
33
Following
2

Events

add a first version of the github tutorial and update the script for creating the pdf

the missing permutation

Created at 2 weeks ago

#16907: prevent insertion of tabulators on ruler before start of frame

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25327 11d20701-8431-0410-a711-e3c959e3b870

#16907: prevent insertion of tabulators after end of frame

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25329 11d20701-8431-0410-a711-e3c959e3b870

ScDockPalette: cleanup + do not assume screen top left coordinate is (0, 0)

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25332 11d20701-8431-0410-a711-e3c959e3b870

ScImgDataLoader_PS: code cleanup

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25334 11d20701-8431-0410-a711-e3c959e3b870

Created at 2 weeks ago

Update to some base text files

git-svn-id: svn://scribus.net/trunk/Scribus@25324 11d20701-8431-0410-a711-e3c959e3b870

JPEG XL: Add in very rudimentary 8 bit JPEG XL support based on reference code from libjxl. Added libjxl as dependency, if found, cmake adds support. Needs LOTS of work to be useful, support 16 bit, exif, etc.

git-svn-id: svn://scribus.net/trunk/Scribus@25325 11d20701-8431-0410-a711-e3c959e3b870

Add sample Scribus icon in JPEG XL format

git-svn-id: svn://scribus.net/trunk/Scribus@25326 11d20701-8431-0410-a711-e3c959e3b870

#16907: prevent insertion of tabulators on ruler before start of frame

git-svn-id: svn://scribus.net/trunk/Scribus@25328 11d20701-8431-0410-a711-e3c959e3b870

#16907: prevent insertion of tabulators after end of frame

git-svn-id: svn://scribus.net/trunk/Scribus@25330 11d20701-8431-0410-a711-e3c959e3b870

ScDockPalette: cleanup + do not assume screen top left coordinate is (0, 0)

git-svn-id: svn://scribus.net/trunk/Scribus@25331 11d20701-8431-0410-a711-e3c959e3b870

ScDockPalette: fix one more assumption that screen top left coordinate is (0, 0)

git-svn-id: svn://scribus.net/trunk/Scribus@25333 11d20701-8431-0410-a711-e3c959e3b870

ScImgDataLoader_PS: code cleanup

git-svn-id: svn://scribus.net/trunk/Scribus@25335 11d20701-8431-0410-a711-e3c959e3b870

Fix build error

git-svn-id: svn://scribus.net/trunk/Scribus@25336 11d20701-8431-0410-a711-e3c959e3b870

git-svn-id: svn://scribus.net/trunk/Scribus@25337 11d20701-8431-0410-a711-e3c959e3b870

Created at 2 weeks ago
issue comment
Top right Badge does not work correctly around a CircleAvatar

perfect, thanks!

Created at 3 weeks ago

serarch by item name

Created at 3 weeks ago
issue comment
Top right Badge does not work correctly around a CircleAvatar

sorry @darshankawar i don't think i'm ok with upgrading my only flutter installation to master.

but i will be happy to test it as soon as the fix will be merged into the next release.

but i would need a notice that it's time to test it, since i don't follow the flutter's commit logs.

on the other side, for somebody who has the master installed, it should be easy to copy paste the snippet above and post a screenshot of the result : - )

Created at 3 weeks ago

#16890: ensure Colors and Fills dialog data tree is large enough to show around 20 characters

git-svn-id: svn://scribus.net/trunk/Scribus@25316 11d20701-8431-0410-a711-e3c959e3b870

#16890 : allow Colors and Fills dialog to remember its size

git-svn-id: svn://scribus.net/trunk/Scribus@25317 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/trunk/Scribus@25319 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/trunk/Scribus@25321 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/trunk/Scribus@25323 11d20701-8431-0410-a711-e3c959e3b870

Created at 3 weeks ago

#16890: ensure Colors and Fills dialog data tree is large enough to show around 20 characters

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25314 11d20701-8431-0410-a711-e3c959e3b870

#16890 : allow Colors and Fills dialog to remember its size

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25315 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25318 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25320 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25322 11d20701-8431-0410-a711-e3c959e3b870

Created at 3 weeks ago
issue comment
Top right Badge does not work correctly around a CircleAvatar

additional information:

flutter --version
Flutter 3.7.5 • channel stable • https://github.com/flutter/flutter.git
Framework • revision c07f788888 (2 days ago) • 2023-02-22 17:52:33 -0600
Engine • revision 0f359063c4
Tools • Dart 2.19.2 • DevTools 2.20.1
Created at 3 weeks ago
opened issue
Top right Badge does not work correctly around a CircleAvatar

the expected result is something like this:

image

the actual result is

image

(the expected result is achieved by manually setting the values for the alignment: const AlignmentDirectional(20, 0))

Badge.count(
  alignment: AlignmentDirectional.topEnd,
  // alignment: const AlignmentDirectional(20, 0),
  count: 10,
  backgroundColor: Colors.black26,
  child: CircleAvatar(
	backgroundColor: player.color,
	foregroundColor: Colors.white,
	child: Text('A')
  ),
),

Created at 3 weeks ago

Bump copyright year and about date

git-svn-id: svn://scribus.net/trunk/Scribus@25305 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup: Don't clear empty things

git-svn-id: svn://scribus.net/trunk/Scribus@25307 11d20701-8431-0410-a711-e3c959e3b870

Revert part of previous commit: some of removed clear() calls where related to class members

git-svn-id: svn://scribus.net/trunk/Scribus@25308 11d20701-8431-0410-a711-e3c959e3b870

Created at 1 month ago

Bump about date and copyright year

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25306 11d20701-8431-0410-a711-e3c959e3b870

Updates to Authors and Building file for future 1.6.0 release

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25309 11d20701-8431-0410-a711-e3c959e3b870

Update Mac building instructions in the specif readme file

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25310 11d20701-8431-0410-a711-e3c959e3b870

Update LINKS file

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25311 11d20701-8431-0410-a711-e3c959e3b870

Updated packaging file

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25312 11d20701-8431-0410-a711-e3c959e3b870

Update scribus.appdata.xml.in

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25313 11d20701-8431-0410-a711-e3c959e3b870

Created at 1 month ago

python implementation of pearls necklace

...

Merge pull request #26 from aoloe/pearl-necklace

python implementation of pearls necklace

Poseidon Ice Cubes: add Haskell

Poseidon Ice Cubes: add Prolog

format Purloined Algorithm

Create Across_The_Ocean_Solution

A solution for Across The Ocean Story Ch.1 using JavaScript

Signed-off-by: Samantha Randolph 107651931+srandolph2@users.noreply.github.com

Update Organ_Or_Love_Story.md

Signed-off-by: roseTech 110260001+roseTech@users.noreply.github.com

Add files via upload

Signed-off-by: roseTech 110260001+roseTech@users.noreply.github.com

Rename image

Adjust frontmatter

Add links

Merge pull request #27 from srandolph2/patch-1

Create Across_The_Ocean_Solution

Update frontmatter of all stories

Antheias Garden: erlang

Rename picture

Fix file names

Update Links

Add images (copied from storycoder.dev wordpress)

Picture -> Image

Created at 1 month ago
issue comment
upload travis appimages and dmg to bintray

well, i think that the issue is here that one year ago the team decided to branch out 1.7 and start the release process for 1.6...

one year later, we're still seeing that 1.5.9svn .

for sure, i will not rename the repository to 1.5.9! the real solution is to finally release a new stable release 1.6. (since nobody who is sane is still using 1.4...)

btw, this ticket is about uploading the builds to bintray (and avoid them to be deleted after a few days), not about generating the builds or any other topics...

Created at 1 month ago

one less week of sportferien

Created at 1 month ago
issue comment
upload travis appimages and dmg to bintray

for 1.6svn, appimages are get built from https://gitlab.com/scribus/scribus16 . i will probably stop building them until we a workflow for 1.7 and / or 1.6 is released as stable.

Created at 1 month ago

Code cleanup

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25279 11d20701-8431-0410-a711-e3c959e3b870

#16878: File selection dialog box always reverts to small size

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25280 11d20701-8431-0410-a711-e3c959e3b870

#16703: Internal page links not updated on page copy

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25282 11d20701-8431-0410-a711-e3c959e3b870

#16901: Add in currentPageNumberforSection for Scripter

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25286 11d20701-8431-0410-a711-e3c959e3b870

Fix number formats duplication in document sections prefs

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25288 11d20701-8431-0410-a711-e3c959e3b870

MSVC projects: sort *.vcxproj.filters files

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25291 11d20701-8431-0410-a711-e3c959e3b870

#16905: Backport fix for potential crash which does not occur in Qt5 by luck

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25293 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25294 11d20701-8431-0410-a711-e3c959e3b870

lib2geom: fix include guards

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25296 11d20701-8431-0410-a711-e3c959e3b870

Add base class for a dialog which can remember its size

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25298 11d20701-8431-0410-a711-e3c959e3b870

Remove some useless code now that we require Qt >= 5.14

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25300 11d20701-8431-0410-a711-e3c959e3b870

#16906: Fix Adobe .acb palettes import and make it more robust against broken .acb files

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25301 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25303 11d20701-8431-0410-a711-e3c959e3b870

Created at 1 month ago

Code cleanup

git-svn-id: svn://scribus.net/trunk/Scribus@25278 11d20701-8431-0410-a711-e3c959e3b870

#16878: File selection dialog box always reverts to small size

git-svn-id: svn://scribus.net/trunk/Scribus@25281 11d20701-8431-0410-a711-e3c959e3b870

#16703: Internal page links not updated on page copy

git-svn-id: svn://scribus.net/trunk/Scribus@25283 11d20701-8431-0410-a711-e3c959e3b870

#16901: Add function to get page number for the current page's section. Add alias for currentPageNumber.

git-svn-id: svn://scribus.net/trunk/Scribus@25284 11d20701-8431-0410-a711-e3c959e3b870

Fix copy paste error

git-svn-id: svn://scribus.net/trunk/Scribus@25285 11d20701-8431-0410-a711-e3c959e3b870

Ugh fix new typo

git-svn-id: svn://scribus.net/trunk/Scribus@25287 11d20701-8431-0410-a711-e3c959e3b870

Fix number formats duplication in document sections prefs

git-svn-id: svn://scribus.net/trunk/Scribus@25289 11d20701-8431-0410-a711-e3c959e3b870

MSVC projects: sort *.vcxproj.filters files

git-svn-id: svn://scribus.net/trunk/Scribus@25290 11d20701-8431-0410-a711-e3c959e3b870

#16905: Crash when creating a tab in the horizontal ruler

git-svn-id: svn://scribus.net/trunk/Scribus@25292 11d20701-8431-0410-a711-e3c959e3b870

git-svn-id: svn://scribus.net/trunk/Scribus@25295 11d20701-8431-0410-a711-e3c959e3b870

lib2geom: fix include guards

git-svn-id: svn://scribus.net/trunk/Scribus@25297 11d20701-8431-0410-a711-e3c959e3b870

Add base class for a dialog which can remember its size

git-svn-id: svn://scribus.net/trunk/Scribus@25299 11d20701-8431-0410-a711-e3c959e3b870

#16906: Fix Adobe .acb palettes import and make it more robust against broken .acb files

git-svn-id: svn://scribus.net/trunk/Scribus@25302 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/trunk/Scribus@25304 11d20701-8431-0410-a711-e3c959e3b870

Created at 1 month ago
issue comment
Use a more readable color for "Output" view stderr text in the "Light (Arduino)" theme

on top of the error text being unreadable, the light theme should provide a light output terminal, not a dark one.

Created at 1 month ago

avoid creating an empty line at the end of the toc

Created at 1 month ago

document the attributes for the style names

Created at 1 month ago

optionally get the toc and heading styles from the frame attributes; ensure that the styles exist before using them

Created at 1 month ago

sort the text frames by their position on the page

Created at 1 month ago

support linked frames

Created at 2 months ago

avoid using match case for now; fix the switched README.md

Created at 2 months ago

create a python only TOC; move the previous one to the toc-attributes folder

Created at 2 months ago

#16897: minor correction

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25268 11d20701-8431-0410-a711-e3c959e3b870

#16899: No document icon is installed on Linux

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25270 11d20701-8431-0410-a711-e3c959e3b870

#16899: Add document icon for 16x16, 32x32, 128x128 and 256x256 resolution

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25272 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25274 11d20701-8431-0410-a711-e3c959e3b870

#16902: Cannot export - save as image when active layer is locked

git-svn-id: svn://scribus.net/branches/Version15x/Scribus@25276 11d20701-8431-0410-a711-e3c959e3b870

Created at 2 months ago

#16897: minor correction

git-svn-id: svn://scribus.net/trunk/Scribus@25269 11d20701-8431-0410-a711-e3c959e3b870

#16899: No document icon is installed on Linux

git-svn-id: svn://scribus.net/trunk/Scribus@25271 11d20701-8431-0410-a711-e3c959e3b870

#16899: Add document icon for 16x16, 32x32, 128x128 and 256x256 resolution

git-svn-id: svn://scribus.net/trunk/Scribus@25273 11d20701-8431-0410-a711-e3c959e3b870

Code cleanup

git-svn-id: svn://scribus.net/trunk/Scribus@25275 11d20701-8431-0410-a711-e3c959e3b870

#16902: Cannot export - save as image when active layer is locked

git-svn-id: svn://scribus.net/trunk/Scribus@25277 11d20701-8431-0410-a711-e3c959e3b870

Created at 2 months ago

detect multiple toc attributes per frame

Created at 2 months ago