Re: [Basket-devel] Blank configure window

2013-07-23 Thread Gleb Baryshev
Hi Manasij, For me it shows ok, compiled both for KDE 4.10 and earlier versions. What is the system you are running (distro, Qt and KDE version)? Best regards, Gleb On 07/22/2013 03:59 PM, Manasij Mukherjee wrote: Hi everyone, I have compiled the version of basket at the master branch in [

[Basket-devel] Non-ASCII text storage

2013-10-26 Thread Gleb Baryshev
Hi all, I was fixing search through the notes with non-Latin text and have found out that it was actually stored as HTML character codes (e.g. #1084;#1072;). I had to remove this conversion and everything seems to work, but I wonder why this was introduced. So it would be great if those who

Re: [Basket-devel] Non-ASCII text storage

2013-10-29 Thread Gleb Baryshev
Ok, in that case we should try setting utf-8 encoding in meta tag. 29.10.2013 00:09, Amir Pakdel wrote: Hi all, The reason is that since basket does not save encoding information in its files, if you backup your data on a machine and then restore them on another machine with a different

Re: [Basket-devel] [PATCH] disappearing empty HtmlEditor

2013-11-17 Thread Gleb Baryshev
I suspect I fixed this in the commit https://github.com/gl-bars/basket/commit/647b7368600ec191bfe8440e831543cf97797f0d#diff-02a5c822dac3211b227f53f928b2ef67 (see branch basket-gleb), Auto-remove empty notes. Is this the same issue that you're fixing? Regards, Gleb

Re: [Basket-devel] Who's working on what?

2014-03-10 Thread Gleb Baryshev
Hi Kevin, I've been working on Basket occasionally for the last few months, you can check the branch basket-gleb (https://github.com/gl-bars/basket/tree/basket-gleb) for the latest version. Note search is working now for me; I was about to release a bugfix version but I got a bit stuck with

Re: [Basket-devel] Who's working on what?

2014-03-12 Thread Gleb Baryshev
Glad to see some folks in the list! Lionel, thank you for the great job - I remember when I moved to KDE 4 Basket was already working there :) I cleaned up remaining Qt3/KDE3 support last year, so that Basket executable isn't linked to those libraries. Kevin, good luck with OneNote import!

Re: [Basket-devel] Windows Port

2014-06-08 Thread Gleb Baryshev
08.06.2014 09:40, Mariusz Wojcik wrote: Hey Gleb, I'm glad you're planning to continue bugfixing the Qt4 version. Regarding the windows build I couldn't made progress with building KDE with MinGW. I will try compile it using the MSVC Compiler. For now I have looked into TextArea of the

Re: [Basket-devel] Windows Port

2014-06-12 Thread Gleb Baryshev
hi all, just a few comments from my side 11.06.2014 17:10, kevin wrote: Hi, I'm been slowly trying to write an importer from OneNote into Basket. That's caused me to have to understand the basket files. I've made some notes and I'll put that at the bottom of this post to help you and anyone

Re: [Basket-devel] Windows Port

2014-06-14 Thread Gleb Baryshev
12.06.2014 22:56, Mariusz Wojcik wrote: I tried it now without compiling KDE. I compiled Basket successfully but the binary doesn't work. Here I have a backtrace: Mariusz, can you give us your pimo.cpp? I wonder at which place it actually fails. Or you can try removing HAVE_NEPOMUK from

Re: [Basket-devel] Basket Windows build is now available

2014-06-25 Thread Gleb Baryshev
19.06.2014 00:22, Mariusz Wojcik wrote: I don't see basket.exe file, have you forgotten to include it? ;) No, I didn't know that my magic spell hadn't worked ;-). [Here](http://1drv.ms/1nki2Xm) is the new version with the basket binary in it. Good! But I can see that the tag icons are missing

[Basket-devel] Basket repository change

2014-08-03 Thread Gleb Baryshev
Hello, Repo ownership has been moved to an organization and new address is: https://github.com/basket-notepads/basket . Now main development branch is master. Besides, I have started porting Basket to KDE Frameworks 5. It's not completed yet, but I'll be not able to work on this during

Re: [Basket-devel] What is the last branch that contains qt3 code classes? Currently building 1.0.3.1.

2014-08-13 Thread Gleb Baryshev
Hi, I think the KDE3 branch was called maint; I had some errors when I tried to build it for Trinity a while ago. Right now I don't have a possibility check the exact point in time when the move to KDE4 was commited - sorry - you probably have to check it yourself. Please share your results with

Re: [Basket-devel] Basket-qt5

2014-10-04 Thread Gleb Baryshev
Hi Keelan, That's nice work! We should eventually merge the developments into main basket branch. I've also started Qt5/KF5 port (https://github.com/basket-notepads/basket/tree/kde5port) but it is not in compilable state yet. Regards, Gleb 02.10.2014 10:25, Keelan Fischer wrote: Hi all,

Re: [Basket-devel] Basket-qt5

2015-02-23 Thread Gleb Baryshev
21.02.2015 17:47, Tim Price wrote: Hey, I would like to help out with the development of basket. Keelan or Gleb, are you still working on it? -Tim Hi, I've been working on KDE 5 port recently, you can see the things still to be done here:

Re: [Basket-devel] Assistance

2015-05-04 Thread Gleb Baryshev
03.05.2015 19:55, Robert Charbonneau wrote: Hi Gleb, I'm certainly interested in assisting to finish the port. Syncing up with the current library versions seems like the obvious first step. A few things about me: - Software developer for 21 years, mostly web (Java/C#/PHP/RoR) but did

Re: [Basket-devel] libgit2

2015-05-04 Thread Gleb Baryshev
04.05.2015 23:53, Robert Charbonneau wrote: I did a bit of reading and found the following: http://stackoverflow.com/questions/27998122/libgit2-and-qt-error I tried adding git_libgit2_init(); prior to your call to git_threads_init() in Application::Application() but I still get this error.

Re: [Basket-devel] Assistance

2015-05-03 Thread Gleb Baryshev
02.05.2015 02:01, Robert Charbonneau wrote: Hi folks, Long time software developer with some understanding of Qt, interested in helping out. I've been using Basket for quite some time and Valorie Zimmerman pointed me this way. Is there anything I can do to help? (And please be patient

Re: [Basket-devel] libgit2

2015-05-06 Thread Gleb Baryshev
components. On 05/05/2015 07:40 AM, Robert Charbonneau wrote: On May 5, 2015 08:33:55 AM Gleb Baryshev wrote: 04.05.2015 23:53, Robert Charbonneau wrote: I did a bit of reading and found the following: http://stackoverflow.com/questions/27998122/libgit2-and-qt-error I tried adding

Re: [Basket-devel] libgit2

2015-05-06 Thread Gleb Baryshev
06.05.2015 18:53, Robert Charbonneau wrote: Yup, I do have a Github account. If you wish, create a pull request with libgit2 init fixes, or I can just commit those myself. I noticed the configuration dialog isn't present yet for the application so maybe I'll work at getting that ported in

Re: [Basket-devel] libgit2

2015-05-09 Thread Gleb Baryshev
06.05.2015 22:53, Gleb Baryshev wrote: 06.05.2015 18:53, Robert Charbonneau wrote: I noticed the configuration dialog isn't present yet for the application so maybe I'll work at getting that ported in and then reorganize for new options. Will fork today and start playing. Thanks Gleb

Re: [Basket-devel] Possiblity to integrate Basket into non KDE application?

2015-05-09 Thread Gleb Baryshev
07.05.2015 12:13, Bernhard Jung wrote: Hi, would it be possible to integrate Basket in a cross platform Qt 4 or 5 application (Mac, Linux, Windows)? To give you the whole picture: I'm developing a character generator for a DD like role playing game. Some users play over the internet, using

Re: [Basket-devel] Need help with configuring basket

2015-08-10 Thread Gleb Baryshev
10.08.2015 20:48, Qaz wrote: Hi! How do I configure Basket to be organized in a column instead of being free-form (the setting by default in version 2.10-beta) all at once? Not having to go through each of the baskets? Thanks! Hi! I'm afraid there is no such functionality. I believe though

Re: [Basket-devel] Basket 1.81 Issues in Plasma/FW5

2016-11-17 Thread Gleb Baryshev
Hi David, Please note that the latest Basket version is 2.10 (someone needs to package it for Arch) and some of the old bugs are already fixed. So you could build the latest Basket from source and see how it works for you. You can check https://launchpad.net/basket/+download and

[Basket-devel] Basket 2.11 is coming out soon

2016-12-08 Thread Gleb Baryshev
Hi, I'm glad to announce that new Basket release for KDE 4 is essentially ready. If no new bugs are found, it's likely to be released next week. Users are welcome to build git version and test enhancements made, the main two of which are: * new feature - Version Sync. It is initial

Re: [Basket-devel] Basket 2.11 is coming out soon

2016-12-09 Thread Gleb Baryshev
09.12.2016 00:17, Luigi Toscano wrote: > Thanks for the notice; could you please update the pot template file and the > po files with extract-messages? There are few modified and new messages. > I can send a pull request for that (I need anyway to send one for the Italian > translations). > > Ciao

Re: [Basket-devel] Unable to open baskets after changing backup folder

2017-09-09 Thread Gleb Baryshev
If the problem is still not solved, please provide more details: 1. What is the version of Basket? 2. Did you use tar.gz backup or Move to another folder? 3. Do you now have baskets with no notes or empty basket tree? 4. Check the contents of basket data folder (see Backup & Restore dialog,

[Basket-devel] Basket 2.49-beta released

2019-02-27 Thread Gleb Baryshev
Hi all, Happy to announce that 2.49-beta was released! It is based on 2.49-alpha (with some improvements) and is using KDE Frameworks 5. Note that git branches have been swapped: master became kde4 and kde5port became master. You will need to do git hard reset to pull the new master (or