


Graphic Apps by einar77 46 comments

Graphic Apps by einar77 46 comments
Which means that I'll have to make some internal adjustments to support them. - Jan 03 2013

Graphic Apps by einar77 46 comments

Graphic Apps by einar77 46 comments
without the need to register at the boards.
It is the same in Danbooru Client. Username and password are optional (as the text in the edit boxes says)
Quote:2. It has a much greater number of board to search
through out of the box.
I need people to provide me with links, as I put i only the ones I know and visit semi-regularly (and some, like Danbooru, just broke their API...).
Quote: 3. Batch downloader with ability to specify how
the files are named
As In templates for download? This is possibly doable, just a not high in my TODO list (currently focusing on making the UI better). - Jan 02 2013

Graphic Apps by einar77 46 comments

Graphic Apps by einar77 46 comments

Graphic Apps by einar77 46 comments
As the code in git is in a *real* state of flux, I'll have to cook up a patch for you.
Ping me in a few days if I don't respond. - Sep 30 2012

Plasma 4 Extensions by Psifidotos 73 comments
I've been testing it briefly, but there are some small issues with current KDE git master (to be 4.10): the help text in the guided tour is very small, and when the plasmoid is open, I can "drag" the contents outside of itself, ending up with an empty frame.
I'll try to post screenshots later. - Aug 28 2012

Plasma 4 Extensions by JustinBuser 39 comments

Plasma 4 Extensions by JustinBuser 39 comments
Also I would suggest moving all signals/slots from C++ style to Python style. - May 05 2012

Plasma 4 Extensions by grulja 63 comments
1. Add the calendar to the desktop
2. Reduce the height of the plasmoid using the handle
3. It is not possible to reduce the height past a certain point (very close to the default height)
In other words, the minimum height of the plasmoid is somewhat large and you cannot reduce it below that. - Apr 17 2012

Plasma 4 Extensions by grulja 63 comments

Plasma 4 Extensions by grulja 63 comments

Plasma 4 Extensions by alexoleshkevich 4 comments

Plasma 4 Extensions by alexoleshkevich 4 comments
Alternatively, these could be added to kapptemplate. - Feb 10 2012

Graphic Apps by einar77 46 comments

Graphic Apps by einar77 46 comments
Thanks for reporting! - Sep 26 2011

Graphic Apps by einar77 46 comments

Various KDE Stuff by specialworld83 8 comments

Various KDE Stuff by specialworld83 8 comments
If I run it without hacking the CMake file, I get
-- checking for module 'ibus-1.0'
-- found ibus-1.0, version 1.3.8
-- Could NOT find IBUS (missing: IBUS_LIBRARIES)
even though I have it, both libibus.so and the development headers installed. If I hack IBUS_LIBRARIES, I get loads of build errors like:
panel.c:34:5: error: unknown type name ‘IBusPanelService’
and so on.
Any ideas? (this is on openSUSE Factory - to be 12.1) - Jun 16 2011

Plasma 4 Extensions by aavci 33 comments
A nice cosmetic change would be having the tooltip with the activity name on hover: I understand that you can do the same by moving the Plasma toolbox away from the corner, but not everyone does that. - Dec 22 2010

Plasma 4 Extensions by aavci 33 comments
This is on a week old trunk. - Dec 17 2010

Plasma 4 Extensions by GDR 60 comments

Plasma 4 Extensions by GDR 60 comments
def download(self, url):
job_url = KUrl(url)
job = KIO.storedGet(job_url)
job.result.connect(self.handle_download)
def handle_download(self, job):
job_data = job.data()
# Do whatever you need with it...
You may also set up flags for not showing operations and so on. You may find examples of KIO usage in my own Danbooru Client: http://gitorious.org/danbooru-client/danbooru-client/blobs/master/danbooru/api.py - Nov 08 2010

Plasma 4 Extensions by GDR 60 comments
A much better solution would be to use KIO.storedGet and connect to the "result" slot to do whatever you need to do. - Oct 26 2010

Plasma 4 Extensions by Ophys 43 comments
- the tarball contains lots of backup fies (~) that need to be removed;
- the tarball contains CMakeCache files that will make building fail if they aren't removed;
- the tarball contains a spurious build directory;
- the config UI layout, at least on 4.5, is too large for a netbook screen (1024x600) and icons and checkboxes look placed around randomly (a layouting bug?): screenshot http://imagebin.ca/view/qwNeBiRb.html - Aug 24 2010

Graphic Apps by einar77 46 comments

Graphic Apps by einar77 46 comments

Graphic Apps by einar77 46 comments

Graphic Apps by einar77 46 comments

Graphic Apps by einar77 46 comments
Now I have to investigate KNotification to finish the work... - Feb 18 2010

Plasma 4 Extensions by mononoke 2 comments

Graphic Apps by einar77 46 comments
For posts, perhaps I can add a text at the center of the tab while they are fetched.
This would provide me some excuse to finally learn about KNotify, I guess... ;) - Jan 22 2010

Graphic Apps by einar77 46 comments
First of all, copy the "danbooru" source folder to your python site-packages dir (in Ubuntu should be /usr/lib/python2.5/site-packages or /usr/lib/python2.6/site-packages; find out which by typing "python -V" at the terminal). Then execute:
sudo ln -s /usr/lib/YOURPYTHONDIR/danbooru/danbooru_client.py /usr/bin/danbooru_client
where YOURPYTHONDIR is the directory you've found out above.
Then, copy the "danbooru_client.desktop" file to the KDE application dir: you can find it by typing
kde4-config --path data
Lastly, create a sub-directory called "danbooru_client" in the same path that the command said, and copy the "logo_resized.png" image that stays in "danbooru/img" there, renaming it "logo.png". Copy also "danbooruui.rc" there (essential or you won't get icons on toolbars).
Run kbuildsycoca4 and then you'll be set. Notice that you need at least the version of PyKDE4 that is shipped with the KDE SC 4.3: I haven't tested with earlier versions. - Jan 02 2010

Plasma 4 Extensions by qwertymaniac 10 comments

Plasma 4 Extensions by imax 8 comments
Is this plasmoid using that? (I haven't looked at the source) - Oct 07 2009