1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578
|
2006-10-06 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* EncoderLaTeX, FileImporterBibTeX, FileExporterBibTeX:
Fixing problem with encoding ampersants from and to
BibTeX/LaTeX files
* Releasing version 0.1.5
2006-10-05 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentWidget, SearchBar: Minor UI improvements
* DocumentSourceView: Focus handling improved; bugfix in
pre KDE 3.4 support
* Setting version 0.1.4.85
2006-10-04 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Minor bugfixes
* WebQueryPubMed: Allowing both 'ForeName' and 'FirstName'
in author fields in XML document
* DocumentSourceView: Making search compatible with pre
KDE 3.4 releases
* Setting version 0.1.4.81
2006-10-03 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentSourceView: Searching in text added
* FieldListView: Correct handling of names fixed
* SideBar: Disabling widget when not visible
* Entry, EntryWidgetPublication: Handling required and optional
fields fixed
* KBibTeXShell: Tool button for opening files opens a list
of recent files similar to KPDF
* Setting version 0.1.4.80
2006-10-01 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* EntryWidgetExternal: Added a browse button for local file
* WebQueryPubMed: Changed UI to a simple dialog, no more
wizard
* html.xslt: Added more fields to the stylesheet, so preview
will show more information
2006-09-26 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* WebQueryPubMed: Switching NCBI's interface from esummary to
efetch, as this returns a more modern/structured output
2006-09-26 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Settings, SettingsEditing, DocumentListView, FieldLineEdit,
FieldListView, SideBar, SearchBar: User-defined font can be
set for widgets containing BibTeX data; useful if special fonts
are required
2006-09-24 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Global renaming of BibTeX classes (now without "BibTeX" in
classname)
2006-09-21 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXValue: Patch by Frank Osterfeld to fix name parsing
* Replacing QPtrList by QValueList using patches from Frank
Osterfeld
* SideBar: Patch by Frank Osterfeld to navigate via keyboard
* As suggested by Frank Osterfeld, compare(..) replaced by ==
and find(..) replaced by contains(..)
2006-09-19 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXEntry: DOI urls will be complete with a prefix if
they do not start with "http"
* WebQueryPubMed: Columns in search results list view
rearranged, fixing page numbers, detecting publication type
and journal title
* DocumentListView: Crash fixed when opening documents with
the enter key
* Rearranged and renamed menu items for better usability
2006-09-17 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXValue, BibTeXValuePersons: Specialization for persons
(authors and editors) added. Now persons will be sorted by
last name in the sidebar
* SideBar: List uses values from current file only, no longer
from competion lists
* WebQueryPubMed: Simplified, only PubMed will be queried
* Rearranged some menu items
* Removing command sequences from preview and list view items
for better UI display
* Setting version 0.1.4.58
2006-09-13 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXEntry: Field type localfile is optional now
* Settings: Added SpringerLink as search engine
* EntryWidgetPublication: Forcing correct hyphen for pages
* DocumentWidget: Updating context menu when changing search
engines
* BibTeXEntry: New function returns list of URLs of this entry
* Settings, SettingsEditing, DocumentListView: Double click
action in main list can be set to either edit an entry or open
an URL of this entry
* SettingsEditing, DocumentListView: Column sorting fixed, got
broken during some refactoring
* SettingsDlg, SettingsEditing, DocumentWidget,
DocumentListWidget: Dialog actions and handling improved (e.g.
Apply button), settings will be stored correctly
2006-09-11 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* WebQueryPubMed: Crash fixed; UI improvements; minor bugfixes
2006-09-10 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* WebQueryPubMed: Some more fixes and clean-ups
* SideBar: Toggle button to switch between important and all
field types added
* Some refactorings regarding searching Internet based
bibliography sources
* DocumentWidget, Settings: Width of SideBar and height of
Preview will be saved and restored
* FieldListView: Adding keyboard shortcuts such as Ctrl+A to add
new authors/editors
* Setting version 0.1.4.57
2006-09-09 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXEntry: Fixed bug by changing "Electronic (IEEE)" to
"Electronic"
* DocumentListView: Column "Element Type" can be hidden now, too;
"Element Id" renamed to "Entry Id"
* KBibTeXPart: Menu to select columns to show is in main menu
under "View" now, too
* SearchBar: Clear button resets restriction to "All Fields"
* SideBar: Instead of double-click, global KDE setting is used
(signal execute)
* WebQueryPubMed: Some code clean-ups, XML data will be dumped as
debug output for manual analysis
2006-09-06 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Settings: New search engines added (taken from
http://de.wikipedia.org/wiki/CiteSeer)
2006-09-05 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* WebQueryPubMed: Importing elements worked for the first time
2006-09-03 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* WebQuery*: Initial code to query web-based bibliography
databases, not working yet
* DocumentWidget: Code from Felix Schmitt <fschmitt@stanford.
edu> added which fixes some crashs
* DocumentListView: Code from Felix Schmitt <fschmitt@stanford.
edu> added which adds better drag'n'drop functionality
* DocumentListView, BibTeXFileImporter*: Code from Felix
Schmitt <fschmitt@stanford.edu> added which adds an intelligent
mechanism when pasting text
* Setting version 0.1.4.56
2006-09-02 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* SideBar: New widget in main window to select text to filter
the document for
2006-08-30 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Setting version 0.1.4.55
2006-08-28 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* FieldListView: Completion support should work by now
* EntryWidget, EntryWidgetSource: Completion system improved
2006-08-20 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* FieldListView: Double click problem to add new items fixed
2006-08-16 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* EntryWidget: Checking for missing data on a regular time base
makes warnings more up-to-date
* SettingsSearchURL: Disable buttons when not available
2006-08-13 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentWidget, DocumentListWidget: Context menu shows documents
associated with the selected BibTeX entry
* KBibTeXShell: Removed "Quit" menu item, only "Close" remains
* KBibTeX: Making KBibTeX a KUniqueApplication, so only one instance
with possibly multiple windows will run at any time
* Setting version to 0.1.4.54
2006-08-05 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* EntryWidgetPublication: Rearranged field widget for better
usability: more important fields are on the left, less
important ones are on the right
* SettingsSearchURL: Changed UI how URLs are entered and
maintained
2006-08-01 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Settings, FieldLineEdit, FieldListView, EntryWidgetAuthor,
EntryWidgetTitle, EntryWidgetPublication: Completion system modified
to support independent completion for different types of fields
2006-07-30 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Settings, DocumentWidget, FieldLineEdit, FieldListView: Added text
completion using strings occurring elsewhere in the file
2006-07-29 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXEntry, BibTeXElement, BibTeXComment, BibTeXString,
DocumentListView, DocumentWidget, SearchBar: Support to filter
for specific fields when searching added
* Added short-time highlighting (bold font) for newly pasted elements in
the main list as a visual feedback
2006-07-28 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentSourceView: Added undo and syntax highlighting capabilites to
Kate component
2006-07-26 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* kbibtex_part.rc, kbibtex_part.rc: Moved files back to src/
* EncoderLaTeX: Added German quotes support
* KBibTeXPart: Crash fixed when embedding into Kile
2006-07-24 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentListView, DocumentListViewItem: Can handle reordering columns now
* DocumentWidget: Small UI changes
* KBibTeXPart: Calling DocumentWidget's deferred initalization deferred now
* Settings: Modifications to save/restore DocumentListView's ordering and
sorting
2006-07-16 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* kbibtex_part.rc, kbibtex_part.rc: Moved files to data/config/
* DocumentWidget, DocumentListView, DocumentSourceView, SearchBar:
Unified API introducing function setFactory(...)
* DocumentSourceView: Using Kate part by default; text can be copy,
cut and pasted now
* DocumentWidget: Better code by using enum EditMode; functions
newElement, cutElements, copyElements, pasteElements supported in
source edit mode
* KBibTeX: File open dialog starts in same directory as currently open
document (if applicable)
* KBibTeXPart: File save and export dialogs start in same directory as
currently open document (if applicable)
* Calling the current development version 0.1.4.51
2006-07-14 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXFileExporterRTF: Support to export to RTF (Rich Text Format) added
2006-07-05 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentSourceView: Crash in destructor fixed (code is still alpha)
* KBibTeX: Switched from KApplication::quit to KApplication::closeAllWindows
for KBibTeX's quit operation
2006-07-02 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentListView: Pressing the enter or return key opens the entry
editing similar to double-clicking on an list element
* SearchBar: Shortcut for search bar changed from Alt+A to Alt+S
2006-06-22 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* EncoderLaTeX: Encoding of backslashes fixed
* DocumentSourceWidget: Working on using KTextEditor part
2006-06-15 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXFileImporterBibTeX: When writing entries containing quote chars and
using quote chars as delimiters at the same time resulted in a parser
failure; fixed.
2006-06-10 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXFileImporterBibTeX, DocumentWidget: Integrating Frank Osterfeld's
patches for fixing the BibTeX parser and the modification status when
pasting BibTeX elements
2006-06-04 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentListView, DocumentListItem, Settings: Columns in the main list view
are more flexible, any standard field type can be (de)selected using the
list header's context menu
2006-05-24 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Local File patch from Sebastian Scherer <basti@andrew.cmu.edu>
added
2006-05-09 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* EntryWidgetUser: Sizing problem in list view with long values for
user-defined fields fixed
2006-05-07 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentListView, Settings: Working on having all field types as columns
available (work in progress)
* main.cpp, KBibTeX: File opening and closing management made more intuitive
* KBibTeX, KBibTeXPart: Minor fixes and improvements in configuration
management
* Settings: Additional search URL for PubMed added
2006-04-26 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* FieldListView: Fixing warning
* Releasing KBibTeX 0.1.4
2006-04-18 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* EntryWidgetAuthor: When editing Book or InBook entry, only author xor
editor are required; warnings adapted
* FieldListView: Internal status problem when deleting all list items fixed
2006-04-17 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* For all occurrences of QTextStream ensure that it is using UTF-8
* EntryWidget: Improve warnings for entry (GUI improved, missing warning
for month added)
2006-04-15 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXValue: static function to check if a text contains only valid chars
for a string key
* EntryWidgetExternal, EntryWidgetMisc, EntryWidgetPublication, EntryWidgetTab,
EntryWidgetTitle, FieldLineEdit: Check and warnings for invalid string
keys implemented
2006-04-13 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXPart: KMessageBox with list not available in old KDE versions.
Fixed with conditional compilation
* FieldListView: Empty items forbidden, double click on list creates new
item, moving items while editing disabled
* Preparing for 0.1.3.96 (aka 0.1.4 Beta 5)
2006-04-11 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXFileExporter*: Error log in form of a string list is passed to the
encoders
* BibTeXFileExporterBibTeX: BibTeX exporter will honor encoding (LaTeX or
UTF-8) now
* FieldListView: QToolTips added, Warnings fixed
* SearchBar: Icons enlarged, QToolTops and spacings added
2006-04-06 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* EntryWidget*: If an entry's edit dialog has modifications, a warning
message will pop up before closing the window, thus preventing the user from
loosing his/her data
2006-03-29 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* DocumentWidget, KBibTeXPart: Saving mechanism for part refactored, hopefully
some bugs fixed
* KBibTeXSettingsIO: Bibliography styles added
* ValueWidget: Renaming policy changed
* Preparing for 0.1.3.95 (aka 0.1.4 Beta 4)
2006-03-27 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXEntry, BibTeXEntryField, EntryWidgetPublication: Location field added
* BibTeXFileImporterBibTeX: Progress detection improved (but not yet perfect)
* DocumentWidget: Progress detection improved (but not yet perfect); Focus
policy changed
* KBibTeXPart: Initialization improved (problems when embedding into Kile);
Opening/saving/exporting mechanism improved
* Settings: Google document and .bib search added
* New testsets added
2006-03-19 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* CommentWidget, DocumentListView, DocumentWidget, EntryWidgetAuthor,
EntryWidget, EntryWidgetExternal, EntryWidgetMisc, EntryWidgetPublication,
EntryWidgetSource, EntryWidgetTab, EntryWidgetTitle, EntryWidgetUser,
FileLineEdit, FileListView, KBibTeXPart, StringWidget, ValueWidget:
read-only semantics changed for embedding e.g. into Konqueror
* DocumentWidget, KBibTeX: Preview reintegrated into DocumentWidget, so that
is available when embedding part into other apps
* KBibTeXPart: Opening and saving mechanisms modified
* Preparing for KBibTeX 0.1.4_beta3
2006-03-14 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* FieldListView: Problem preventing editing items fixed
2006-03-12 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Removing remains of EndNote support
* BibTeXFileExporterToolChain, EntryWidgetTitle, EntryWidgetPublication,
EntryWidgetMisc, EntryWidgetExternal: Memory problems fixed (due to valgrind)
* Preparing for KBibTeX 0.1.4_beta2
2006-03-07 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXComment, BibTeXString, BibTeXValue, BibTeXEntry:
containsPattern fixed
* BibTeXFileImporterBibTeX: Finding text fixed, Token parser improved,
was triggering EOF too early
* DocumentListView: Pasting text improved
* DocumentWidget: Pasting text improved, Preview triggered on click on list
* BibTeXValue, EntryWidgetUser, FieldListView: Memory problem fixed
* ElementPreview: Layout changed
* KBibTeXPart: Opening remove files possible, saved files will be added to MRU
2006-03-05 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* EntryWidgetExternal: Crash fixed
* KBibTeX, KBibTeXPart, KBibTeXSettingsEditing, KBibTeXSettingsIO,
DocumentWidget: Importing EndNote and ProCite disabled
* KBibTeXSettingsEditing: Layout improved
* FieldLineEdit: Tooltips improved
* Preparing for KBibTeX 0.1.4_beta1
2006-02-21 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXEntry, BibTeXEntryField, EntryWidgetExternal: Support for DOI added
* BibTeXFileImporterEndNote: Various improvements
* DocumentListView: Bug when filtering Strings and Comments fixed
* DocumentWidget, KBibTeX: Initial support for dock widgets added
* ElementPreview: Initial version of a dock widget to preview BibTeX elements
* FieldLineEdit: Bugfix in widget layout
* BibTeXFileExporterXML: Better handling for tag "month"
* steinertree.bib: Entry fixed
* html.xslt: Rendering of HTML files improved
* Releasing KBibTeX 0.1.4_alpha2
2006-02-08 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Many changes and bugfixes, most notabe improvement is editing macros
2006-01-04 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXPart, DocumentWidget, DocumentListView, DocumentSourceView:
Refactoring UI classes and actions
* Bugfix: Commands in mathmode (e.g. \log) will no longer be modified by
BibTeX::EncoderLaTeX
* Bugfix: Files will be saved (user is asked) when closing a modified
document
* Changed handbook's license from FDL to GPL
2005-12-15 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Searching in Amatex added
2005-12-05 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXEntryWidgetUserFields: Bugfix for not memorizing user field's content
* Releasing KBibTeX 0.1.3
2005-12-04 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Preparing for KBibTeX 0.1.3
* KBibTeXPart: Icon for Export changed to "goto"
* testset/secondary.bib: New testcast
2005-12-03 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXEntry: Bugfix when search text (+/-1 bug)
* KBibTeXPart: Crash when embedding into Kile (hopefully) fixed using
QTimer::singleShot(...)
* KBibTeXPart: Stripping { and } from internet search query
* Settings: Default URL for CiteSeer changed
2005-12-02 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXSettingsSearchURL: Button for reset to default URLs added
2005-11-29 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXPart: Preview when selecting different BibTeX element by keyboard
* Autotools: Trying to fix RPATH issue
* KBibTeXListView: Paste bug fixed
* KBibTeXEntryWidgetPublication: Quotation fixed for crossref
* KBibTeXPart: Code cleanup
* BibTeXFileExporterBibTeX: Ordering of elements corrected
* Documentation fixed
* Preparing for KBibTeX 0.1.3 Beta 2
2005-11-28 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXPart, KBibTeXListView: New menu items to hide strings and
comments
2005-11-26 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Settings: Problem finding the XSLT stylesheet for HTML export fixed
* BibTeXXSLTransform: Warning messages added for problems during
XSL transformation
* KBibTeX: Crash fixed when not able to load KBibTeX part
* KBibTeXListView: Fallback to HTML export using XSLT when not export
is configured
* xslt/Makefile.am: Installation directory changed
* doc/Makefile.am, doc/index.docbook: Initial documentation stub added
* SearchBar: Filter control is now a history combobox storing previous
search requests
2005-11-13 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Major refactoring, preparing for KBibTeX 0.1.3 Beta 1
2005-09-29 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* All classes: Moved BibTeX classes into BibTeX namespace
* BibTeXPreamble, KBibTeXPreambleWidget: Removed, as this element should
occur only once at the top of a file
2005-09-27 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXListViewItem: Only first line of comments will be shown
* KBibTeXListView, KBibTeXPart: Copy&Past code moved to KBibTeXListView
(move incomplete)
* BibTeXEncoder: Nearly all special characters will be surrounded by
brackets now
* testset/tsp04.tsp: Double entry removed
2005-09-24 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXPart, KBibTeX::XSLTransform: Introducing preview at bottom of
main list of elements. Based on XML text for element, translated by
XSL stylesheet. Buggy and hard-coded, but it works technically.
* Preparing for release 0.1.3
2005-09-21 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXPart: Progress bar when opening, importing or saving files
improved
* BibTeXEncoder: Encoding of tilde character fixed
* KBibTeXActionTextSearch: Restoring old code as KListViewSearchLine is only
in KDE 3.4 and newer
* Going to release 0.1.2
2005-09-19 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXPart: Overwriting warning fixed, was warning when saving an opened
file.
2005-09-18 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Man page: Added to autotools scripts. Problem: File gets not yet included
by KDevelop
* KBibTeXPart: Warning before exiting KBibTeX after editing unsafed data
2005-09-17 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXEntry, BibTeXFileExporter: Old debug output removed
* KBibTeXPart: Warning messages will be issued before overwriting an
existing file
* KBibTeXListView: Drag'n'Drop improved, complete area of the widget accepts
drops now
2005-09-16 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXActionTextSearch: Using KListViewSearchLineWidget instead of QLabel
and QLineEdit. Code is more simple and cleaner now.
* admin/libtool.m4.in, admin/acinclude.m4.in: Various unnecessary tests
(Fortran, audio libraries, ...) removed from configure script
2005-09-11 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Preparing for release 0.1.2
* BibTeXEntry, BibTeXEntryField, KBibTeXEntryWidget, BibTeXParser: Handling
of string keys improved
* KBibTeXEntryWidget: Layout changed for string key handling
* Settings, KBibTeXPart: Column width are no longer set automatically, but
will be preserved between sessions
* KBibTeXPart: Inserting files into an existing document added
* KBibTeXPart: Drag'n'Drop both text/selected elements and files (e.g. from
Konqueror) added, but not yet bug free. Dropping only works when dropped
on column header in main view
* Testset: New files
* Initial man page added
2005-09-02 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXPart: Bugfixes in new saving/exporting code
* BibTeXFileExporter: InProceedings, InBook, and InCollection are now written
before any other element to ensure field crossref works
* BibTeXEntry: Fix for quoting did not work, reverting. However string keys
still do not work. Fixing that would require some refactoring
* Testset: File tsp04.bib expanded
* BibTeXEncoder: Support for more characters
* Preparing for release 0.1.1
2005-08-30 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXEntryWidget and children: Layout improved
* KBibTeXEntryWidgetPublication: Replaced spinboxes for Edition and Volume by
lineedit controls
* KBibTeXEntryWidgetUserFields: Open field's value in Konqueror if valid URL
* BibTeXEntry: Quoting of field values without spaces fixed (e.g. string keys)
2005-08-29 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeXEncoder: Encoding of tilde char fixed
* KBibTeXPart: Rewriting of save/export mechanism. Exporting is done by
"save as" dialog, saving of selected elements is possible now
* KBibTeXEntryWidgetAuthor: Warnings improved if either author or editor
is required
2005-08-24 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* KBibTeXPart: Refactoring saving and exporting
2005-08-17 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Menu entries for exporting removed, as for future relases this feature will
be integrated into the file saving mechanism
* KBibTeXPart: Further changes on the file save mechanism
2005-08-16 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* UI improvment: Number and Volume switched position in
KBibTeXEntryWidgetPublication
* BibTeXFile: New function insertText(...) to parse and append plain BibTeX
text
* BibTeXString, BibTeXComment, BibTeXPreamble: New copy constructor
introduced
* KBibTeXEntryWidget: Parsing modified entry source code uses
BibTeX::insertText(...) now
* KBibTeXPart: Initial modifications to allow saving of selected elements
only. Does not work yet
Function saveFile(...) has new parameter to determine, which BibTeXFile to
save
Valditity of URLs is now check using isValid() instead of !isEmpty()
* KBibTeXListView: New function selectedElements returns BibTeXFile containing
only selected elements
* KBibTeXFile: Class removed, no longer used
2005-08-12 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Parsing JabRef and IEEE files improved/fixed
2005-08-11 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Sorting columns was not possible when "No sorting" was select in the
configuration. Fixed for now, but maybe this is a bug in KDE/Qt.
2005-08-10 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* Bugfix: No BibTeX file is associated to an empty BibTeX list at the
beginning, so no data can be inserted without opening an existing
file before
* More and more detailed items added to TODO list
2005-08-09 Thomas Fischer <fischer@unix-ag.uni-kl.de>
* BibTeX entry "Conference" removed, as it is the same as "InProceedings"
* BibTeX entry "Electronic" introduced; defined by IEEE
* Support for parsing IEEE BibTeX files added
* Opening files on remote locations re-enabled (bugfix)
* Action list to add entries from tool bar re-enabled (bugfix)
|