User Details
- User Since
- Apr 18 2015, 6:08 AM (157 w, 4 d)
- Availability
- Available
Yesterday
Sun, Apr 22
Thu, Apr 19
Yeah, sorry, it would actually build, but it wouldn't do what you wanted.
Yes, that's what I had in mind. But please make it build (MinimalVolume in header vs minimalVolume in source).
.h
static const int NormalVolume;
Wed, Apr 18
Fri, Apr 13
I don't see why this is called DefaultZoomManager when it doesn't change default zoom, but it changes current zoom for pages.
Thu, Apr 12
Wed, Apr 11
Tue, Apr 10
Sun, Apr 8
I've made some changes that I wrote about in last comment.
Fri, Apr 6
Either we should compare the contents of OpenSearch xml file to check if two search engines are the same (but those xml files are not stored in Falkon), or check the URL from which the OpenSearch file was downloaded (not stored either, but is easier to do).
Thu, Apr 5
It doesn't necessarily mean that two search engines are identical if they have same name.
Wed, Apr 4
I agree with Nicolas, if you want to use this library in KDE Connect asap, then it should be released as a standalone library first. I will go over the API and make changes where needed by the end of this week and then it should be ready I think.
After that, the boring work will have to be done for the first frameworks release.
Tue, Apr 3
I've updated the wiki page. The last thing is manifesto compliance, can we check this and finish the incubation?
Mon, Apr 2
Sat, Mar 31
Asserts when trying to drop bookmark on free space at the end of toolbar.
Fri, Mar 30
Do you have any more API changes in mind?
Can you please describe what is the issue there? Better commit message should be enough.
Thu, Mar 29
Just link errors, fixed now. Maybe we should just build static library for tests, like NetworkManagerQt is doing.
I was trying to get rid of the maps.h by replacing it with a QMap, but it proved tough. Is there any reason for the API user to know the indices? If not, a QList should be sufficient.
Wed, Mar 28
Yes, it doesn't make sense here - it should stay only in plasma-pa. Removed now.
Alright, would be great if you push only code that builds. I know that it is very very WIP, but still. Also please follow KDE code style (eg. Pointer *d, not Pointer* d) and fix your text editor to strip trailing whitespace (git will also highlight this in diff).