Giter VIP home page Giter VIP logo

gjiten's People

Stargazers

Nicolas Raoul avatar  avatar

Watchers

 avatar DarkTrick avatar

gjiten's Issues

worddict: japanese search using a pattern

Using a pattern in japanese search will help finding Kanji compounds.

For example, let's pretend I am searching for the compound "艶福家 (えんぷくか) (n) ladies' man; "
and that I only know the last kanji 家 (いえ, or in this case か).

Searching 家 with the option "End With Expression" will return 472 results.

Using a pattern we could search for "3 kanji with the last kanji 家" with a pattern like
"??家" which would return a lot less results

event better, if I know some key in the second kanji, we could search for a pattern like
"?!田口!家" (first kanji unknow, second kanji with 2 know keys, third kanji 家)which would probably return one (or a few) result.

worddict: limit search result option' spin button is too wide

the spin button to adjust search limit takes a lot of width
it seems to be the fault of the adjustement itself rather than the spin button as the following modification fixe the UI (and obviously break the spin button behaviour)

// wordDic->spinb_searchlimit = gtk_spin_button_new(GTK_ADJUSTMENT(spinb_searchlimit_adj), 1, 0);
wordDic->spinb_searchlimit = gtk_spin_button_new(NULL, 1, 0);

autoconf.ac error with po/Makefile.in

Line 62 :

AC_CONFIG_FILES([ Makefile
pixmaps/Makefile
rpm/gjiten.spec
src/Makefile
data/Makefile
help/Makefile
po/Makefile.in <- raise error cannot found po/Makefile.in
po/Makefile
gnome/Makefile
help/C/Makefile
help/ja/Makefile
dicfiles/Makefile
])

Dark theme and hilighted result

In the search result, the blue hilighted color blend with a dark background. Add option to change this color to another or detect dark theme and update the default color

preference: large font selection font selector is broken

This is an old bug present in the original gjiten. When selecting a font for 'large result' the selected font familly is append in the select font button and not in the text entry.
Manually typing the desired font in the text entry is at the moment the only way to select a large font

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.