Recent posts

#71
General Discussion / Re: Dependencies solver
Last post by AdmFubar - November 13, 2023, 08:17:21 PM
i dont see what these dependencies  are. can you provide more details?
#72
General Discussion / Dependencies solver
Last post by founder - November 13, 2023, 01:21:30 PM
Organization changes from time to time, but the dependencies of Scribus and Openshot files are a terrible obstacle changing organization.

For example there is

archieve/special.videos/2021-05-27 solar with pictures SLA and OSP files.

I would like to move this to

internet/gemini.pege.org/video/2021-05-27 solar

but dependencies make this very complicate.
There are about 50 such project folders to move.

What about a software checking all SLA and OSP files in the whole file system for dependencies
and solving rename and move problems?
#73
Beginner Talk / Re: Insert image without creat...
Last post by a.l.e - November 12, 2023, 09:27:26 AM
you also have

- extras > picture browser (which you can reach with the keyboard by typing "alt x p")
- insert > frames (which has a terrible UI)

since loading images and text have the same keyboard shortcuts, it's not currently possible to trigger the inserting of the image without a frame already been selected...

probably, having two different shortcuts might be a better solution, but

- "alt f i" is mostly fast enough
- it needs a new concept on how frames are (created and) filled and there is some work to get there...

i don't see changes coming soon to this part of code...
#74
Scripts and Plugins / Re: Add shortcut to a script?
Last post by a.l.e - November 12, 2023, 09:16:20 AM
hi

0015617: custom buttons and shortcut for scripts (the feature request you linked to) does not contain any code that could be merged.

i guess, that a toolbar (with shortcuts) would be easy to implement in some way, and it would be just a bit harder to implement it well.
if somebody (with programming skills) wants to give it a try, i can help.

adding keyboard shortcuts is harder and, probably, currently not possible without some changes in the way scribus defines the shortcuts.
but as you can read in the linked pages, you can use the action search (and a well crafted script name), to start a script with the keyboard (if you're not faster with alt r r s enter to run the latest recent script in the navigation...)

personally, the one thing i'd like to have is 0015579: [PATCH] add user's scripts to the navigation, which has a patch that needs testing (and from what i read, also some feedback on why a specific thing does not work).
i have not touched (nor used) for a while so i don't know what's the state of the patch.
but i can work on it, if somebody joins in...
#75
Beginner Talk / Re: how to add multiple images...
Last post by a.l.e - November 12, 2023, 08:44:39 AM
as far i can tell, you can do that with modern versions of scribus:

- create an image frame,
- got to file > import > get image...,
- select all the image files you want to import (with the same limitation, that they have to be in the same folder),
- click on the selected image frame to place the first image in there.
- click and drag (or shift-click if you have well crafted guides) to place all the other images one after the other ones (the frame will be automatically created).

looks very similar (if not identical) to what you describe...
#76
Beginner Talk / Re: how to add multiple images...
Last post by xolvum - November 12, 2023, 02:04:59 AM
Quote from: PatJr on November 12, 2023, 01:06:01 AMnot that I know of, maybe you or someone could write a script that would do something like that

what you describe doesn't sound much different the dragging and dropping an image onto a page from a file manager to scribus

just tried it, you will need to dittle with the scaling if you don't already have an image frame on the page



thanks i like the script idea since i can do a lot and maybe import more images faster even than the affinity tool.

and yes there will be always manual resizing afterwards since the images are not the same.

maybe i'll share my script when i get it working soon.
#77
Scripts and Plugins / Add shortcut to a script?
Last post by lfpjdop9 - November 12, 2023, 02:03:40 AM
Is anyone aware what stopped this feature request from being merged? It was said that it could allow assigning shortcuts to python scripts.

It would be a really useful feature - I'm trying to assign a shortcut to the "DirectImageImport.py" script.
#78
Beginner Talk / Re: Insert image without creat...
Last post by lfpjdop9 - November 12, 2023, 01:46:40 AM
Oh okay, I found the "DirectImageImport.py" script already. It was shipped with my scribus.

I would welcome adding it to the main "Insert" menu. I find it much more intuitive.

Found it while reading this article: https://hub.packtpub.com/scribus-importing-images/
#79
Beginner Talk / Insert image without creating ...
Last post by lfpjdop9 - November 12, 2023, 01:38:43 AM
Is there a single "Insert Image" action? I could only find a workflow where you have to first create an image frame and then insert an image or drag and drop from the file browser. I'm looking for a:
1. Press shortcut "Insert image"
2. File browser appears
3. You choose an image file.
4. Image appears on the layout.

I'm trying to insert an image in the same way you would when drag and dropping an image from a file manager. Instead of drag and dropping it a file browser would appear in the same way when it appears when you press ctrl+D (Get Image) on an image frame.

I'm trying to avoid creating a frame and then adjusting it to the inserted image. The image has already correct size, so the behavior of drag and drop is desirable. But a single "Insert image" action would be useful.

Is that possible?
#80
Beginner Talk / Re: how to add multiple images...
Last post by PatJr - November 12, 2023, 01:06:01 AM
not that I know of, maybe you or someone could write a script that would do something like that

what you describe doesn't sound much different the dragging and dropping an image onto a page from a file manager to scribus

just tried it, you will need to dittle with the scaling if you don't already have an image frame on the page