summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-02Enable yelp and ghelp: -> help:infirit17-51/+57
2013-05-30Set window icon nameStefano Karapetsas1-0/+1
2013-04-27Merge pull request #15 from stefanct/masterStefano Karapetsas39-154/+154
keyboard shifts again
2013-04-27Sync translations with transifexStefano Karapetsas6-269/+274
2013-04-18Add tooltip mentioning keys to shift buttons again.Stefan Tauner39-154/+154
Also, change them in all translations with the help of find and sed. I am not entirely sure if this is correct for RTL languages like arabic, but it does look similar to the other tooltips :) Commands used: find . -name "*.po" -print | xargs sed -i '{N s/msgid "Shift Left"\n\(.*\)"/msgid "Shift Left [<<]"\n\1 [<<]"/g}' find . -name "*.po" -print | xargs sed -i '{N s/msgid "Shift Right"\n\(.*\)"/msgid "Shift Right [>>]"\n\1 [>>]"/g}'
2013-04-02Fix typo in previous Perberos commitStefano Karapetsas1-2/+2
2013-04-01fix for warning: ‘gtk_vbox_new’ is deprecated on gtk3Perberos1-0/+7
2013-04-01configure.ac:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms ↵Perberos1-2/+3
are deprecated.
2013-04-01src/Makefile.am:6: warning: INCLUDES is the old name for AM_CPPFLAGS (or ↵Perberos1-1/+1
*_CPPFLAGS)
2013-04-01GDK_* to GDK_KEY_* hackPerberos1-4/+19
2013-04-01Bump version to 1.6.0mate-calc-1.6.0Stefano Karapetsas1-1/+1
2013-04-01Sync translations with transifexStefano Karapetsas73-69023/+49228
2013-04-01Add empty ChangeLog to allow build from gitStefano Karapetsas1-0/+2
2013-03-30Merge pull request #14 from rezso/masterStefano Karapetsas1-1/+1
fix --with-gtk option
2013-03-30Update configure.acrezso1-1/+1
2013-03-24Merge branch 'master' of github.com:mate-desktop/mate-calcStefano Karapetsas1-1237/+0
2013-03-24Add transifex configuration fileStefano Karapetsas1-0/+7
2013-03-24Removed ChangeLogSteve Zesch1-1237/+0
2013-03-23Bump version to 1.5.2mate-calc-1.5.2Stefano Karapetsas1-1/+1
2013-03-17Merge pull request #12 from NiceandGently/masterStefano Karapetsas1-2/+3
fix desktop file
2013-03-17Update mate-calc.desktop.inWolfgang Ulbrich1-1/+1
2013-03-17Update mate-calc.desktop.inWolfgang Ulbrich1-2/+3
choose a unique name add generic name remove category MATE
2013-02-13AC_CONFIG_HEADERS to please automake 1.13Marcel Dijkstra1-2/+1
2012-12-03Merge pull request #10 from maxiaojun/masterStefano Karapetsas2-4/+11
support glib 2.30
2012-12-02support glib 2.30Ma Xiaojun2-4/+11
2012-11-24Preparing for 1.5.1 release.mate-calc-1.5.1Steve Zesch1-0/+465
2012-11-24Merge branches 'master' and 'new'Steve Zesch0-0/+0
2012-11-24Reapply shift fix from 7155e47Steve Zesch1-7/+9
2012-11-24Fixed broken undo and clear buttons for financial and programming mode.Steve Zesch2-229/+578
2012-11-24Fixed gsettings.Steve Zesch7-155/+46
2012-11-24Added inverse trig functions.Steve Zesch2-118/+185
2012-11-24Commented out building documentation with yelp.Steve Zesch2-2/+2
2012-11-24GTK2 support. Menu fix. Code cleanups.Steve Zesch9-298/+452
2012-11-24Update codebase.Steve Zesch188-96642/+192889
2012-11-19Merge pull request #8 from bhull2010/masterStefano Karapetsas4-11/+11
Use org.mate.calc as schema id
2012-11-18Use org.mate.calc as schema idBrent Hull4-11/+11
2012-11-18Merge pull request #7 from bhull2010/masterStefano Karapetsas1-1/+1
Don't use deprecated apps schema path
2012-11-18Don't use deprecated apps schema pathBrent Hull1-1/+1
2012-11-16Fixed unknown variable error when using inverse trig buttons.Steve Zesch1-0/+1
2012-11-16Added buttons for inverse trig functions.Steve Zesch2-167/+323
2012-11-15Mark a few string as translatable, add translator comment to the onesSteve Zesch2-4/+7
with non obvious meanings. http://git.gnome.org/browse/gcalctool/commit/?h=gnome-2-32&id=91f3718756d752738cc0b50adbef39f23e68b223
2012-11-15Fix crash when pasting with empty clipboardSteve Zesch1-1/+3
http://git.gnome.org/browse/gcalctool/commit/?h=gnome-2-32&id=b7b9bc76c0dc59c3cbf85127be3898a06c0a8a26
2012-11-03bump version to 1.5.0mate-calc-1.5.0Stefano Karapetsas1-1/+1
2012-07-31duh missing endoflinePerberos1-1/+1
2012-07-31fixing address issue of fsfPerberos34-139/+139
2012-07-31adding gschemas install on PKGBUILD scriptPerberos2-8/+31
2012-07-31updating about dialogPerberos1-1/+2
2012-07-31adding hack to fix bison decls messPerberos1-0/+6
2012-07-31Update src/math-preferences.hPerberos1-0/+2
adding missing c++ bracket
2012-07-11Preparing for 1.4 release.mate-calc-1.4.0Steve Zesch2-2/+773