User Details
- User Since
- Dec 15 2019, 9:44 AM (279 w, 3 d)
- Availability
- Available
Apr 29 2020
@drosca can you check this once.
Apr 11 2020
keyword gets updated in the bookmark widget and organize bookmarks.
Apr 9 2020
fix the size of bookmark widget.
Update Placeholder
Apr 7 2020
Mar 8 2020
@SGOrava can you please review this.
Feb 22 2020
@drosca sorry for the delay.
remove redundant code and add fill for email.
Feb 20 2020
it looks if there is no name tag specified in the input tag, then we need to look for placeholder and I am filling the first part of the vector to username and the second to password.
anyways I will update the patch now.
Feb 17 2020
Feb 16 2020
Feb 7 2020
@drosca it's building and working for me,
and I changed the files according to your suggestions
Feb 1 2020
Jan 29 2020
add translator and change name of function.
Jan 28 2020
@SGOrava done. This is what you suggested right.
show notification only once.
@SGOrava with the changes that I did now, the user gets a notification only when he clicks "remember", "update" etc right. I which case he will get only one notification.
Jan 27 2020
fix space issue.
fix space issue
done @SGOrava , is this fine.
remove QMessagebox and use desktop notifications to show notification
I actually didn't know what to use exactly and I thought that by using a message box we can also make the user click the close button in which there is a high probability that he will read. the message.
@alukichev done.
created a function for showing the prompt, the previous one was full of unwanted lines
@alukichev sorry, I know this is a bad mistake, will change asap and not repeat it again.
Thanks :)
@SGOrava is this fine.
Sorry for making the previous patch a redundant one, I hope this one fixes the issue when KWallet is disabled,
when KWallet is disabled and password is tried to save falkon prompts the user to enable KWallet.
sorry for this, even I thought the same but since it was discussed that it was better than nothing, I did this, if this is not good I am happy with that too.
can I close this, or do you suggest any changes?
Jan 24 2020
remove unnecessary warning and clear white space issues.
Jan 23 2020
SGOrava, changes are made in all the functions described.
updated the given functions to check for the m_wallet instance.
@SGOrava can you please review this.
add new line.
updated with the suggested changes.
add return and condition to check m_wallet
Jan 7 2020
@mgallien I would like to work on this issue if proper guidelines are given where to start.
Jan 1 2020
I am afraid I couldn't reproduce the issue, actually the minimum window size is fixed(with playlist bar visible) and I can't minimize it further to see if the playlist bar is missing.
Is there anything more I should do to reproduce this issue.
Dec 30 2019
@mgallien @ngraham Can you please look into this https://invent.kde.org/kde/elisa/merge_requests/56
Dec 24 2019
Hello @ngraham ,
I tried using that but the property change is not getting recognised, can you help me to get where the tracks change can be figured out
Dec 20 2019
I was able to do this for adding the animations for the remainingTracks label
PropertyAction { target: remainingTracksLabel; property: "text" onPropertyChanged: ColorAnimation { from: "white" to: "black" duration: 200 } }
Can I please know if this is how it sould be done.
Dec 17 2019
Dec 15 2019
can I have the documentation for elisa, I couldn't find it anywhere
Hello, I am new to this community, I have made some simple applications using Qt.
I would really like to try out this issue if anyone else is not working on it.