SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for tea-44.1.1-15.1.x86_64.rpm :
Fri Mar 23 13:00:00 2018 sor.alexeiAATTmeowr.ru
- Update to version 44.1.1:

* Fix the desktop file and icon stuff.

* Add an ability to build tea without QML using the new option:
qmake \"CONFIG+=noqml\"
That slightly reduces the memory footprint and is useful for
some purposes.
- AppStream file standard updates.
- Rename the .desktop file to org.semiletov.tea.desktop to comply
with freedesktop.org standards.

Sat Nov 18 13:00:00 2017 sor.alexeiAATTmeowr.ru
- Update to version 44.1.0:

* User loaded external fonts, causes a segfault on Qt 5.6.
- Restore usage of /usr/share/metainfo/, zypper checks there now.

Tue Sep 26 14:00:00 2017 tchvatalAATTsuse.com
- Drop aspell-devel dependency as the package can decide between
hunspell and aspell and we try to reduce aspell exposage wrt
fate#323578

Fri May 26 14:00:00 2017 jengelhAATTinai.de
- Update description.

Mon May 22 14:00:00 2017 sor.alexeiAATTmeowr.ru
- Update to version 44.0.0:

* Remove the trailing \"bin\" from the installation PREFIX format.
I.e., the default PREFIX was: \"/usr/local/bin\", now it is
\"/usr/local\", and the qmake-project file adds \"bin\" internally.

* Install a tea.desktop file to $$PREFIX/share/applications.
tea.desktop allows file managers to show TEA on the \"Open with\"
context menu.

* Add a block selection mode (see the Edit section at the Manual).
Due to TEA architecture vertical selections are almost obsolete
and can be used just for Cut/Copy/Paste, you cannot use the
text processing functions with them.

* cliptpl.txt file can be used to format clipboard pieces
captured at the storage file (See the Manual about the storage
files).

* Add a \"Fm - Multi-rename\" menu with several functions for
flexibly renaming the selected files.
There are: \"Zero pad file names\", \"Delete N first chars at file
names\", \"Replace in file names\", \"Apply template\".

* The \"Functions - Math\" menu has two new items,
\"deg min sec > dec degrees\" and \"dec degrees > deg min sec\" to
convert geographical coordinates between formats.

* Big changes to the single-application mode, i.e. when TEA is
being ran from the command line, it opens all files at tabs,
not in the multiple instances (TEA windows).
Previously this mode worked well with KDE only.
- A tiny improvement for tea.desktop.
- Install the metainfo file to /usr/share/appdata/ unconditionally
as de-facto that\'s the only place openSUSE tools check.
- Build with Qt5 unconditionally.

Tue Sep 20 14:00:00 2016 sor.alexeiAATTmeowr.ru
- Update to version 43.1.0:

* Fixes for the manuals.

* Fix a segfault (43.0.0 affected) on exit.

* Add some new options.

* Update a Russian translation.

Sat Sep 10 14:00:00 2016 sor.alexeiAATTmeowr.ru
- Update to version 43.0.0:

* Files format support.
+ With the optional use of libpoppler-qt5 and libdjvulibre, TEA
now can open PDF and DJVU, as the text (if file contains it).
By default such functionality is disabled. To enable it, use
qmake parameters: qmake \"CONFIG+=usepoppler CONFIG+=usedjvu\".
+ The build-in image viewer now supports GIF animation.

* GUI changes.
+ The \"Tune\" preferences pages have been placed into the
scrollable area, so TEA becomes more usable with a smaller
display resolution or window size.
+ The text cursor is now bold and static, without blinking.
Tune it at \"Tune - Interface\".
+ Some options are moved from one page to the other.
+ \"Instr\" menu - renamed to \"Tools\" and moved to \"Functions\".
+ Some new built-in GUI themes and palettes have been added.
The GUI themes engine now can load icon sets, but there are
no new icons currently.
+ Hardcoded hotkeys Alt-S, Alt-E have been removed.
+ \"Tune - Common - Use Left Alt + WASD as additional cursor keys\"
enables the additional cursor keys. E, C - PageUp/Down. The
same keys with Left Super - to select the text.

* New functions and options.
+ \"Functions - Repeat last\" - calls the last used menu item.
+ \"Functions - Tools - Scale image\" - scales the image (which
filename is under cursor or selected at the text) with
parameters. You can quickly resize the image and save it with
the different name without all those many windows and
confirmations, just by one command.
+ \"Tune - Images\" now has the EXIF-orientation related options.
In a few words - TEA can handle EXIF-orientation and apply
the orientation when converting.
+ \"Functions - Text - Compress\" - removes all whitespaces from
the selection.
+ \"Functions - Sort - Flip a list with separator\",
\"Sort case sensitively, with separator\" - sorts the separated
words within the string, i.e. you can sort something like
that: \"carrot|apple|grass\" with \"|\" as the word delimeter.
+ \"Search - Mark all found/unmark\" - search and mark all found
substring.
+ \"File - Do not add to recent\" - temporary do not update the
recent list.

* Inner changes.
+ The syntax highlighting engine has been partially rewritten,
so TEA use the new syntax hl file format. The compatibility
with the old format is preserved.
+ %fext, %ffilename, %fdir, %fbasename macros are %ext,
%filename, %dir, %basename now.
- Install the appstream file to /usr/share/metainfo/ instead of
/usr/share/appdata/ on openSUSE Leap 42.2 and newer.

Mon Aug 8 14:00:00 2016 sor.alexeiAATTmeowr.ru
- Update to version 42.0.0:

* Command lines at Run menu now can use the separated file path
parts (macros %fbasename, %ffilename, %fext, %fdir).

* The markup mode has the basic Markdown support.

* English manual fixes.

* Many code fixes.

Mon Apr 25 14:00:00 2016 sor.alexeiAATTmeowr.ru
- Update to version 41.1.1:

* Add: Math > Sum by last column - sum values of each last column
at the selection.
- Add a basic tea.appdata.xml file.

Mon Sep 21 14:00:00 2015 sor.alexeiAATTmeowr.ru
- Update to 41.1.0 (changes since 31.0.0):

* Qt 5 support.

* Clang support.

* FB2 charset support.

* Built-in calculator: unner resolution has been changed from
float to double.

* Editor widget redraw optimisations.

* Replacement tables now works also with select files //from the
file manager.

* Replace all: works with selected files in file manager mode.

* Fix ODT reader.

* Calendar: go to current date.

* Almost all menus are tearable now.

* Tune - Common - Documents tabs align.

* Tune - Common - UI tabs align.

* Edit - Set as storage file.

* Edit - Copy to storage file.

* Edit - Start/stop capture clipboard to storage file.

* Python hl //very ugly.

* Moon calendar.

* Fix UI styles switching.

* Undo fix after \"replace all\".

* Built-in calculator now supports braces.

* --p command lin option for portable mode ON.

* Fix image converter/scaler.

* File - Save timestamped version now has a different file name
format: \"filename + date + time + ext\" instead of the old one:
\"date + time + filename + ext\".

* New FB2 and ABW parsers.

* All spellchecker stuff is fixed.

* AATTAATTsnippetname as parameter to Functions - Text - Apply to each
line.

* \"Wikitext\" markup mode is changed to MediaWiki and DokuWiki
modes. For the automatical mode switch use files with
extensions \"mediawiki\" and \"dokuwiki\".

* More natural line ending handling.

* File manager multiple selection via INS.

* New syntax hl engine.

* \"Open at cursor\" is now compatible with local id-labels.

* Grey background of the tab widget to indicate that there is no
any new files by default.

* Functions - Text - Double quotes to TeX quotes //work with \"\".

* LaTeX support fixes.

* Hardcoded keyboard shortcuts can be redefined.

* ZIP unpacker can work with multiply selected files.

* Functions - Statistics - Words lengths.

* Programs from Run menu can be opened with \"file at cursor\".
Use %i macro, e.g. gimp %i. Set cursor to filename at the text,
then use Run - gimp.

* File - Notes.

* QML plugins support.

* items from Programs menu can be used with TEA\'s file manager
(for the current file at the File manager).

* Code and docs cleanup.

* Tune - Common - Charset for file open from command line.

* Single instance application mode.

* New TEA icons.

* Search - From cursor (option, ON by default).

* Tune - Common - Use Alt key to access main menu (option,
default is OFF).

* Sorting modes at File Manager.

* Functions - Cells - Sort table by column ABC.

* Functions - Cells Swap cells.

* Functions - Cells - Delete by column.

* Functions - Cells - Copy by column[s].

* Partial Eclipse themes support from
http://eclipsecolorthemes.org/ (put them into tea Palettes
directory).

* Source configuration options via qmake has been changed.

* Themes engine.

* Fix qmake prefix option.

* Built-in calc fixes.

* Fix goto line function.

* Documentation fixes.

* Multiple fixes and cleanups.
- Switch to Qt5.
- Enable Hunspell support.
- Change icon in tea.desktop.
- Put icon in freedesktop.org recommended location.
- Spec cleanup.

Sat Oct 8 14:00:00 2011 detlefAATTdie-mafia.de
- new upstream version <31.0.0>

Sat Aug 20 14:00:00 2011 detlefAATTdie-mafia.de
- new upstream version <30.1.0>

Sat Jul 2 14:00:00 2011 detlefAATTdie-mafia.de
- new upstream version <30.0.0>

Sun May 22 14:00:00 2011 detlefAATTdie-mafia.de
- new upstream version <29.0.3>

Mon Apr 11 14:00:00 2011 detlefAATTdie-mafia.de
- new upstream version <29.0.2>

Fri Apr 8 14:00:00 2011 detlefAATTdie-mafia.de
- new upstream version <29.0.1>

Sat Apr 2 14:00:00 2011 detlefAATTdie-mafia.de
- new upstream version <29.0.0>

Wed Dec 15 13:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <28.1.4>

Sat Oct 16 14:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <28.1.3>

Wed Sep 22 14:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <28.1.2>

Tue Aug 3 14:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <28.1.1>

Sun Jul 11 14:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <28.1.0>

Wed Jun 16 14:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <28.0.0>

Thu Apr 15 14:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <27.1.0>

Sat Mar 27 13:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <27.0.1>

* Web-gallery tool fixed

* Morse encoder can handle the lower case text

* A few Russian manual fixes

Sat Feb 27 13:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <27.0.0>

Mon Jan 25 13:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <26.2.2>

Fri Jan 8 13:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <26.2.1>

Wed Jan 6 13:00:00 2010 detlefAATTdie-mafia.de
- new upstream version <26.2.0>

Mon Dec 7 13:00:00 2009 detlefAATTdie-mafia.de
- new upstream version <26.1.0>

Sat Oct 3 14:00:00 2009 detlefAATTdie-mafia.de
- new upstream version <26.0.1>

Sat Jul 18 14:00:00 2009 detlefAATTdie-mafia.de
- new upstream version <24.0.0>

* all dynamic menus can be teared off

* Lout IncludeGraphic support on Insert image..

* Add: Functions - Math - Binary to decimal //works with unsigned int binary numbers only

* Add: Search - Regexp mode //affect the searching, tables

* Add: more UI tweaks for smalls-screen devices

* all options from UI::Tune::Rare moved to UI::Tune::Common

* \"Tab width in spaces\" option moved to UI::Tune::Interface

* fixes at the tables engine

* main window can be resized to any size //useful for EEE PC 701 users

* Add: Functions - Tables

* win32: Templates and snippets were been fixed

* Add: Functions - Math - Decimal to binary //use with decimal representation

* Add: Functions - Math - Flip bits (bitwise complement) //use with binary representation

* Add: Markup - HTML tools - Strip HTML tags

* Add: \"+\" and \"-\" keys scales image at the image viewer

* Add: drag from the TEA\'s file manager to outside......

* some file manager improvenents

* Add: \"+\" and \"-\" keys scales image at the image viewer

* Add: drag from the TEA\'s file manager to outside......

* some file manager improvenents

* Add: View - Highlighting mode menu to set the hl-mode manually

* Add: File manager::places - configs item //to speed-up access to TEA config files

* Add: Markup - Mode - Lout..

* Add: FIF works to search at the Tune/Keyboard/Shortcuts list.

* Add: Lout syntax HL (if the file has the extension \"lout\" - foobar.lout)

* Tune window fixes

* Add: PHP syntax hl - made by Boo-boo

* Add: D syntax hl

* Add: \"Fm - File information - Full info\" can read WAV file properties and calculate
the RMS. RMS is calculated for 16 bit PCM files only.

* Add: Enter key work at the file name entry at the file manager. If user
used Open file, Enter key acts to open file, if the \"Save as\" is used,
Enter acts like fileman\'s \"Save as\" button.

Mon Mar 9 13:00:00 2009 detlefAATTdie-mafia.de
- new upstream version <23.2.0>

* Add FB2 format read-only support (via the inner ABW tio module)

* Add file manager fixes

* string list functions fixes

* OOP design fixes, tea binary site has been reduced by ~10 kbytes.

* resourses cleanup

* Add Functions - Sort - Sort case insensitively

Sat Mar 7 13:00:00 2009 detlefAATTdie-mafia.de
- new upstream version <23.1.1>


 
ICM